Skip to content

Commit

Permalink
🔧 crontab: take esh-db dumps monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Feb 5, 2024
1 parent d5cef27 commit 419eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.crontab
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#
# Creates a dump of the local ESH Oracle database
#
@weekly docker exec -it esh-db bash -c "source /home/oracle/.bashrc; bash /media/esh-db-dumps/extract-dump.sh > /media/esh-db-dumps/extract-dump.log 2>&1" && bash $LG_BASE_DIR/esh-db-dumps/post-extract-dump.sh > $LG_BASE_DIR/esh-db-dumps/post-extract-dump.log 2>&1
@monthly docker exec -it esh-db bash -c "source /home/oracle/.bashrc; bash /media/esh-db-dumps/extract-dump.sh > /media/esh-db-dumps/extract-dump.log 2>&1" && bash $LG_BASE_DIR/esh-db-dumps/post-extract-dump.sh > $LG_BASE_DIR/esh-db-dumps/post-extract-dump.log 2>&1

0 comments on commit 419eb1b

Please sign in to comment.