Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hunleyd merged 10 commits intodevelopfromINDATA-260
Dec 8, 2025
Merged

Conversation

@hunleyd
Copy link
Contributor

@hunleydhunleyd commentedDec 2, 2025
edited
Loading

depends on#1961

Theread-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 aconf.d directory.

Changes include:

  • Dockerfiles: Adjusted to remove direct copy and updatesed commands.
  • Ansible: Renamed configuration file and updated task to place it inconf.d.
  • Nix: Updated paths and substitutions to reflect the new location.
Screenshot 2025-12-02 at 13 35 27Screenshot 2025-12-02 at 13 35 37

jpargudo reacted with thumbs up emoji
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.
@hunleydhunleyd marked this pull request as ready for reviewDecember 3, 2025 13:37
@hunleydhunleyd requested review froma team ascode ownersDecember 3, 2025 13:37
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.058Also updates the checksum for Pgbouncer 1.19.0.
…-260* 'INDATA-260' of github.com:supabase/postgres:  chore: [ansible/vars] bumping admin-api version (#1960)  fix: reserve the port for postgres_exporter with sysctl (#1953)  chore: Update PostgREST setup and versions (#1955)  Bump PostgREST to 14.1 (#1909)
* origin/develop:  chore: prevent loopback ssh connections (#1959)  chore: rename infra repo (#1958)
* origin:  feat: Ensure postgres conf.d directory is set up (#1961)  Multi version ext/pg partman (#1854)
…-260* 'INDATA-260' of github.com:supabase/postgres:
hunleyd added a commit that referenced this pull requestDec 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`.
@hunleydhunleyd added this pull request to themerge queueDec 8, 2025
@hunleydhunleyd removed this pull request from themerge queue due to a manual requestDec 8, 2025
@hunleydhunleyd added this pull request to themerge queueDec 8, 2025
Merged via the queue intodevelop with commit75c71e3Dec 8, 2025
18 checks passed
@hunleydhunleyd deleted the INDATA-260 branchDecember 8, 2025 19:26
hunleyd added a commit that referenced this pull requestDec 8, 2025
* origin:  refactor: Move read-replica.conf to conf.d (#1956)  ci: Custom GitHub Runners for Nix Builds (#1745)  fix: search path and migration grants (#1939)  chore: bump admin api version (#1964)
hunleyd added a commit that referenced this pull requestDec 8, 2025
* origin:  refactor: Move read-replica.conf to conf.d (#1956)  ci: Custom GitHub Runners for Nix Builds (#1745)  fix: search path and migration grants (#1939)  chore: bump admin api version (#1964)
github-merge-queuebot pushed a commit that referenced this pull requestDec 9, 2025
* refactor: Move read-replica.conf to conf.dThe `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 versionsUpdates 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.058Also updates the checksum for Pgbouncer 1.19.0.* refactor: Standardize WAL-G config inclusiondepends 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 requestDec 9, 2025
* refactor: Move read-replica.conf to conf.dThe `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 versionsUpdates 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.058Also updates the checksum for Pgbouncer 1.19.0.* refactor: Standardize WAL-G config inclusiondepends 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pashkinelfepashkinelfepashkinelfe approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@hunleyd@pashkinelfe

[8]ページ先頭

©2009-2025 Movatter.jp