Notifications
Clear all
General Questions
6
Posts
2
Users
0
Reactions
1,504
Views
Apr 07, 2016 5:59 am
Please tell me, there is a upgrade from mspcontrol to yours. I did not know an open source solution was in the works.
thanks
5 Replies
Apr 07, 2016 6:50 am
I think I am good. The wsp migration worked with no issue. Doing a function check now.
v/r
Apr 07, 2016 7:26 am
Hello,
The guide for WSP Migration to SolidCP should indeed also work for MSPControl
i would however include one extra step --> go to the database --> Providers table.
Remove any additional provider MSPControl added to your database (it might conflict with ours in the future).
For the rest everything is pretty much identical.
and.. Welcome to SolidCP 🙂
Apr 07, 2016 8:16 am
Done!!! Ran the below
USE [WebsitePanel]
GO
DELETE FROM [dbo].[Providers]
WHERE ProviderType like 'MSPControl%'
GO
v/r