WAL stream sync broken on postgres-4 #382
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ran into this bug after stopping and restarting the service on
postgres-4
: https://dba.stackexchange.com/questions/284146/could-not-receive-data-from-wal-stream-error-requested-wal-segment-has-alreadyApparently there's
pg_rewind
for this, but the command is missing for some reason. I ended up just re-syncing all data from scratch.