From 3cee7cac1de01ce6f25164831950dbdc733c9794 Mon Sep 17 00:00:00 2001 From: Eva Myers <81232948+emyers-ccdc@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:15:33 +0000 Subject: [PATCH 1/2] NO_JIRA update data along with software --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12867a1..2690f15 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,8 @@ docker compose -f docker-compose.yml -f docker-compose.macromolecule-hub.yml -f docker compose -f docker-compose.yml -f docker-compose.macromolecule-hub.yml -f docker-compose.ssl.yml up -d ``` +Also contact support for a new postgresql database download as the software and data must be kept in sync. + ## Contacting support If you experience any difficulties with installing or using On-Site Lattice and WebCSD, please contact our support team at who will be happy to assist you. From 69d05796b5e43d97e0981175fd3653e4378146c9 Mon Sep 17 00:00:00 2001 From: Eva Myers <81232948+emyers-ccdc@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:30:53 +0000 Subject: [PATCH 2/2] NO_JIRA improve instructions for updating data --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2690f15..e62afbd 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,8 @@ When you have been notified that there is an update available you can [download Once you have downloaded the new release, ensure any customisations have been copied to the new release directory. You may need to customise the new versions of the config files (particularly `.env`) rather than copying the old versions - check the website above for breaking changes. +You may also need to contact support for a new postgresql database download link - see the release notes. + Once the latest installation files have been obtained, to update the software, pull the latest images, and restart the stack. The latest images can be pulled whilst the stack is running and changes will only come into effect upon restarting the stack. @@ -276,7 +278,7 @@ docker compose -f docker-compose.yml -f docker-compose.macromolecule-hub.yml -f docker compose -f docker-compose.yml -f docker-compose.macromolecule-hub.yml -f docker-compose.ssl.yml up -d ``` -Also contact support for a new postgresql database download as the software and data must be kept in sync. +To update the data if needed, repeat the process described at [Setting Up Your PostgreSQL Server](https://github.com/ccdc-opensource/on-site-webcsd/wiki/Setting-up-your-PostgreSQL-server#restore-database). ## Contacting support