• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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