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
We manually compile and "install" PG:
- create a symlink /usr/local/bin/pg_config
- create a symlink /usr/lib64/libpq.so.5
Manual bild fixes the following problem:
psycopg2.errors.ProtocolViolation: could not create replication slot "mysub": ERROR: could not access file "pgoutput": No such file or directory
Failed tests:
- TestTestgresCommon::test_logical_replication[remote_ops]
- TestTestgresCommon::test_logical_catchup[local_ops]
- TestTestgresCommon::test_logical_replication[local_ops]
- TestTestgresCommon::test_logical_catchup[remote_ops]
0 commit comments