Skip to content

Commit

Permalink
🔧 cron: weekly esh db dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Feb 1, 2024
1 parent 576e678 commit d34745e
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"
@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

0 comments on commit d34745e

Please sign in to comment.