2 links tagged with all of: database + logical-replication
Click any tag below to further narrow down your results
Links
This article details the process of moving specific tables from one PostgreSQL instance to another using logical replication. It covers granting access, copying schema, setting up publications and subscriptions, and handling sequences and indexes to minimize downtime.
The article discusses the process of performing PostgreSQL migrations using logical replication. It outlines the benefits of logical replication, including minimal downtime and the ability to replicate specific tables and data, making it a flexible option for database migrations. Additionally, it provides practical guidance on setting up and managing logical replication in PostgreSQL environments.