pgautoupgrade / docker-pgautoupgrade

A PostgreSQL Docker container that automatically upgrades your database
https://hub.docker.com/r/pgautoupgrade/pgautoupgrade
MIT License
537 stars 19 forks source link

Make it also work if the POSTGRES_USER environment variable was specified for the original container #5

Closed ateuber closed 1 year ago

ateuber commented 1 year ago

In such cases the user postgres does not even exist.

justinclift commented 1 year ago

Hmmm, should probably set up some GitHub action to automatically push to the dev label on Docker Hub.

A task for another day. :smile:

ateuber commented 1 year ago

Thanks :slightly_smiling_face:

justinclift commented 1 year ago

I've just pushed a new build to Docker Hub with the 'dev' tag, for this merged PR. :smile: