Answer the question
In order to leave comments, you need to log in
How to do a linux server migration?
There is a remote server on Ubuntu 16. We will raise apache, nginx, php7, MySQL, memcached, bind9 and so on on it. Tell me, is there a way to quickly transfer the server to another hoster along with the software environment (without the need for a new installation of programs and their configuration)?
Answer the question
In order to leave comments, you need to log in
Install all the software and slip the configs.
To be able to transfer completely, you need to:
1. Virtualize.
2. copy the image using the dd utility.
3. Acronis
In any case, with someone else's hosting, this is hard to believe.
What is the problem with doing
apt-get install and using scp to transfer the configs? Always transferred from a virtual machine of one hoster to a virtual machine of another. 20 minutes to set up the server is enough.
Если есть желание легкой миграции - то проще всего запаковывать всё в Docker контейнеры, написать скрипты резервного копирования/восстановления, тогда не будет особой разницы где запускать, станет на любом чистом хосте где есть Docker.
Теоретически наверное есть возможность перетащить образ диска, снятый тем или иным способом. Вопрос - зачем? Зачем тащить через Сеть гигабиты не особо нужной информации - канал не безразмерный и перекачка образа займет немало времени. Не проще ли сбэкапить самое ценное - конфиги, данные - и перебросить их к новому хостеру?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question