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

Phantom MSSQL database

P

paulwilson159

Guest
We have been getting an error on our Plesk Windows 7.0.2 system backup.

The system reports it cannot access an MSSQL database called "etc"

Thing is, I can't find such a database on the system. I have looked for the file and checked via the MS Osql command line.

No such database exists on the system, but the Plesk control panel believes there is.

Is there a way we can get Plesk this non existent database, as it is preventing us from backing up?
 
You should delete that database from data_bases table at psa database. Also you should delete user of that database from db_users table.:cool:
 
Hello Gris

Yep, got it - backup runs just fine now.
 
Where is psa database!

Hello,

I want to del it in psa admin db.
But i don know where is psa database?

Thanks.
 
For Plesk 7.0
mysql -uadmin -pplesk_admin_password -P3306 psa
For Plesk 7.5
mysql -uadmin -pplesk_admin_password -P8306 psa
 
Back
Top