Migrate from MSPCon...
 
Notifications
Clear all

Migrate from MSPControl to SolidCP

6 Posts
2 Users
0 Likes
1,349 Views
Posts: 25
Topic starter
(@karephre)
Eminent Member
Joined: 8 years ago

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
Posts: 25
Topic starter
(@karephre)
Eminent Member
Joined: 8 years ago

I think I am good. The wsp migration worked with no issue. Doing a function check now.

 

v/r

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

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 🙂

Reply
Posts: 25
Topic starter
(@karephre)
Eminent Member
Joined: 8 years ago

Done!!! Ran the  below

 

USE [WebsitePanel]
GO

DELETE FROM [dbo].[Providers]
WHERE ProviderType like 'MSPControl%'
GO

 

v/r

Reply
2 Replies
Admin
(@m-tiggelaar)
Joined: 8 years ago

Noble Member
Posts: 1964

That should work perfect. and thank you for sharing!

Reply
Admin
(@m-tiggelaar)
Joined: 8 years ago

Noble Member
Posts: 1964

I have added your SQL script to the documentation:
https://solidcp.com/kb/installation/migrate-mspcontrol-solidcp/

Please let me know if you have any additional tips or advice.

Reply
Share: