Skip to content

Commit

Permalink
Exclude standby.signal to prevent an endless wait during recovery fro…
Browse files Browse the repository at this point in the history
…m replica
  • Loading branch information
munakoiso committed May 3, 2024
1 parent 71239fe commit 5675ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/databases/postgres/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func init() {
"log", "pg_log", "pg_xlog", "pg_wal", // Directories
"pgsql_tmp", "postgresql.auto.conf.tmp", "postmaster.pid", "postmaster.opts", "recovery.conf", // Files
"pg_dynshmem", "pg_notify", "pg_replslot", "pg_serial", "pg_stat_tmp", "pg_snapshots", "pg_subtrans", // Directories
"standby.signal", // Signal files
}

for _, filename := range filesToExclude {
Expand Down

0 comments on commit 5675ab0

Please sign in to comment.