KoboToolbox requires two databases. Most users would deploy one postgresql server and create the second database. It would be nice if this could be automated. It should default to disabled.
Requirements:
Disabled by default
An optional prefix for database name
Assumes the helm chart has credentials and permissions to create database
Only create when the database doesn't already exist
Only run on install, not update
Questions:
Should it create both?
Is there a way to set the DB string just once? Often it's set multiple times.
KoboToolbox requires two databases. Most users would deploy one postgresql server and create the second database. It would be nice if this could be automated. It should default to disabled.
Requirements:
Questions:
Bonus requirements: