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

Issue How do I remove the default MSSQL server?

JM Tech

New Pleskian
I offer MySQL databases and was exploring also offering MSSQL databases so I installed MSSQL 2016 through Plesk and added in the MSSQL database server as the default MSSQL database server. I have since decided not to offer MSSQL databases so have followed the instructions to remove MSSQL - which I have done successfully, but I can't remove the Database for the list of databases. It doesn't let me select it (I presume because it's the default).

This is annoying because it appears in the dropdown of database servers when I go to make a database - even though the server doesn't exist any more.

plesk repair mssql -connection only tells me that it can't connect - it doesn't repair it by removing the database server.
 
.I think that you need to remove records in Plesk database. Please go to Plesk database with

plesk db

and explore tables DatabaseServers, data_bases, db_users. You need to find id of needed database server and use it for finding out all related records in data_bases, db_users for removing.
Contact Plesk Support Team if you are not familiar with SQL.
 
Back
Top