openproject-docker-compose/control/upgrade/entrypoint.sh
2025-04-22 22:46:08 +02:00

8 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"