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
currently, domains not owned by a client are not backed up in client-level migrations, because the admin user doesnt back up nicely. implement this if this issue persists across additional tests:
admindomains=`mysql psa -u admin -p$(cat /etc/psa/.psa.shadow) -Ns -e 'SELECT c.login, d.name FROM clients AS c JOIN domains AS d ON d.cl_id = c.id;' | grep ^admin\s* | awk '{print $2}'`; /usr/local/psa/bin/pleskbackup domains-name $admindomains -c --skip-logs --output-file=/var/migrationtemp/backup.admin.tar
The text was updated successfully, but these errors were encountered:
should write a syncunowneddomains() command to match the syncclients() function, but for unowned domains only. see sysres wiki for the command needed. for the client list, ensure that 'admin' is not parsed.
currently, domains not owned by a client are not backed up in client-level migrations, because the admin user doesnt back up nicely. implement this if this issue persists across additional tests:
The text was updated successfully, but these errors were encountered: