Learn how to safely perform database migrations while maintaining data replication with Artie.
PostgreSQL
wal_level
is set to logical
in your new versionMySQL
binlog_format
is set to ROW
binlog_retention_hours
is set appropriately (recommended 24+ hours)MongoDB
What happens when Artie is resumed?
artie
, unless you specified an override) and we will start capturing changes moving forward.For other data sources, Artie will seek the earliest checkpoint from the database and start replicating from that point.What should I do if there is data loss? 🚨
Postgres tips
active
is false and then drop the replication slot.Common issues