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

Backup bug using mysql to plesk

D

DanivalBrazil

Guest
Hello,

If I set my plesk to use MySql, my backups fail with this error:

Backup error.
Can't query SELECT pkg.name as name, pkg.version as version, pkg.release as release FROM APSClientApplicationItems ci INNER JOIN (APSApplicationItems ai INNER JOIN siteapppackages pkg ON ai.pkg_id=pkg.id) ON ai.id=ci.app_item_id WHERE ci.id=0: MySQLDatabaseProvider error 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'release FROM APSClientApplicationItems ci INNER JOIN (APSApplicationItems ai ' at line 1


If I Set MSSQL, my backups work fine.

How do I fix it? I dont like use MSSQL.
 
I switched back to jet engine, got another error there.
Now again back to mysql. Is seems the table pgk.release is not available.

is that from the application pack perhaps ?
Did not know that plesk was this buggy....
 
Ok... I am just talking to myself I guess....

This is the query with the error when when I start the backup:
SELECT pkg.name as name, pkg.version as version, pkg.release as release
FROM APSClientApplicationItems ci
INNER JOIN (APSApplicationItems ai
INNER JOIN siteapppackages pkg ON ai.pkg_id=pkg.id) ON ai.id=ci.app_item_id
WHERE ci.id=0

When I open phpmyadmin with the database and change pkg.release as release INTO pkg.release as testrelease than the query runs ok. Is this for real ? A reserved keyword ?
 
Back
Top