Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Regarding SQL Replication:

If you are using SQL redundancy and you are replicating all objects, you only need to update the primary database and SQL replication will take care of updating all redundant servers.

If you are only replicating a few objects you will need to

  1. Disable replication,

  2. Update the primary database following all the steps below

  3. Re-do Step 4 for each subscriber database.

  4. After all databases have been updated, then you may reenable replication.

*
Note

SQLUpdate_37 modifies the primary key of tblItems. If you are only replicating a few objects and one of those objects will be updated by the ACM SQL Scriptsthis table and upgrading from DB version 36 or lower to DB Version 37 or higher, you will need to remove it as an article of replication, perform the update and then add it back. Instructions are here: Remove and Add a Table as an Article of Replication

Step 1: Stop all ACM Services:

...