Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 850:895215bfb8aa
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 12 Aug 2025 17:56:46 +0200 |
parents | 63a7a9eab0f1 |
children |
line wrap: on
line source
#!/bin/bash pushd /scripts apt-get update && apt-get install -y wget mercurial hg clone https://orthanc.uclouvain.be/hg/orthanc-databases pushd /scripts/orthanc-databases/ # hg update -r default psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev6ToRev5.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd popd