• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problem with upgrade (3 for 4)

R

rafael_berto

Guest
We make upgrade to the 4 version, but presents this error.

Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abstract.php; Line: 111
Message: SQLSTATE[28000] [1045] Access denied for user 'sitebuilder_db'@'localhost' (using password: YES); Code: 0


We tried to adjust password and user at the mysql, but the error persists.

We need help...

Thanks
 
try running
Code:
sb_config \
--sb_db_user_passwd=<sitebuilder_user_password> \
--sb_db_user_name=sitebuilder3 \
--db_admin_name=root \
--db_admin_passwd=<mysql_admin_password>
 
All available options for 'sb_config' utility you can check with '--help' key:

# sb_config --help

Try to define proper login and password for Mysql database, so Sitebuilder could connect to database and perform necessary actions.
 
Back
Top