|
|
@@ -42,6 +42,9 @@ Check if database runs:
|
|
|
#### Upgrade database
|
|
|
|
|
|
```bash
|
|
|
+#disable any cron jobs that restart labkey
|
|
|
+ $ crontab -e
|
|
|
+#comment out lines that use checkLabkey.sh, write and save file
|
|
|
$ bin/stopLabkey.sh
|
|
|
$ bin/startPGonly.sh
|
|
|
$ docker network inspect labkey_network
|
|
|
@@ -74,6 +77,8 @@ Check if database runs:
|
|
|
#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
|
|
|
+#Enable cronjobs
|
|
|
+ $ crontab -e
|
|
|
```
|
|
|
|
|
|
### Files and external modules for LabKey
|