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

MySQL query failed: Table 'psa.BackupsSettings' doesn't exist

V

vfmz

Guest
My System Suse 9.3, Plesk 8.01 with all patches (via online updater)!!!
Everything was fine until i configured the backup with plesk-frontend, a day later i want to watch if the backup is fine... this error returns:

ERROR: PleskMainDBException
MySQL query failed: Table 'psa.BackupsSettings' doesn't exist
0: /usr/local/psa/admin/plib/common_func.php3:229
db_query(string 'select * from BackupsSettings where type="domain" and id ="1"')
1: /usr/local/psa/admin/plib/backup/BackupFtpSettingStorage.php:58
BackupFtpSettingStorage->load()
2: /usr/local/psa/admin/plib/backup/BackupFtpSettingStorage.php:41
BackupFtpSettingStorage->getParam(string 'tab')
3: /usr/local/psa/admin/plib/backup/BackupCManager.php:110
BackupCManager->applyFTPSetting(object of type BackupDomain)
4: /usr/local/psa/admin/plib/backup/BackupManager.php:124
BackupManager->demonFactory()
5: /usr/local/psa/admin/plib/PMM/MigrationCObject.php:56
MigrationCObject->demonFactory()
6: /usr/local/psa/admin/plib/backup/BackupFront.php:30
BackupFront->stepBegin()
7: /usr/local/psa/admin/plib/PMM/MigrationCObject.php:100
MigrationCObject->make()
8: /usr/local/psa/admin/htdocs/backup/main_domain.php:24


How to setup this missing table "BackupsSettings" now? is it possible to download the empty table-structure anywhere? Please help!:confused:
 
# ls psa/etc/pbm

there are SQL scripts for database table creation...
 
thanx!!!!!

thanx, i found them and i was able to fix the problem !!!!
 
Back
Top