pg_upgrade needs stricter permissions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-29 20:38:05 +00:00
parent 58c91a2567
commit 7fa9bb87d5

View File

@@ -16,6 +16,7 @@ if [ -f "$OLD_VERSION_FILE" ]; then
# Move old data to a temporary folder
mkdir -p $DATA_DIR/old_data
mv $DATA_DIR/* $DATA_DIR/old_data/ || true
chmod 700 $DATA_DIR/old_data
# Initialize new data directory
mkdir $DATA_DIR/new_data