# HG changeset patch # User Alain Mazy # Date 1758536742 -7200 # Node ID 6403b6da775ec545ab7a53f45a0d61d072773363 # Parent ab360e15b792ab1574c1f1129bb613e5c2796683 pg tests for new revision diff -r ab360e15b792 -r 6403b6da775e NewTests/PostgresUpgrades/docker-compose.yml --- a/NewTests/PostgresUpgrades/docker-compose.yml Thu Sep 18 16:00:10 2025 +0200 +++ b/NewTests/PostgresUpgrades/docker-compose.yml Mon Sep 22 12:25:42 2025 +0200 @@ -17,7 +17,7 @@ # Orthanc previous version orthanc-pg-15-previous-revision: - image: orthancteam/orthanc:25.5.1 + image: orthancteam/orthanc:25.9.0 container_name: orthanc-pg-15-previous-revision depends_on: [pg-15] restart: unless-stopped @@ -30,7 +30,7 @@ # Orthanc previous version to run the integration tests orthanc-pg-15-previous-revision-for-integ-tests: - image: orthancteam/orthanc:25.5.1 + image: orthancteam/orthanc:25.9.0 container_name: orthanc-pg-15-previous-revision-for-integ-tests depends_on: [pg-15] restart: unless-stopped diff -r ab360e15b792 -r 6403b6da775e NewTests/PostgresUpgrades/downgrade.sh --- a/NewTests/PostgresUpgrades/downgrade.sh Thu Sep 18 16:00:10 2025 +0200 +++ b/NewTests/PostgresUpgrades/downgrade.sh Mon Sep 22 12:25:42 2025 +0200 @@ -7,7 +7,7 @@ pushd /scripts/orthanc-databases/ # hg update -r default -psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev6ToRev5.sql +psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev699ToRev6.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql