• 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 Testing Disaster Recovery - Windows: Stored Procedures missing after full backup restoration on another server.

Superbutler

New Pleskian
Server operating system version
Windows Server 2022 Datacenter Version 10.0.20348
Plesk version and microupdate number
18.0.59 #2
Hi,

We are testing disaster recovery on Windows Server.

We performed a full backup of Plesk, including databases and subscriptions, with the database located on the same Plesk server. The backup was successfully generated. We then restored this backup on another server with the same version of Plesk, and the restoration process was successful. However, when we attempted to access the application, it resulted in an error.

Upon reviewing the application logs, we discovered that some stored procedures were missing. This issue might be due to database referential integrity. We did a manual fix by generating a comparison script using MS Visual Studio and executing it. Our application was up and running after this.

Please note that we have already tried disabling the triggers and constraints before restoring the Plesk backup using the following commands:

-- Disable triggers
EXEC sp_MSforeachtable "ALTER TABLE ? DISABLE TRIGGER all";

-- Disable constraints
EXEC sp_MSforeachtable "ALTER TABLE ? NOCHECK CONSTRAINT all";


Could you please advise on how to ensure all database components, including stored procedures, are accurately backed up and restored?

Thank you.
 
Just to understand the issue a bit better, you saying that some Stored Procedures are restored but other are missing after a backup restore?
 
Hi Kaspar, thanks for your message. Yes, that is correct. Some of the SPs were not executed in the restoration process.
 
Back
Top