update client-data and add stop/start

This commit is contained in:
Deckard
2025-10-24 02:39:39 -04:00
parent 0d35c2d492
commit 33e243058f
3 changed files with 20 additions and 1 deletions

9
stop-containers.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Thin wrapper to stop all AzerothCore project containers while preserving data.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${SCRIPT_DIR}/cleanup.sh" --soft --force