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

Remove the ability to customize the postgres_data_dir #1798

Merged

Commits on Mar 28, 2024

  1. Remove the ability to customize the postgres_data_dir

    * in the sclorg Postgresql 15 image, the PGDATA directory is hardcoded
    * if users were to modify this directory, they would only change the
      directory the pvc is mounted to, not the directory PostgreSQL uses.
      This would result in loss of data.
    * switch from /var/lib/pgsql/data/pgdata to /var/lib/pgsql/data/userdata
    rooftopcellist committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    88302e3 View commit details
    Browse the repository at this point in the history