Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/downgrade.sh @ 751:4a97afe7d8bc
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Dec 2024 10:51:41 +0100 |
parents | d21ff981e7a1 |
children | 89cb780d8a11 |
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 psql -U postgres -f /scripts/orthanc-databases/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql # if you want to test a downgrade procedure, you may use this code ... # psql -U postgres -f downgrade.sql popd