Commit a7209f67 authored by Alexandre Delanoë's avatar Alexandre Delanoë

script update

parent 6b5cac2c
Pipeline #3163 canceled with stage
......@@ -14,10 +14,13 @@ sudo apt -yy dist-upgrade
git pull origin dev
./bin/install
# Database upgrade
#./bin/psql gargantext.ini < devops/postgres/upgrade/0.0.6.0.sql
# exec script haskell upgrade
#./bin/psql gargantext.ini < devops/postgres/upgrade/0.0.6.1.sql
# ~/.local/bin/gargantext-upgrade
# exec script haskell upgrade
sudo sed -i "s/bullseye/bookworm/g" /etc/apt/sources.list
sudo apt update
......@@ -33,8 +36,6 @@ psql < 'ALTER ROLE gargantua password \'$DBPASS\'';
EOF
./bin/psql gargantext.ini < devops/postgres/upgrade/0.0.6.2.sql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment