Hi here is a solution that might help you, plan the down time accordingly
https://www.mssqltips.com/sqlservertip/6831/how-to-migrate-ssisdb-to-another-server/
Steps to migrate SSISDB from one VM to another VM ?
Hello, have to migrate SQL Server 2016 (on Windows Server 2012) from one VM to another SQL Server 2016 (on Windows Server 2016) which contains [SSISDB].
Would it be straight forward in doing a Full DB backup of this DB and restore onto new VM?
And also how to copy/migrate the packages that are associated with this and any other things to consider that I'm missing?
Thanks in advance.
SQL Server | Other
-
Seshagiri Rao Vadrevu 101 Reputation points
2023-05-26T02:24:34.01+00:00
1 additional answer
Sort by: Most helpful
-
ZoeHui-MSFT 41,491 Reputation points
2023-05-26T06:36:37.5333333+00:00 You can follow the steps in the documentation To Move the SSIS Database as it has some additional good precautions noted:
Follow the instructions for moving user databases. For more information, see Move User Databases. Ensure that you back up the master key for the SSISDB database and protect the backup file. For more information, see To Back up the SSIS Database.
You may also check the article step by step.
Moving the SSISDB Catalog on a new SQL Server instance
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.