-
-
Notifications
You must be signed in to change notification settings - Fork 220
refactor: Move read-replica.conf to conf.d #1956
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The `read-replica.conf` file has been moved from `/etc/postgresql-custom/` to `/etc/postgresql-custom/conf.d/`. This change aligns with the standard practice of including configuration snippets from a `conf.d` directory. Changes include: - Dockerfiles: Adjusted to remove direct copy and update `sed` commands. - Ansible: Renamed configuration file and updated task to place it in `conf.d`. - Nix: Updated paths and substitutions to reflect the new location.
Updates the following versions for improved security and stability: - PostgreSQL 17 (orioledb-17) to 17.6.0.015 - PostgreSQL 17 to 17.6.1.058 - PostgreSQL 15 to 15.14.1.058 Also updates the checksum for Pgbouncer 1.19.0.
…-260 * 'INDATA-260' of github.com:supabase/postgres:
hunleyd
added a commit
that referenced
this pull request
Dec 5, 2025
depends on #1956 - WAL-G configuration is now managed by placing `wal-g.conf` in `/etc/postgresql-custom/conf.d/`. - This aligns with PostgreSQL's standard practice of including configuration files from `conf.d` subdirectories. - Direct inclusion of `wal-g.conf` in `postgresql.conf` has been removed. - PostgreSQL `archive_mode` is now explicitly set to `on` with a no-op `archive_command` in `postgresql.conf.j2`.
pashkinelfe
approved these changes
Dec 8, 2025
hunleyd
added a commit
that referenced
this pull request
Dec 8, 2025
hunleyd
added a commit
that referenced
this pull request
Dec 8, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 9, 2025
* refactor: Move read-replica.conf to conf.d The `read-replica.conf` file has been moved from `/etc/postgresql-custom/` to `/etc/postgresql-custom/conf.d/`. This change aligns with the standard practice of including configuration snippets from a `conf.d` directory. Changes include: - Dockerfiles: Adjusted to remove direct copy and update `sed` commands. - Ansible: Renamed configuration file and updated task to place it in `conf.d`. - Nix: Updated paths and substitutions to reflect the new location. * chore: Update postgres and pgbouncer versions Updates the following versions for improved security and stability: - PostgreSQL 17 (orioledb-17) to 17.6.0.015 - PostgreSQL 17 to 17.6.1.058 - PostgreSQL 15 to 15.14.1.058 Also updates the checksum for Pgbouncer 1.19.0. * refactor: Standardize WAL-G config inclusion depends on #1956 - WAL-G configuration is now managed by placing `wal-g.conf` in `/etc/postgresql-custom/conf.d/`. - This aligns with PostgreSQL's standard practice of including configuration files from `conf.d` subdirectories. - Direct inclusion of `wal-g.conf` in `postgresql.conf` has been removed. - PostgreSQL `archive_mode` is now explicitly set to `on` with a no-op `archive_command` in `postgresql.conf.j2`.
yvan-sraka
pushed a commit
that referenced
this pull request
Dec 9, 2025
* refactor: Move read-replica.conf to conf.d The `read-replica.conf` file has been moved from `/etc/postgresql-custom/` to `/etc/postgresql-custom/conf.d/`. This change aligns with the standard practice of including configuration snippets from a `conf.d` directory. Changes include: - Dockerfiles: Adjusted to remove direct copy and update `sed` commands. - Ansible: Renamed configuration file and updated task to place it in `conf.d`. - Nix: Updated paths and substitutions to reflect the new location. * chore: Update postgres and pgbouncer versions Updates the following versions for improved security and stability: - PostgreSQL 17 (orioledb-17) to 17.6.0.015 - PostgreSQL 17 to 17.6.1.058 - PostgreSQL 15 to 15.14.1.058 Also updates the checksum for Pgbouncer 1.19.0. * refactor: Standardize WAL-G config inclusion depends on #1956 - WAL-G configuration is now managed by placing `wal-g.conf` in `/etc/postgresql-custom/conf.d/`. - This aligns with PostgreSQL's standard practice of including configuration files from `conf.d` subdirectories. - Direct inclusion of `wal-g.conf` in `postgresql.conf` has been removed. - PostgreSQL `archive_mode` is now explicitly set to `on` with a no-op `archive_command` in `postgresql.conf.j2`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
depends on #1961
The
read-replica.conffile has been moved from/etc/postgresql-custom/to/etc/postgresql-custom/conf.d/. This change aligns with the standard practice of including configuration snippets from aconf.ddirectory.Changes include:
sedcommands.conf.d.