Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 745:c2e87b7830c6 find-refactoring
fix transfer tests
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 27 Nov 2024 11:40:39 +0100 |
parents | 89cb780d8a11 |
children | 2bef90799dd0 |
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 hg update -r find-refactoring psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev3ToRev2.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd