Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
stop app bugtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Aug 20, 2023
1 parent aa78bee commit 1e6a915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/backup_restore/database/cnpg_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ backup_cnpg_databases() {
echo_backup+=("Failed to back up $app_name's database.")
failure=true
fi
sleep 500
echo "Stopping $app_name..."
# sleep 500
stop_app "direct" "$app_name"
else
# Store the current replica counts for all deployments in the app before scaling down
Expand Down

0 comments on commit 1e6a915

Please sign in to comment.