-
-
Notifications
You must be signed in to change notification settings - Fork 220
refactor: Remove wal-g v3 and simplify build #1937
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
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
- Removes the `wal-g-3` Nix package definition and all associated build/installation steps from Dockerfiles and Ansible playbooks. - Standardizes on `wal-g-2` as the sole WAL-G version used, simplifying the build process and reducing complexity. - Cleans up related checks and package definitions in Nix.
Collaborator
|
if nothing in infra is using this we should be good to go @hunleyd |
* 'develop' of github.com:supabase/postgres: chore: upgrade supabase-admin-agent (#1935) fix: garbage collect after every profile intall + remove osquery (#1938) fix(ci): limit max-jobs of nix to 8 to prevent OOM while running nix flake check (#1933) Revert "fix: disable temporary Nix checks on aarch64-linux" (#1934)
samrose
approved these changes
Nov 21, 2025
Crispy1975
approved these changes
Nov 24, 2025
Contributor
|
Nothing should be using |
- Executes `nix-collect-garbage -d` after installing wal-g via nix profile. - This ensures cleanup of the Nix store, freeing up disk space.
Crispy1975
approved these changes
Nov 24, 2025
samrose
approved these changes
Nov 24, 2025
* origin/develop: refactor: Refactor PostgreSQL cron config and deprecations (#1951) chore: bump Wrappers version to 0.5.7 (#1945) chore: bump versions (#1949) Revert "docs: create an automated changlog file that shows up in release file…" (#1948) chore: remove precreated Storage objects (#1911) refactor: Move PostgreSQL auto_explain config to conf.d (#1943) docs: create an automated changlog file that shows up in release files (#1793) fix: removing dead nix code (#1946) docs: expansion to help understand anatomy and code api in user here (#1944) fix: try to use mirror fallbacks for docker images (#1942) feat: need this workflow present to test (#1941) feat: Add PostgreSQL conf.d directory (#1929) [jj-spr] initial version (#1866)
Removes `cache_valid_time: 3600` from the apt task for Pgbouncer dependencies. This ensures that `apt update` is executed every time the playbook runs, guaranteeing the system fetches the latest package lists before installing Pgbouncer and its dependencies. This prevents potential installation failures caused by an outdated package cache.
Removes the `-INDATA257` suffix from the PostgreSQL release version strings in `ansible/vars.yml`. This aligns the versions closer to standard upstream releases.
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.
wal-g-3Nix package definition and all associated build/installation steps from Dockerfiles and Ansible playbooks.wal-g-2as the sole WAL-G version used, simplifying the build process and reducing complexity.