You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official docker library PostgreSQL image uses a single directory/volume to store all of its configuration and data /var/lib/postgresql/data and does not use a version folder like your scripts seem to want ex: /var/lib/postgresql/9.5/data.
Is there a way to use this tool with the folder layout presented by the PostgreSQL image from the docker library, without having to move everything between two different volumes?