Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 765:40e03b7d2275
Added tag Orthanc-1.12.5 for changeset 847b3c6b360b
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Dec 2024 18:11:47 +0100 |
parents | 0705e560ff7b |
children | 2c7dde490d63 |
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 default psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev3bToRev2.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd