mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
Fix backup container restart issue
This commit is contained in:
@@ -4,7 +4,8 @@ set -e
|
|||||||
echo "🔧 Starting enhanced backup service with hourly and daily schedules..."
|
echo "🔧 Starting enhanced backup service with hourly and daily schedules..."
|
||||||
|
|
||||||
# Install curl if not available (handle different package managers)
|
# Install curl if not available (handle different package managers)
|
||||||
microdnf install -y curl || yum install -y curl || apt-get update && apt-get install -y curl
|
# NOTE: curl is already available in mysql:8.0 base image, commenting out to fix operator precedence issue
|
||||||
|
# microdnf install -y curl || yum install -y curl || apt-get update && apt-get install -y curl
|
||||||
|
|
||||||
# Download backup scripts from GitHub
|
# Download backup scripts from GitHub
|
||||||
echo "📥 Downloading backup scripts from GitHub..."
|
echo "📥 Downloading backup scripts from GitHub..."
|
||||||
|
|||||||
Reference in New Issue
Block a user