• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Using "--nostop-domain" with psadump - will databases be corrupted?

T

Theovis

Guest
I'd like to use --nostop-domain with my psadump, since there's no risk of Plesk users logging in while the process is being run.

Can the mySQL databases be corrupted during this process (in the dump file, that is), or does psadump do a good "snapshot" of the database during the backup process?
 
Its better to just let PSAdump stop it when it dumps. It only takes mysql down for a few seconds on my servers. I don't see the point in doing a -nostop since apache is stopped while the sites are dumped so everything is unreachable anyway..
 
Apache isn't stopped if you use --nostop and --nostop-domain. If you're concerned you may like to use just --nostop but not --nostop-domain as that will disable that particular domain when it gets to it so there should be no MySQL queries.
 
Back
Top