Moving the Data Catalog database?
![alevyinroc](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
I initially set up my Data Catalog database on a non-production instance of SQL Server for trial/test purposes. Now that I'm ready to go live, I need to move to a production instance. What is the best way to do so?
I'm thinking about the following:
I'm thinking about the following:
- Stop the service
- Copy the database via backup & restore
- Verify permissions on the new server
- Run the configuration tool to point at the new server
- Start the service if it doesn't automatically start up
Tagged:
Best Answer
-
Tianjiao_Li Posts: 684 Rose Gold 5
Hi @alevyinroc
It's the best way to do it as far as I know.
We've seen users running into issues at step 2, so do let us know and we'll provide further information.