popovnv

Untitled

Jul 5th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.35 KB | None | 0 0
  1. # cat /tmp/pgproee/9.6/backup/data/backups/data_archive/pg_probackup.conf
  2. #Backup instance info
  3. PGDATA = /tmp/pgproee/9.6/data
  4. system-identifier = 6438899797597707829
  5. #Connection parameters:
  6. PGDATABASE = postgres
  7. PGUSER = repl
  8. #Replica parameters:
  9. #Logging parameters:
  10. log-level = LOG
  11. log-filename = data_archive.log
  12. error-log-filename = data_archive_error.log
  13. #Retention parameters:
  14. retention-redundancy = 5
  15. #Compression parameters:
  16. compress-algorithm = zlib
  17. compress-level = 6
  18.  
  19. #ls -l /tmp/pgproee/9.6/backup/data/wal/data_archive/
  20. total 131080
  21. -rw------- 1 postgres postgres 16777216 Jul  4 17:15 000000010000000000000001
  22. -rw------- 1 postgres postgres 16777216 Jul  4 17:15 000000010000000000000002
  23. -rw------- 1 postgres postgres 16777216 Jul  5 10:27 000000010000000000000003
  24. -rw------- 1 postgres postgres 16777216 Jul  5 10:27 000000010000000000000004
  25. -rw------- 1 postgres postgres      314 Jul  5 10:27 000000010000000000000004.00000028.backup
  26. -rw------- 1 postgres postgres 16777216 Jul  5 10:27 000000010000000000000005
  27. -rw------- 1 postgres postgres 16777216 Jul  5 10:29 000000010000000000000006
  28. -rw------- 1 postgres postgres 16777216 Jul  5 10:29 000000010000000000000007
  29. -rw------- 1 postgres postgres      314 Jul  5 10:29 000000010000000000000007.00000028.backup
  30. -rw------- 1 postgres postgres 16777216 Jul  5 10:29 000000010000000000000008
Advertisement
Add Comment
Please, Sign In to add comment