mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
9 lines
205 B
Bash
Executable File
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"
|