diff --git a/OPERATING.md b/OPERATING.md index ad3e9fe11..4ca4059b3 100644 --- a/OPERATING.md +++ b/OPERATING.md @@ -136,8 +136,8 @@ can be executed against the database using the required environment variables li Example usage: ```sh $ docker run --rm -e PS_DB_OWNER_NAME=postgres -e POSTGRES_PASSWORD=super5ecret -e PS_DB_HOST=postgres -e PS_DB_PORT=5432 \ - -v /path/to/uk_sct2mo_41.0.0_20250924000001Z.zip:/snomed/uk_sct2mo_41.0.0_20250924000001Z.zip \ - nhsdev/nia-ps-snomed-schema /snomed/uk_sct2mo_41.0.0_20250924000001Z.zip + -v /path/to/uk_sct2mo_42.0.0_20260408000001Z.zip:/snomed/uk_sct2mo_42.0.0_20260408000001Z.zip \ + nhsdev/nia-ps-snomed-schema /snomed/uk_sct2mo_42.0.0_20260408000001Z.zip ``` #### First installation diff --git a/docker/example.vars.sh b/docker/example.vars.sh index d9e10c535..0fea9f05a 100755 --- a/docker/example.vars.sh +++ b/docker/example.vars.sh @@ -42,4 +42,4 @@ export SDS_BASE_URL="https://int.api.service.nhs.uk/spine-directory/FHIR/R4/" export SKIP_DECODE="false" #change path for snomedFile fath -#export SNOMED_CT_TERMINOLOGY_FILE="/mnt/c/Users/yourUserName/yourPath/uk_sct2mo_41.0.0_20250924000001Z.zip"; \ No newline at end of file +#export SNOMED_CT_TERMINOLOGY_FILE="/mnt/c/Users/yourUserName/yourPath/uk_sct2mo_42.0.0_20260408000001Z.zip"; \ No newline at end of file diff --git a/docker/release-scripts/ps-mhs-e2e/vars.sh b/docker/release-scripts/ps-mhs-e2e/vars.sh index cc5c621f0..e20b2fe38 100644 --- a/docker/release-scripts/ps-mhs-e2e/vars.sh +++ b/docker/release-scripts/ps-mhs-e2e/vars.sh @@ -4,7 +4,7 @@ #SECRET KEY VARS #User-specific env variables -export SNOMED_FILE_LOCATION="../uk_sct2mo_41.0.0_20250924000001Z.zip" +export SNOMED_FILE_LOCATION="../uk_sct2mo_42.0.0_20260408000001Z.zip" export MHS_SECRET_PARTY_KEY="Y90664-9198273" export MHS_SECRET_CLIENT_CERT="-----BEGIN CERTIFICATE----- diff --git a/snomed-database-loader/load_release-postgresql.sh b/snomed-database-loader/load_release-postgresql.sh index a77f41bf6..515e24ce5 100755 --- a/snomed-database-loader/load_release-postgresql.sh +++ b/snomed-database-loader/load_release-postgresql.sh @@ -9,7 +9,7 @@ isMonolith=false if [ -z ${releasePath} ] then - echo "Please set the path to zipped SnomedCT RF2 release as the first argument, e.g. ./load_release-postgresql.sh uk_sct2mo_41.0.0_20250924000001Z.zip" + echo "Please set the path to zipped SnomedCT RF2 release as the first argument, e.g. ./load_release-postgresql.sh uk_sct2mo_42.0.0_20260408000001Z.zip" exit -1 fi diff --git a/test-suite/README.md b/test-suite/README.md index 6f18f3b7e..d6620951c 100644 --- a/test-suite/README.md +++ b/test-suite/README.md @@ -76,7 +76,7 @@ If you want to start from a fresh DB, delete the volume with `docker volume rm t SDS_API_KEY: "change_if_needed" # used for calculating migration timeouts # Change path for SNOMED filepath - SNOMED_CT_TERMINOLOGY_FILE: "/snomed/file/location/uk_sct2mo_41.0.0_20250924000001Z.zip" + SNOMED_CT_TERMINOLOGY_FILE: "/snomed/file/location/uk_sct2mo_42.0.0_20260408000001Z.zip" PS_LOGGING_LEVEL: "DEBUG" diff --git a/test-suite/docker/vars.sh b/test-suite/docker/vars.sh index 3f035f538..e31cc72c8 100644 --- a/test-suite/docker/vars.sh +++ b/test-suite/docker/vars.sh @@ -3,7 +3,7 @@ # MHS VARS #SECRET KEY VARS #User-specific env variables -export SNOMED_FILE_LOCATION="../uk_sct2mo_41.0.0_20250924000001Z.zip" +export SNOMED_FILE_LOCATION="../uk_sct2mo_42.0.0_20260408000001Z.zip" export MHS_SECRET_PARTY_KEY="Y90664-9198273" export MHS_SECRET_CLIENT_CERT="-----BEGIN CERTIFICATE----- MIIFPTCCAyUCFAKYCULeFVcQCwXCGCiCFVu09NmzMA0GCSqGSIb3DQEBCwUAMF0x