Files
plane/deployments
akshat5302 bbf6f1df4f fix(airgapped): harden community restore script
- Fix stray "+" before set -euo pipefail
- Allow no-argument invocation under set -u (BACKUP_FOLDER="${1:-}")
- Don't exit under pipefail when no compose project matches; recognize
  "running(N)" statuses when checking if the instance is running
- Fix unquoted glob in the backup extraction loop
- Rename extracted dirs (pgdata/redisdata/uploads/rabbitmq_data) to the
  volume paths the airgapped docker-compose expects (db/redis/minio/uploads/mq)
- Update ASCII header to the current logo

Co-Authored-By: WOZCODE <contact@withwoz.com>
2026-09-01 14:55:30 +05:30
..