Trying to fix SCRAM error message
Trying to fix SCRAM error message
This commit is contained in:
parent
da99689a7e
commit
f8e6ff5653
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue