mediagis/nominatim-docker

Kubernetes + Docker + Planet Question

Strvm opened this issue · 1 comments

Strvm commented

Hi,

I am trying to use this project inside a Kubernetes cluster for multiple planet servers. I was wondering if it was possible to dump the postgresql database of an already running server into maybe an S3/Cloud storage and then pull that database everytime the docker is started.

Would this be a good idea? Has anyone else tried something to speed up the building process when first running the docker? Is it possible to connect to external database?

Thank you

While it's not the focus of this image, someone made it work with an external postgres instance: #245 (comment)

I have no advice about anything to do with k8s.