• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Issue restore database to mariadb 11.7.2 (Docker) create 500 exception

gbailey123

New Pleskian
Server operating system version
Ubuntu 20.04 LTS
Plesk version and microupdate number
Obsidian 18.0.68
Hy,

After a total crash, we have restored the whole server from plesk with encryption.

It restored the local database mariadb on localhost with user normaly, but the second db with the newer mariadb on docker over the ip 127.0.0.1 and port 32768 is not possible.
It ends with this Exception.

Code:
      [B]Warning:[/B]             [B]Restore domain[/B] "2getonline.com"
Failed deployment of the database getonl_demo7 (domain 2getonline.com)
Code:
       [B]Warning:[/B]     
       Execution of /opt/psa/admin/plib/api-cli/database.php --update getonl_demo7 -add_user backup_1q07qIB -type mysql -server 127.0.0.1:32768 -set-acl % -passwd '' -ignore-nonexistent-options failed with return code 500.Stderr isUnable to create database user: Specified database was not found

i can connect over cli with mysql -h 127.0.0.1 -P 32768 -u root -p without any issues.

And for the restore, the database is for all hosts enabled.

how i can restore the databases?

thanks
 
What mean Specified database was not found ?

The Database is in plesk registered, and we have now manual imported the databases from mariadb 10 (Ubuntu Native installation) to mariadb 11.7.2 (Docker).
Without any issues.

Thanks :)
 
Back
Top