Files
openproject-deploy/control/upgrade/entrypoint.sh

9 lines
205 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
/control/upgrade/scripts/00-db-upgrade.sh
echo "Please restart your installation by issuing the following command:"
echo " docker compose up -d --build --pull always"