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

Change default value for postgres_data_path #1766

Merged
merged 3 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Change default value for postgres_data_path

    /var/lib/postgresql/data/pgdata
    to
    /var/lib/pgsql/data/pgdata
    
    postgres 15 uses a different location for
    postgres data directory.
    
    Fixes issue were database was not being written
    to the mounted in volume, and if the postgres
    container restarted, data would be lost.
    
    Signed-off-by: Seth Foster <fosterbseth@gmail.com>
    fosterseth authored and TheRealHaoLiu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1ba118d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2787bb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9240b9 View commit details
    Browse the repository at this point in the history