Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.15 KB

sql-server-linux-replication.md

File metadata and controls

60 lines (43 loc) · 2.15 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom monikerRange
SQL Server replication on Linux
Learn how SQL Server 2017 (14.x) (CU18) and later support SQL Server Replication for instances of SQL Server on Linux.
rwestMSFT
randolphwest
vanto
11/16/2023
sql
linux
article
linux-related-content
>=sql-server-2017 || >=sql-server-linux-2017

SQL Server replication on Linux

[!INCLUDE SQL Server - Linux]

[!INCLUDE SQL Server 2017] (CU18) and later support 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 might 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
  • Snapshot

For detailed information about replication, see SQL Server Replication.

Supported features

The following replication features are supported:

  • Snapshot replication
  • Transactional replication
  • Replication with non-default ports
  • Replication with Active Directory authentication
  • Replication configurations across Windows and Linux
  • Immediate updates for transactional replication

Limitations

The following features aren't supported:

  • Merge replication
  • Peer-to-Peer replication
  • Oracle publishing

Related content