Kaynağa Gözat

Update 'README.md'

Andrej Studen 5 gün önce
ebeveyn
işleme
9948500c2f
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -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