troubleshooting
Is there a way to provision the initial user and password when a container starts up in Rising Wave database?
Rick Otten is looking for a way to set the initial user and password when connecting to the Rising Wave database with a PostgreSQL client after the container starts. He wants a similar setup to standard PostgreSQL containers. The discussion also mentions the possibility of adding POSTGRES_USER
, POSTGRES_PASSWORD
, and POSTGRES_DB
options.
Ri
Rick Otten
Asked on Sep 15, 2023
- Currently, there is no built-in way to provision the initial user and password when a Rising Wave database container starts up.
- The team is considering adding
POSTGRES_USER
,POSTGRES_PASSWORD
, andPOSTGRES_DB
options in the future. - An alternative suggestion is to make these configurations available as command-line options for the start command.
- You can track the progress and updates on this feature request in the Rising Wave GitHub repository: Rising Wave GitHub Issue #11190
Sep 16, 2023Edited by