Parcourir la source

Update 'README.md'

Andrej Studen il y a 1 semaine
Parent
commit
a7ee48f124
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -66,6 +66,14 @@ Check if database runs:
    $ docker network inspect labkey_network
 #find IP of DB (probably the same as before)
    $ psql -U postgres -h IP -p 5432 -f /data/labkey/postgresql/X/dumpX.sql
+#I found password of master account scrambled, so best to set it to value PGPASS from env.sh
+   $ psql -U postgres -h IP -p 5432
+   postgres=# ALTER USER postgres WITH PASSWORD 'PGPASS';
+   postgres=# quit
+   $ bin/stopLabkey.sh
+#Change permissions back to password; host all all all scram-sha-256 in pg_hba.conf
+   $ bin/startLabkey.sh
+#Should be running of the new base
 ```
 
 ### Files and external modules for LabKey