Domain not detected after restore

Post Reply
lgreen
Posts: 6
Joined: Thu Jan 13, 2022 5:44 am

Hi,
I just migrate my vps to another, all VPS using Debian 10, here is my step:
# Old VPS

Code: Select all

v-backup-user admin
File stored in /backup/admin.2022_xxx.tar, rsync to the new VPS to /backup directory.


# New VPS
And I restore it using this command:

Code: Select all

v-restore-user admin /backup/admin.2022_xxx.tar
I checked via a browser for WEB menu, all domains are there, then PhpMyadmin, all databases are restored, and also all files, DNS record, there is nothing problem at all.


But, when I checked using :

Code: Select all

v-list-dns-domains admin
I can't see all of my domains, only domain for login to the panel is listed.


Reboot my VPS doesn't help.
Do I make a mistake?


Thank you.


Edit: typo
Post Reply