You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
I transferred data from one server to another.
The vesta panel works, but does not allow authorization through admin (it again displays the authorization form, after submit).
Sorry, been on vacation. Anyway, when moving server, I recommend backup and restore user instead. But here are some tip that may help with your method.
Backup of credentials are stored under /backup/.etc folder. If you have data in this folder, simply restore with:
rsync -a /backup/.etc/passwd /etc/passwd
rsync -a /backup/.etc/shadow /etc/shadow
rsync -a /backup/.etc/gshadow /etc/gshadow
rsync -a /backup/.etc/group /etc/group
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I transferred data from one server to another.
The vesta panel works, but does not allow authorization through admin (it again displays the authorization form, after submit).
$ docker commit -p [container-id] backup01
$ docker save -o backup01.tar backup01
$ docker load -i /root/backup01.tar
The text was updated successfully, but these errors were encountered: