Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more explicit "embedded postgres" exclusion for production #33034

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Add more explicit "embedded postgres" exclusion for production

    Our language that warned about not using the embedded postgres for
    production in our Helm Chart was not strong enough. It only "advised"
    to use external database, but really the embedded Postgres lacks
    all the the things that you need when you want to make sure your
    production deployment is "safe" - persistency, monitoring, backup,
    upgrade scenarios are all missing.
    
    I think we should be much stronger in saying "data loss might occur"
    "you SHOULD NOT" use it for production. This is much more realistic
    warning and it makes it easier for us to direct users who have
    problems with embedded postgres to use "real" database for production.
    potiuk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a89abce View commit details
    Browse the repository at this point in the history