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

Document issues - Need to specify that upgrades for Postgres are not supported #159

Open chiponn opened 5 years ago

chiponn commented 5 years ago

In version < 2.8.0 of Xray we used Postgres version 9.5.2, however in version 2.8.0 we use Postgres 9.6.11.

Please note that if you upgrade Xray and also change the Postgres, and then run Xray, it will fail as it does not really upgrade Postgres.

This needs to be documented so users that use docker-compose in production will not trust the examples.