WHOIGit / ifcbdb

IFCB dashboard
MIT License
6 stars 7 forks source link

switch PostGIS container to use official image #373

Closed mike-kaimika closed 10 months ago

mike-kaimika commented 1 year ago

After using this new branch, the following command has to be run to install/update/fix some things related to PostGIS. This appears to be needed even though the version of PostgreSQL is the same - it may be tied to the different image versions

docker-compose exec postgres update-postgis.sh

joefutrelle commented 1 year ago

Relevant to #366 -- we'll need to investigate if using the alternative image mentioned in that issue on an ARM platform has the same issue that you encountered here.

joefutrelle commented 10 months ago

superseded by #380