Files
appstore/apps/nexusphp/latest/scripts/upgrade.sh
T
2026-07-06 03:07:47 +08:00

8 lines
319 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "NexusPHP is pinned to a fixed app release and image digest."
echo "Automatic in-place app upgrades are intentionally disabled for this package."
echo "Back up APP_DATA_DIR and the compose-managed MySQL/Redis volumes before changing APP_RELEASE_VERSION or APP_IMAGE."
exit 0