Files
appstore/apps/chatwoot/latest/scripts/upgrade.sh
T
2026-06-28 02:38:25 +08:00

6 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Chatwoot database preparation runs before the web service starts. Wait for the web container healthcheck to pass after upgrading."
exit 0