Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.23 KB

File metadata and controls

62 lines (44 loc) · 2.23 KB
title SQL Server Replication on Linux
description This article describes SQL Server replication on Linux.
author MikeRayMSFT
ms.author mikeray
ms.reviewer vanto
ms.date 10/17/2018
ms.topic article
ms.prod sql
ms.prod_service database-engine
ms.technology linux
monikerRange >=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions

SQL Server Replication on Linux

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-linuxonly]

[!INCLUDESQL Server 2019] introduces SQL Server Replication for instances of SQL Server on Linux.

Configure replication on Linux with SQL Server Management Studio (SSMS) replication stored procedures.

An instance of SQL Server can participate in any replication role:

  • Publisher
  • Distributor
  • Subscriber

A replication schema can mix and match operating system platforms. For example, a replication schema may include an instance of SQL Server on Linux for publisher and distributor, and the subscribers include instances of SQL Server on Windows as well as Linux.

SQL Server instances on Linux can participate in any type of replication.

  • Transactional
  • Merge
  • Snapshot

For detailed information about replication, see SQL Server replication documentation.

Supported features

For [!INCLUDESQL Server 2019] the following replication features are supported:

  • Snapshot replication
  • Transactional replication
  • Merge replication
  • Peer-to-Peer replication
  • Replication with non-default ports
  • Replication with AD authentication
  • Replication configurations across Windows and Linux
  • Immediate updates for transactional replication

Limitations

[!INCLUDESQL Server 2019] does not support the following features:

  • Immediate update subscribers
  • Oracle publishing

Next steps

Configure SQL Server replication on Linux

Sample: Configure SQL Server replication on Linux