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
This is just FYI for now as I use the patched version of deis/wal-e.
But I guess other people will get similar issue.
My postgres was fallen into the infinite loop. The error message is like this.
server is still starting up
Performing an initial backup...
wal_e.main INFO MSG: starting WAL-E
DETAIL: The subcommand is "wal-fetch".
STRUCTURED: time=2016-07-22T22:25:46.577414-00 pid=8781
wal_e.operator.backup INFO MSG: promoted prefetched wal segment
STRUCTURED: time=2016-07-22T22:25:46.906001-00 pid=8781 action=wal-fetch key=wabs://database/wal_005
/000000050000000400000067.lzo prefix= seg=000000050000000400000067
LOG: restored log file "000000050000000400000067" from archive
wal_e.main INFO MSG: starting WAL-E
DETAIL: The subcommand is "backup-push".
STRUCTURED: time=2016-07-22T22:25:48.787899-00 pid=8789
FATAL: the database system is starting up
psql: FATAL: the database system is starting up
wal_e.main ERROR MSG: could not run one or more external programs WAL-E depends upon
DETAIL: Could not get a connection to the database: note that superuser access
is required
Could not run the following programs, are they installed? psql
STRUCTURED: time=2016-07-22T22:25:49.501372-00 pid=8789
The similar issue was reported at the issue tracker in the upstream.
Like wal-e#234
The text was updated successfully, but these errors were encountered:
This issue will be occurred randomly. Seems indepentent on content in log.lzo files.
The log is from same pod, same WALs.
In this time it failed at 000000050000000400000089.
Not 000000050000000400000067 (differ from previous).
wal_e.operator.backup INFO MSG: promoted prefetched wal segment
STRUCTURED: time=2016-07-22T23:14:37.926357-00 pid=9423 action=wal-fetch key=wabs://database/wal_005/000000050000000400000089.lzo prefix= seg=000000050000000400000089
FATAL: the database system is starting up
LOG: restored log file "000000050000000400000089" from archive
psql: FATAL: the database system is starting up
wal_e.main ERROR MSG: could not run one or more external programs WAL-E depends upon
DETAIL: Could not get a connection to the database: note that superuser access
is required
Could not run the following programs, are they installed? psql
STRUCTURED: time=2016-07-22T23:14:38.132915-00 pid=9396
This is just FYI for now as I use the patched version of deis/wal-e.
But I guess other people will get similar issue.
My postgres was fallen into the infinite loop. The error message is like this.
The similar issue was reported at the issue tracker in the upstream.
Like wal-e#234
The text was updated successfully, but these errors were encountered: