Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 603:75244cf58a6d
new test for KeepLabels
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 22 Jan 2024 17:12:08 +0100 |
parents | f3475c3e42e5 |
children | 087888659ba3 |
line wrap: on
line source
#!/bin/bash pushd /scripts # TODO: change pg-transactions by the plugin version number ! apt-get update && apt-get install -y wget && wget https://orthanc.uclouvain.be/hg/orthanc-databases/raw-file/pg-transactions/PostgreSQL/Plugins/SQL/Downgrades/V6.2ToV6.1.sql psql -U postgres -f V6.2ToV6.1.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd