You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate a subset of tables using the filtering capabilities. This migration needs to be performed with logical replication so that we can minimize the downtime window. Also, since the amount of data to move is quite big (~1TB), we wanted to use a dedicated process to hold the snapshot so we could resume the migration in case anything goes wrong.
Trying to do so results in the clone command to fail complaining that the current filtering differs from the filtering used to initialize the catalog. However, there is no option on pgcopydb snapshot to provide the same filtering config file. Is this something known?
pgcopydb version: v0.17
The text was updated successfully, but these errors were encountered:
I'm trying to migrate a subset of tables using the filtering capabilities. This migration needs to be performed with logical replication so that we can minimize the downtime window. Also, since the amount of data to move is quite big (~1TB), we wanted to use a dedicated process to hold the snapshot so we could resume the migration in case anything goes wrong.
Here's what I've tried:
Trying to do so results in the
clone
command to fail complaining that the current filtering differs from the filtering used to initialize the catalog. However, there is no option onpgcopydb snapshot
to provide the same filtering config file. Is this something known?pgcopydb version:
v0.17
The text was updated successfully, but these errors were encountered: