Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 690:84b7444330a2
more extra main dicom tags tests
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 18 Sep 2024 09:36:52 +0200 |
parents | c76a8c783996 |
children | e3d41c4168c3 5d04bdbd4906 |
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/default/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql psql -U postgres -f Rev2ToRev1.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd