Skip to content

Commit

Permalink
Barman run archiving every minute (#182)
Browse files Browse the repository at this point in the history
If runs every 5 minutes, it'll not have enough time
to keep up with some big dbs WAL speed
  • Loading branch information
anhpt379 authored and paunin committed Aug 14, 2018
1 parent 3c964b9 commit 10cc242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/barman/crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*/5 * * * * root cd /home/postgres && /usr/local/bin/barman_docker/wal-receiver.sh > /proc/1/fd/1 2> /proc/1/fd/2
*/1 * * * * root cd /home/postgres && /usr/local/bin/barman_docker/wal-receiver.sh > /proc/1/fd/1 2> /proc/1/fd/2

0 comments on commit 10cc242

Please sign in to comment.