Advertisement
Dijit

pg_backrest.log

Mar 21st, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. 2016-03-20 02:25:58.023 T00 INFO: execute pg_stop_backup() and wait for all WAL segments to archive
  2. 2016-03-20 02:55:58.104 T00 ERROR: [134]: statement timed out after 1800.053 second(s):
  3. select to_char(clock_timestamp(), 'YYYY-MM-DD HH24:MI:SS.US TZ'), pg_xlogfile_name(xlog) from pg_stop_backup() as xlog
  4. 2016-03-20 02:55:58.192 T00 INFO: backup stop
  5.  
  6. -------------------PROCESS START-------------------
  7. 2016-03-20 03:16:38.272 T00 INFO: execute pg_start_backup() with label "pg_backrest backup started 2016-03-20 03:16:36": backup begins after the requested immediate checkpoint completes
  8. 2016-03-20 03:16:56.227 T00 INFO: archive start: 0000000100000441000000DF
  9. 2016-03-20 03:17:00.038 T00 WARN: aborted backup exists, but cannot be resumed (new backup-type 'full' does not match aborted backup-type 'incr') - will be dropped and recreated
  10. 2016-03-20 03:17:01.353 T00 INFO: backup stop
  11. 2016-03-20 03:17:02.414 T00 ERROR: [140]: process terminated due to an unhandled exception, 8 threads stopped
  12.  
  13. -------------------PROCESS START-------------------
  14. 2016-03-20 04:21:30.803 T00 INFO: last backup label = 20160319-032608F_20160319-134510I, version = 0.90
  15. 2016-03-20 04:21:31.229 T00 INFO: execute pg_start_backup() with label "pg_backrest backup started 2016-03-20 04:21:27": backup begins after the requested immediate checkpoint completes
  16. 2016-03-20 04:21:31.337 T00 ERROR: [132]: ERROR: a backup is already in progress
  17. HINT: Run pg_stop_backup() and try again.:
  18. select to_char(current_timestamp, 'YYYY-MM-DD HH24:MI:SS.US TZ'), pg_xlogfile_name(xlog) from pg_start_backup('pg_backrest backup started 2016-03-20 04:21:27', true) as xlog
  19. 2016-03-20 04:21:31.388 T00 INFO: backup stop
  20.  
  21. -------------------PROCESS START-------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement