[FR] Configurable iris_tasks DB string via environment
Please ensure your feature request is not already on the roadmap or associated with an issue. This can be checked here.
Is your feature request related to a problem? Please describe. We are able to configure database name for Iris via environment variable POSTGRES_DB but the database name for Tasks is hardcoded ("iris_tasks") and cannot be configured.
Describe the solution you'd like Ability to configure Iris Tasks database name via environment variable POSTGRES_DB_TASKS
Describe alternatives you've considered Patch files manually to replace string iris_tasks by a custom name (ie. iris_tasks_dev, iris_tasks_prod, etc...)
Additional context N/A
Hello, I have the same issue. Do you have any news ?
Hi, Any news on this issue ?
This one is annoying when using cloudnative pg operator on kubernetes. Configurable would be useful (or use one database?)