Hi All, If I deploy Lightdash application version...
# general
g
Hi All, If I deploy Lightdash application version 0.1121.0 (Helm chart : version 1.5.4) , in a Blue - green environment. Is it recommended to use seperate database for each environment or same database (shared database) for both the environment (Database we use is Postgres) ? What should be the Best Practice ?
1
p
👋 Thanks for your message - someone from the Lightdash support team will get back to you asap. Feel free to add any additional context to the thread here in the meantime (screenshots, app version if you're self-hosting etc.).
electric mint heart 1
j
You should be using a different database , since a different version of lightdash will contain diferent database migrations and some of them are not backwards compatible, and you will eventually run into conflicts. I'd recommend using a different database even if you use the same Lightdash version. Let me know if that makes sense
electric mint heart 1
g
Thanks alot @Javi ..!!