Files
appstore/apps/dootask/latest/scripts/upgrade.sh
T
2026-07-06 12:46:02 +08:00

8 lines
322 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "DooTask is currently pinned to upstream release v1.8.64."
echo "Automatic in-place source upgrades are intentionally disabled for this package."
echo "Back up APP_DATA_DIR/app, the external MySQL database, and the external Redis data before changing packaged versions."
exit 0