In order to script a migrating process, the fact that the domain_bu process returns shell access before finished prevents me from scripting the whole process. Any hints on how to prevent this?
My plesk panel version is 7.5.4.
Best regards,
Per Arne Tollefsen
Dataguard AS
I'm in the process of moving a bulk of domains from an old v7.5.4 server to v11.0.9. I use the following steps:
src server:
/usr/local/psa/admin/bin/domain_bu --backup --domain-name domain --dump-file /root/dumps/domain.dump --desc-file /root/dumps/desc/domain.description.txt
dest server:
I...