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

database differences between versions 8.x

M

manos2000

Guest
As i wrote in previous threads there are differences at plesk databases in 8.x versions

In 8.6.05 at site report , application vaults etc i receive:

b>Source:</b> Microsoft OLE DB Provider for SQL Server<br/><b>Description:</b> Invalid column name 'capp_item_id'.
---------------------- Debug Info -------------------------------
0: plib\common_func.php3:236
com->execute(string 'SELECT ai.id, max(ai.pkg_id), COUNT(sa.id)
FROM (APSApplicationItems AS ai
LEFT JOIN APSClientApplicationItems AS cai ON (cai.app_item_id=ai.id))
LEFT JOIN SiteApps AS sa ON (sa.capp_item_id=cai.id)
GROUP BY ai.id;', NULL null)
1: plib\common_func.php3:236
db_query(string 'SELECT ai.id, max(ai.pkg_id), COUNT(sa.id)
FROM (APSApplicationItems AS ai
LEFT JOIN APSClientApplicationItems AS cai ON (cai.app_item_id=ai.id))
LEFT JOIN SiteApps AS sa ON (sa.capp_item_id=cai.id)
GROUP BY ai.id;')
2: plib\SiteApps\APSApplicationsList.php:149
APSApplicationsList->fetchAPSApplicationsList()



It seems 'capp_item_id' doe snot exist in older versions and is not created.
Could you added it to your patch?

thanks
manos
 
Sergious could you provide the sql statement to add the missing column 'capp_item_id'. ?

Is it "%plesk_bin%\dbclient" --direct-sql --sql="ALTER TABLE DatabaseServers ADD COLUMN capp_item_id;"

?

thanks
manos
 
Back
Top