--- title: Get started with logical replication subtitle: Learn how to replicate data to and from your Neon Postgres database enableTableOfContents: true isDraft: false redirectFrom: - /docs/introduction/logical-replication - /docs/guides/logical-replication-clickhouse - /docs/guides/logical-replication-aurora-to-neon updatedOn: '2025-02-24T15:53:13.359Z' --- Neon's logical replication feature, available to all Neon users, allows you to replicate data to and from your Neon Postgres database: - Stream data from your Neon database to external destinations, enabling Change Data Capture (CDC) and real-time analytics. External sources might include data warehouses, analytical database services, real-time stream processing systems, messaging and event-streaming platforms, and external Postgres databases, among others. See [Replicate data from Neon](#replicate-data-from-neon). - Perform live migrations to Neon from external sources such as AWS RDS and Google Cloud SQL — or any platform that runs Postgres. See [Replicate data to Neon](#replicate-data-to-neon). - Replicate data from one Neon project to another for Neon project, account, Postgres version, or region migration. See [Replicate data from one Neon project to another](/docs/guides/logical-replication-neon-to-neon). ![Neon logical replication subscribers image](/docs/guides/logical_replication_publishers_subscribers.jpg) Logical replication in Neon works like it does on any standard Postgres installation. It uses a publisher-subscriber model to replicate data from the source database to the destination database. Neon can act as a publisher or subscriber. Replication starts by copying a snapshot of the data from the publisher to the subscriber. Once this is done, subsequent changes are sent to the subscriber as they occur in real-time. To learn more about Postgres logical replication, see the following topics. ## Learn about logical replication Logical replication concepts Logical replication commands Logical replication in Neon Managing schema changes To get started, jump into one of our step-by-step logical replication guides. ## Replicate data from Neon ## Replicate data to Neon