N
N
Nikidze2020-09-09 18:33:50
linux
Nikidze, 2020-09-09 18:33:50

Is there a way to quickly move from one VPS to another?

I found a more favorable tariff, with the same characteristics, but cheaper. Currently on the VPS are: nginx, gunicorn and django. Is there a way to quickly transfer this to another VPS or transfer everything manually?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
C
ComodoHacker, 2020-09-09
@ComodoHacker

rsync is like, handles?
First, of course, install the necessary packages so that the difference is minimal.

A
alex1478, 2020-09-09
@alex1478

If both have the same hypervisor (KVM most likely);
1. Run both servers in live mode
2. On the new one, mount the disk of the old one using sshfs
3. Transfer all files with a simple cp (don't forget to save the attributes)
4. Correct the configs and reboot.

V
Victor L, 2020-09-09
@Fzero0

Hystax Acura

D
Dark Znec, 2020-09-16
@DarkZnec

Depends on the capabilities of the VDS control panel, if there is a backup option, then just create an image and transfer it, and then change the network settings and so on ...
For tips, contact the LAN.

J
justhostRU, 2022-02-06
@justhostRU

the fastest way is not to copy all the OS files,
but only the necessary software configs.
for example via scp or ftp.
Of course, the network config will have to be edited.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question