cloudfoundry-community / postgres-boshrelease

A BOSH release for deploying PostgreSQL
MIT License
8 stars 10 forks source link

Admin's accounts weren't actually being created #10

Closed scottillogical closed 7 years ago

geofffranks commented 7 years ago

Can you provide a little more context on this change? What was ALTER ROLE not doing, that createuser is? What problem is this change working around?

factorypreset commented 7 years ago

Actually the only change here is the erb that decides when to set a user as 'admin'. The previous version was consistently failing to set admin users in our environment. The logic itself is unchanged.