jfrog / artifactory-docker-examples

Examples for using Artifactory Docker distribution in various environments
https://www.jfrog.com/artifactory/
Apache License 2.0
330 stars 299 forks source link

Database upgrade script #177

Open raspy opened 5 years ago

raspy commented 5 years ago

At some point PostgreSQL image was changed from 9.5.2 to 9.6.11 making upgrade not that simple for people that directly use those example files. This has already been queried.

The script is supposed to make upgrade for such cases easier, dumping all database contents with the old image and importing them to new database.

eldada commented 5 years ago

Thanks @raspy for the contribution! Can I ask that you also add a note about this in the README? This should explain the case and usage of this script.