• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Database server cannot be removed

CGI1979

Basic Pleskian
No visible databases are connected to the database server, still it cannot be deleted.
How can I find out which databases oder users prevent the deletion?
 
How do you try to remove the database server and have you stopped the service before trying to remove files? If the service is still running, it might not be possible to deinstall.
 
In the database overview it says 0 databases are on that server.
When I mark it and click on remove it claims databases or users are still on that server, but I cannot see those in Plesk, so I cannot delete them (if they exist at all)...
 
Go to Plesk database with

# plesk db

and find ID of your database server with

select * from DatabaseServers;

after that try to find assigned databases to this db_server_id with

select * from DatabaseServers;

or assigned db_users with

select * from db_users;
 
Back
Top