Creating the ATAT database requires a separate connection to one of the default Postgres databases, like `postgres`. This updates the scripts and secrets-tool command to handle creating the database. It also removes database creation from Terraform and updates the documentation.
7 lines
236 B
Markdown
7 lines
236 B
Markdown
- for setting up the database:
|
|
- create database
|
|
- create postgres user password? could we do this as a key?
|
|
- create user secret in application key vault
|
|
- execute SQL to create user
|
|
- we need an initial image to seed ACR with
|