diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebabac8aa..1322062b4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,9 +38,9 @@ jobs: sudo systemctl start postgresql.service pg_isready - - name: Create scheduler user + - name: Create libreplan user run: | - sudo -u postgres psql --command="CREATE USER libreplan PASSWORD 'libreplan'" --command="\du" + sudo -u postgres psql --command="ALTER SYSTEM SET password_encryption = 'scram-sha-256'; CREATE USER libreplan PASSWORD 'libreplan'" --command="\du" - name: Create libreplandev database run: |