• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Domain suspended by backup

bokken

Basic Pleskian
Hi all!

I'm having some problems with my "Plesk 10.1.1" on CentOS 5 x64.

Whenever i do a backup in domains, all of them go offline while the backup is running and after this all domains go online correctly, but some domains keep suspended.

I solve this issue within the mysql psa database commands:

select name, status from domains WHERE status = '4 ';
update domains set status='0' where name='domain.com';

Then the domains go online again, but I have to do this every day, with the consequent loss of service to the customer.

What's going on? Why always the same domain?

Could anyone help me?

Thanks in advance.
 
As far as I remember it was fixed in one of latest Plesk releases. Try to use latest 10.3.1 version with all installed microupdates.
 
Hi!

I upgraded to the latest version but the problem persists, follow the same failing.

Can anyone help me?

Thanks!
 
I had to go into the database and change the status key to a standard disabled to get my domains going again. I now run the backups without suspend. Another bug of the latest release....
 
I will try to look-up what I ended up doing to get it to work. It is kind of a hack to get your system back to normal, but, it seemed to work for me. Took me a while to figure it out so will have to retrace my steps.
 
Back
Top