I'm migrating from Heroku with a table that uses pg_partman for partitions
It is throwing this error
Configuring sync with initial data copy...
WARNING: Issuing rollback() due to DESTROY without explicit disconnect() of DBD::Pg::db handle dbname=REDACTED;host=REDACTED.compute-1.amazonaws.com at line 29.
Failed to add sync: DBD::Pg::st execute failed: ERROR: DBD::Pg::db do failed: ERROR: permission denied for table part_config at line 128. at line 30.
CONTEXT: PL/Perl function "validate_sync" at /usr/local/bin/bucardo line 4670.
I tried installing the extension before the migration, then without the extension installed. Both failed
I'm migrating from Heroku with a table that uses pg_partman for partitions
It is throwing this error
I tried installing the extension before the migration, then without the extension installed. Both failed