-
-
Notifications
You must be signed in to change notification settings - Fork 215
feat: Add PostgreSQL conf.d directory #1929
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
Conversation
Introduce a `conf.d` directory for PostgreSQL configuration to improve modularity and organization. Changes include: - Dockerfiles: Copy and chown `conf.d` to `/etc/postgresql-custom/`. - Ansible: Add `conf.d/.gitkeep` and update `postgresql.conf.j2` to include `conf.d`. - Nix: Define path for `conf.d` and add substitution for `POSTGRESQL_CONFIG_DIR`. - `run-server.sh.in`: Copy `conf.d` to the data directory and update `postgresql.conf` to include it. - `vars.yml`: Append `-INDATA253` to postgresql release versions.
* 'develop' of github.com:supabase/postgres: feat: reduciton of closure size for plv8 (#1925)
|
Local testng:
|
samrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am only requesting changes on the upgrade to 17.7 since you already had a PR at #1926 other than that from what I can see we can merge this
samrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still need to remove the actual upgrade to 17.7
jchancojr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested ami on local infra (pause/resume,upgrades).
LGTM
Introduce a
conf.ddirectory for PostgreSQL configuration to improve modularity and organization.Changes include:
conf.dto/etc/postgresql-custom/.conf.d/.gitkeepand updatepostgresql.conf.j2to includeconf.d.conf.dand add substitution forPOSTGRESQL_CONFIG_DIR.run-server.sh.in: Copyconf.dto the data directory and updatepostgresql.confto include it.vars.yml: Append-INDATA253to postgresql release versions.