This will add the environment variable POSTGRES_HOST_AUTH_METHOD set to true to account for changes in postgres that now require credentials. Users should be careful that using this update does not re-create their database containers. If you do have a production instance running it's strongly advised to not use a container for it, or to bind data to your host.
This will add the environment variable
POSTGRES_HOST_AUTH_METHOD
set to true to account for changes in postgres that now require credentials. Users should be careful that using this update does not re-create their database containers. If you do have a production instance running it's strongly advised to not use a container for it, or to bind data to your host.Signed-off-by: vsoch vsochat@stanford.edu