update default DB_DOCKER_VERSION to 16 (existing instance should upgrade manually if they wish)

This commit is contained in:
Mayel de Borniol 2024-08-27 21:03:59 +01:00
parent 083ddc8516
commit f4a1658d38

View File

@ -14,17 +14,16 @@ APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-amd64
# multi-arch image (built by CI, but currently not working): # multi-arch image (built by CI, but currently not working):
#APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR} #APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}
DB_DOCKER_VERSION=16-3.4
# note that different flavours or architectures may require different postgres builds: # note that different flavours or architectures may require different postgres builds:
# For ARM or x86: # For ARM or x86:
DB_DOCKER_IMAGE=ghcr.io/baosystems/postgis:12-3.4 DB_DOCKER_IMAGE=ghcr.io/baosystems/postgis:${DB_DOCKER_VERSION}
# DB_DOCKER_IMAGE=ghcr.io/baosystems/postgis:15-3.4
# for x86: # for x86:
# DB_DOCKER_IMAGE=postgis/postgis:12-3.4-alpine # DB_DOCKER_IMAGE=postgis/postgis:${DB_DOCKER_VERSION}-alpine
# DB_DOCKER_IMAGE=postgis/postgis:15-3.4-alpine
# multiarch (but doesn't have required Postgis extension) # multiarch (but doesn't have required Postgis extension)
#DB_DOCKER_IMAGE=postgres:12-alpine #DB_DOCKER_IMAGE=postgres:${DB_DOCKER_VERSION}-alpine
# TODO: maybe to use for Upgrading to a new Postgres version (NOTE: does not work with postgis data) # TODO: maybe to use for Upgrading to a new Postgres version? (NOTE: does not work with postgis data)
# DB_DOCKER_IMAGE=pgautoupgrade/pgautoupgrade:15-alpine # DB_DOCKER_IMAGE=pgautoupgrade/pgautoupgrade:16-alpine
# enter your instance's domain name # enter your instance's domain name