iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

[FR] Configurable iris_tasks DB string via environment

Open diaznet opened this issue 1 year ago • 3 comments

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

diaznet avatar May 21 '24 07:05 diaznet

Hello, I have the same issue. Do you have any news ?

seb2020 avatar Jun 12 '24 06:06 seb2020

Hi, Any news on this issue ?

seb2020 avatar Aug 28 '24 08:08 seb2020

This one is annoying when using cloudnative pg operator on kubernetes. Configurable would be useful (or use one database?)

sandervandegeijn avatar May 21 '25 21:05 sandervandegeijn