Move Procare to New SQL Server
  • 09 Feb 2024
  • 2 Minutes to read

Move Procare to New SQL Server


Article Summary

How to move Procare from your own SQL Server (using SQL Server Authentication) to another SQL server. This does NOT apply to Cloud customers, nor to persons using the SQL Express Edition database that comes with non-Cloud versions of Procare.

Who Should Do This?

This article is intended for IT professionals. Only persons familiar with SQL server and server management tools should perform these procedures. Your SQL server is beyond the scope of Procare Technical Support.

Before You Begin

Please make sure the server on which you intend to install Procare meets the System Requirements; for example, you cannot install on a domain controller.

Quick Overview

  1. Install Procare on New SQL Server
  2. Move Data from Old to New Server
  3. Point Licensing Service to New Data Location

1. Install Procare on New SQL Server

a. On the computer that hosts your Procare Licensing Server, shut down the Windows service called Procare License service.

b. Make sure you have Named Pipes enabled on the new SQL Server (destination server).

c. On the new server, download and begin to install the non-Cloud version of Procare. During installation, be sure to select an Advanced install and click Next.

image

d. At the Advanced Setup screen choose Use your Own Database Server and uncheck the box next to Licensing Service then click Next.

image

e. At the Microsoft SQL Server Instances screen select your SQL server Instance Name from the drop down list. Choose SQL Authentication and enter your SA Username (or equivalent account) and Password then click Next.

image

f. Follow the on screen prompts to complete the rest of the installation. You’ll need your unique Installation Key number.

2. Move Data from Old to New Server

There are two methods available using the SQL Management Tool.

a. Backup and Restore

  • Backup the Procare database on the old server.
  • On the new server restore the backup choosing the option to “Overwrite the Original Database”.

b. Detach/Attach the Database

  • Detach the Procare Database on the old server.
  • Copy the Procare MDF and LDF files to the new server.
  • Attach the copied database and ensure that it starts.

3. Point Licensing Service to New Data Location

After the database has been copied/restored to the new server you’ll need to configure the Procare License Service to point to the new location.

From the Procare License Server:

a. Run the Procare SQLConfig tool (C:\Program Files\Procare\Server\SQLConfig.exe).

b. Change the Database Server Name/Address to point to your “new serverinstance name”.

  • Example 1 – Use tcp:sql1.mynetwork.com for a default instance (depending on your network configuration you may need to use IP address of your server).
  • Example 2 – Use tcp:sql1.mynetwork.comPROCARE for a named instance.

image

c. Confirm the User ID and Password are correct then click Verify and OK.

d. Click Save & Exit.

e. Run the Procare.Repair tool (C:\Program
Files\Procare\Server\Procare.Repair.exe) and click Repair.

image

f. Once repair is complete start the Procare Licensing Service. Congratulations! You have completed the move to your new SQL server.


Was this article helpful?