mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-03 02:43:50 +00:00
feat: upgrade
This commit is contained in:
@@ -165,14 +165,6 @@ EOF
|
||||
EOF
|
||||
fi
|
||||
|
||||
# Capture module SQL ledger snapshot if available
|
||||
local ledger_src="/modules-meta/module-sql-ledger.txt"
|
||||
if [ -f "$ledger_src" ]; then
|
||||
cp "$ledger_src" "$target_dir/module-sql-ledger.txt"
|
||||
else
|
||||
log "ℹ️ Module SQL ledger not found (modules/meta missing); snapshot not included in this backup"
|
||||
fi
|
||||
|
||||
# Create completion marker to indicate backup is finished
|
||||
touch "$target_dir/.backup_complete"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user