You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -334,7 +338,9 @@ For other optional customisations to your WebCSD server please see [WebCSD Confi
334
338
To change your license key you must delete the license volume and restart the stack:
335
339
336
340
```sh
341
+
# Replace `INSTALLDIR` by your WebCSD installation directory
337
342
# Include docker-compose.insecure-configuration.yml if using a self-signed certificate
343
+
cd INSTALLDIR
338
344
docker compose -f docker-compose.yml -f docker-compose.ssl.yml down
339
345
rm -r lic
340
346
docker compose -f docker-compose.yml -f docker-compose.ssl.yml up -d
@@ -362,7 +368,9 @@ Contact CCDC Support for the latest download link.
362
368
For major releases export any in-house databases, recreate the csd-database and [restore](https://github.com/ccdc-opensource/on-site-webcsd/wiki/Setting-up-a-self%E2%80%90hosted-PostgreSQL-server#restore-database) it with a new database dump provided by Support.
363
369
364
370
```sh
371
+
# Replace `INSTALLDIR` by your WebCSD installation directory
365
372
# Include docker-compose.insecure-configuration.yml if using a self-signed certificate
373
+
cd INSTALLDIR
366
374
docker compose -f docker-compose.yml -f docker-compose.ssl.yml down
367
375
docker compose pull
368
376
docker compose -f docker-compose.yml -f docker-compose.ssl.yml up -d
@@ -385,6 +393,8 @@ To uninstall On-Site WebCSD run the GUI maintenance tool and select "Remove all
385
393
With 4.3.0 rabbitmq needs to be rerun. If you are installing manually please run the following:
386
394
387
395
```sh
396
+
# Replace `INSTALLDIR` by your WebCSD installation directory
0 commit comments