Skip to content

Commit

Permalink
Update mongo_manage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Nov 15, 2023
1 parent 1ff63bb commit 5e2ba4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/mongodb/source/mongotools/mongo_manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ backup()
else
echo "MongoDB backup for $dbName failed. Running alerts.sh..."
/data/tools/alerts.sh
fi
done
find $BACKUP_DIR -mindepth 1 -maxdepth 1 -type d -ctime +10 | xargs rm -rf;
}
Expand Down

0 comments on commit 5e2ba4f

Please sign in to comment.