• 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.

The Most Important Backup Setting in Plesk 9.x that is completely undocumented!

T

Tony Valenti

Guest
Hi Everybody,
I've been having a real problem with Plesk 9.x because the backup component does not create native (.BAK) MSSQL Database Backups, but instead creates a "script export". The problem with script exports is that with complex databases, many times, they do not correctly export, and if you have a 10GB database, you really don't want to be relying on a SQL Script.

Well, after quite a bit of research (thanks ProcessMonitor!) I was able to figure out that there is a hidden option in Plesk 9.5 (it might exist for other versions as well) that will let you inform plesk that you would still like for it to take native MSSQL Backups!

I wanted to document this feature and get it posted on the forum that way everyone else can see and utilize this as well.

This requires editing a key in registry, so if you're not comfortable doing this, then don't do it:
1) Open up regedit.exe
2) Nagivate to: My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config
3) Create a new String Value named "DumpMsSqlToScript" and set its value to "false".

Poof! Plesk will now take reliable backups of your MSSQL Databases!
 
Tony,

Could you please specify how your MSSQL server is registered in Plesk? As 'localhost', 'localhost.localdomain' or '127.0.0.1'?
 
Hi

We aried this for one of our servers and it failed to create sql dump file.
is there anything else to change?

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="warnings">
<object name="domain.com" type="domain">
<message code="InformationalException" severity="error">Cannot dump database content dbname of type mssql'</message>
</object>
<object name="domaina.com" type="domain">
<message code="InformationalException" severity="error">Cannot dump database content dbname of type mssql'</message>
</object>
</execution-result>



Hi Everybody,
I've been having a real problem with Plesk 9.x because the backup component does not create native (.BAK) MSSQL Database Backups, but instead creates a "script export". The problem with script exports is that with complex databases, many times, they do not correctly export, and if you have a 10GB database, you really don't want to be relying on a SQL Script.

Well, after quite a bit of research (thanks ProcessMonitor!) I was able to figure out that there is a hidden option in Plesk 9.5 (it might exist for other versions as well) that will let you inform plesk that you would still like for it to take native MSSQL Backups!

I wanted to document this feature and get it posted on the forum that way everyone else can see and utilize this as well.

This requires editing a key in registry, so if you're not comfortable doing this, then don't do it:
1) Open up regedit.exe
2) Nagivate to: My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config
3) Create a new String Value named "DumpMsSqlToScript" and set its value to "false".

Poof! Plesk will now take reliable backups of your MSSQL Databases!
 
Back
Top