We've just provisioned an RDS postgres cluster on ...
# gooddata-cn
p
We've just provisioned an RDS postgres cluster on AWS (via our own terraform rather than the provided CloudFormation templates). Do we have to initialize the DB schema before deploying the Helm chart (version 2.3)? If so, how and when is this done? In particular, I'm interested in any user names or passwords that need to be set up before deploying the Helm chart. Thanks for any guidance or suggestions.
j
Hi, initializing RDS DB schema shouldn’t be required before deploying the helm chart. You need to have DB master user and password set up though.
👍 1
p
Thank you @Jan Kos 😀