• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue plesk backup with password not working

mudassarkhan

Basic Pleskian
Server operating system version
ubuntu 22
Plesk version and microupdate number
obsidian 18.0.52
I had issues with my server and had to re-install linux.
I have acronis backup, so i tried to do a full server restore and fix the issue, but the issue remained.

I then found the plesk backups and did a restore on the fresh plesk install. however it changed all of the passwords (database, email accounts etc).
There are too many users to update all of the passwords individually.
I then did a full server restore from acronis with the old plesk and carried out a fresh backup of all settings and content with a password protection.
I did a wipe on the server and tried to reinstall from the backup files however it doesn't ask me for the password. It just says this backup was made from another plesk etc etc.

It is days now that I have been wiping and restoring the server, do I need to restore the entire old server and then try another backup?
Why did the backup not use the manual password I set instead of the plesk key?

Is it even possible to restore to another plesk server in this way??
 
I then found the plesk backups and did a restore on the fresh plesk install. however it changed all of the passwords (database, email accounts etc).
This happens when the backup was password protected on creation, but on restore the password was incorrect or missing.

I then did a full server restore from acronis with the old plesk and carried out a fresh backup of all settings and content with a password protection.
I did a wipe on the server and tried to reinstall from the backup files however it doesn't ask me for the password. It just says this backup was made from another plesk etc
That can be correct, because each backup has a key that is compared to one stored on the server, so that it is not possible to accidentally overwrite one server with the content of another. When you create a fresh Plesk installation, the key is different from what the backup contains. To restore the backup to the new Plesk installation, please add this to /usr/local/psa/admin/conf/panel.ini:
Code:
[pmm]
allowRestoreModifiedDumps = on

It is days now that I have been wiping and restoring the server, do I need to restore the entire old server and then try another backup?
Why did the backup not use the manual password I set instead of the plesk key?
It sure did, but maybe the password was wrong. There are no known issues with password based restores. I am doing at least one per month myself and never had an issue. However, it the password is wrong or missing, the restore routine will still work but replace the encrypted passwords from the backup archive with new passwords.

Is it even possible to restore to another plesk server in this way??
Yes. Please see explanation above.
 
This happens when the backup was password protected on creation, but on restore the password was incorrect or missing.


That can be correct, because each backup has a key that is compared to one stored on the server, so that it is not possible to accidentally overwrite one server with the content of another. When you create a fresh Plesk installation, the key is different from what the backup contains. To restore the backup to the new Plesk installation, please add this to /usr/local/psa/admin/conf/panel.ini:
Code:
[pmm]
allowRestoreModifiedDumps = on


It sure did, but maybe the password was wrong. There are no known issues with password based restores. I am doing at least one per month myself and never had an issue. However, it the password is wrong or missing, the restore routine will still work but replace the encrypted passwords from the backup archive with new passwords.


Yes. Please see explanation above.
Ok, so the issue for me was it never asked for the password.

I restored the backup files to the dump folder VIA acronis, however this also included the previous backups that were protected via key not my password. Could that cause an issue?

I will try and modify the ini file and restore and will come back with an update.
 
Yes, the key is unique to each installation. It is a password replacement, but it has the downside that when the installation itself is changed, the key won't match and the passwords in the backup set won't be restored, but instead set to new values.
 
Back
Top