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 changes from tust to peer and md5 are a better security posture, but they break a lot of existing use cases
and should probably instead be gated behind some sort of configuration flag. Co-located bbr relies upon passwordless
connection to the database as vcap user, but runs a root. Many of the acceptance tests also try using the vcap user
but run as root via ssh and fail with the changes.
- Postgres 15 no longer grants users access to the public schema. This prevents generated users from being able to create
tables. Update the create_databases function to grant access to the public schema for each role on each database.
0 commit comments