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

Error while backup 'pkg.release as release'

G

guesswho911

Guest
About the middle of the month we changed our license to allow for Application Repo to be active. We didn't think anything of it until we went to look for our backups and found that they haven't been successful for a while. They seem to be coming up with this in the error:

Backup error.
Can't query SELECT pkg.name as name, pkg.version as version, pkg.release as release FROM APSApplicationItems ai INNER JOIN siteapppackages pkg ON ai.pkg_id=pkg.id WHERE ai.id=90: 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 APSApplicationItems ai INNER JOIN siteapppackages pkg ON ai.pkg_' at line 1

However if I run the command in mysql:
SELECT pkg.name as name, pkg.version as version, pkg.release as 'release' FROM APSApplicationItems ai INNER JOIN siteapppackages pkg ON ai.pkg_id=pkg.id WHERE ai.id=90

That command works. Apparently release is a reserved keyword in MySQL 5.0 but it is causing a problem in the script. Has anyone else run into this issue before and perhaps knows how to possibly solve it as it seems to be impossible to do a backup otherwise?
 
Back
Top