Skip to content

Latest commit

 

History

History
96 lines (65 loc) · 8.17 KB

File metadata and controls

96 lines (65 loc) · 8.17 KB
title Upgrade Replicated Databases | Microsoft Docs
ms.custom
ms.date 02/16/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
setup-install
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
merge replication database upgrades [SQL Server replication]
replication [SQL Server], upgrading
transactional replication, upgrading databases
snapshot replication [SQL Server], upgrading databases
upgrading replicated databases
ms.assetid 9926a4f7-bcd8-4b9b-9dcf-5426a5857116
caps.latest.revision 74
author MikeRayMSFT
ms.author mikeray
manager jhubbard

Upgrade Replicated Databases

[!INCLUDEssCurrent] supports upgrading replicated databases from previous versions of [!INCLUDEssNoVersion]; it is not required to stop activity at other nodes while a node is being upgraded. Ensure that you adhere to the rules regarding which versions are supported in a topology:

  • A Distributor can be any version as long as it is greater than or equal to the Publisher version (in many cases the Distributor is the same instance as the Publisher).

  • A Publisher can be any version as long as it less than or equal to the Distributor version.

  • Subscriber version depends on the type of publication:

    • A Subscriber to a transactional publication can be any version within two versions of the Publisher version. For example: a [!INCLUDEssSQL11] Publisher can have [!INCLUDEssSQL14] and [!INCLUDEssSQL15] Subscribers; and a [!INCLUDEssSQL15] Publisher can have [!INCLUDEssSQL14] and [!INCLUDEssSQL11] Subscribers.

    • A Subscriber to a merge publication can be any version less than or equal to the Publisher version.

Note

This topic is available in the Setup Help documentation and in [!INCLUDEssNoVersion] Books Online. Topic links that appear as bold text in the Setup Help documentation refer to topics that are only available in Books Online. You can design an upgrade strategy for the Publisher, Subscriber and Distributor using the options outlined in this post.

Run the Log Reader Agent for Transactional Replication Before Upgrade

Before you upgrade to [!INCLUDEssCurrent], you must make sure that all committed transactions from published tables have been processed by the Log Reader Agent. To make sure that all transactions have been processed, perform the following steps for each database that contains transactional publications:

  1. Make sure that the Log Reader Agent is running for the database. By default, the agent runs continuously.

  2. Stop user activity on published tables.

  3. Allow time for the Log Reader Agent to copy transactions to the distribution database, and then stop the agent.

  4. Execute sp_replcmds to verify that all transactions have been processed. The result set from this procedure should be empty.

  5. Execute sp_replflush to close the connection from sp_replcmds.

  6. Perform the server upgrade to [!INCLUDEssCurrent].

  7. Restart [!INCLUDEssNoVersion] Agent and the Log Reader Agent if they do not start automatically after the upgrade.

Run Agents for Merge Replication After Upgrade

After upgrade, run the Snapshot Agent for each merge publication and the Merge Agent for each subscription to update replication metadata. You do not have to apply the new snapshot, because it is not necessary to reinitialize subscriptions. Subscription metadata is updated the first time the Merge Agent is run after upgrade. This means that the subscription database can remain online and active during the Publisher upgrade.

Merge replication stores publication and subscription metadata in a number of system tables in the publication and subscription databases. Running the Snapshot Agent updates publication metadata and running the Merge Agent updates subscription metadata. It is only required to generate a publication snapshot. If a merge publication uses parameterized filters, each partition also has a snapshot. It is not necessary to update these partitioned snapshots.

Run the agents from [!INCLUDEssManStudioFull], Replication Monitor, or from the command line. For more information about running the Snapshot Agent, see the following topics:

For more information about running the Merge Agent, see the following topics:

After upgrading [!INCLUDEssNoVersion] in a topology that uses merge replication, change the publication compatibility level of any publications if you want to use new features.

Upgrading to Standard, Workgroup, or Express Editions

Before upgrading from one edition of [!INCLUDEssCurrent] to another, verify that the functionality you are currently using is supported in the edition to which you are upgrading. For more information, see the section on Replication in Features Supported by the Editions of SQL Server 2016.

Web Synchronization for Merge Replication

The Web synchronization option for merge replication requires that the [!INCLUDEssNoVersion] Replication Listener (replisapi.dll) be copied to the virtual directory on the Internet Information Services (IIS) server used for synchronization. When you configure Web synchronization, the file is copied to the virtual directory by the Configure Web Synchronization Wizard. If you upgrade the [!INCLUDEssNoVersion] components installed on the IIS server, you must manually copy replisapi.dll from the COM directory to the virtual directory on the IIS server. For more information about configuring Web synchronization, see Configure Web Synchronization.

Restoring a Replicated Database from an Earlier Version

To ensure replication settings are retained when restoring a backup of a replicated database from a previous version: restore to a server and database with the same names as the server and database at which the backup was taken.

See Also

Administration (Replication)
Replication Backward Compatibility
What's New (Replication)
Supported Version and Edition Upgrades
Upgrade to SQL Server 2016