I have dcm4chee-arc-light running for past 1 year. Installed the latest version at that time i.e. 5.17. I want to upgrade it to the latest version i.e. 5.23.
I had deployed it using docker.
The Postgres database I am using is hosted at AWS RDS. Now with new version how do I remigrate the DB. I believe the database will need to be migrated with new schema of 10_create-psql.sql. And all the data also needs to be seeded again
Can anyone tell me how to do this? Or point me to any documentation to do this.