Skip to content

Instantly share code, notes, and snippets.

@empiricalthought
Created October 13, 2014 00:26
Show Gist options
  • Save empiricalthought/d78a1584b92e1e144354 to your computer and use it in GitHub Desktop.
Save empiricalthought/d78a1584b92e1e144354 to your computer and use it in GitHub Desktop.
Postgresql streaming replication output
2014-10-13 00:14:57 UTC LOG: database system was interrupted; last known up at 2014-10-13 00:14:52 UTC
2014-10-13 00:14:57 UTC LOG: creating missing WAL directory "pg_xlog/archive_status"
2014-10-13 00:14:57 UTC LOG: entering standby mode
2014-10-13 00:14:57 UTC LOG: restored log file "000000010000000000000002" from archive
2014-10-13 00:14:57 UTC LOG: redo starts at 0/2000028
2014-10-13 00:14:57 UTC LOG: consistent recovery state reached at 0/20000F0
2014-10-13 00:14:57 UTC LOG: database system is ready to accept read only connections
cp: cannot stat ‘/data/wal_archive/000000010000000000000003’: No such file or directory
2014-10-13 00:14:57 UTC LOG: started streaming WAL from primary at 0/3000000 on timeline 1
2014-10-13 00:14:57 UTC LOG: incomplete startup packet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment