Skip to content

migrate DBA Dash from one server to another #809

Discussion options

You must be logged in to vote

To move the repository DB:

  • Use backup/restore to move the database to the new server.
  • Ensure the service account has access to the DB on the new server.
  • Change the destination connection in the service config tool to point to the new instance.

To move the service:

  • Copy/Paste the app folder from one server to the other. Or download a fresh copy and transfer the ServiceConfig.json file. All configuration made using the config tool is in this file. You might also have a commandTimeouts.json file and a PerformanceCountersCustom.xml file if you customized timeouts or performance counters.

  • If the config is encrypted, you will need to supply the password when you load the config tool on th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IndrajitMurgude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants