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