You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to have a list of SQL servers available for installation/uninstallation of Sitecore
option#1: during uninstallation check, if the connection string points to the database server that is in the SIMs SQL server list. In case the database is not hosted on the SQL server in the list, it must not be deleted.
option#2: check a database name on all SQL servers known by SIM, once the database is found we can safely remove it.
While developing, I found that the existing "Profile.ConnectionString" property that represents the existing connection string is widely used through code in the following places:
The 'SIM.Tool.Base.EnvironmentHelper.CheckSqlServer' method is used in too many places to check if the defined SQL server is running.
Based on this, introducing a possibility to add more SQL servers is a breaking change that requires overriding of significant part of the existing functionality.
Description:
SIM does not delete databases from SQL Server that was actually used during installation
Scenario:
Expected result: databases are deleted from SQL Server 2017
Actual result: SIM did not delete databases
Issue is actual
I hereby confirm the issue is new:
Valid for QA/DEV
Haven't checked in the latest QA/DEV version
Screenshots:
n/a
Attachments:
n/a
The text was updated successfully, but these errors were encountered: