File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed
.github/actions/nix-install-ephemeral
files/admin_api_scripts/pg_upgrade_scripts Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4343 NIX_SIGN_SECRET_KEY : ${{ env.NIX_SIGN_SECRET_KEY }}
4444 - uses : NixOS/nix-installer-action@d6ef7ecd8f685af89869e5aca0580a33e3e3150c
4545 with :
46- installer-version : 2.33.2
46+ installer-version : 2.33.4
4747 extra-conf : |
4848 substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
4949 trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extra-experimental-features = nix-command flakes
2727extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
2828extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
2929EOF
30- RUN curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
30+ RUN curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
3131ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
3232
3333WORKDIR /nixpg
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extra-experimental-features = nix-command flakes
2727extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
2828extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
2929EOF
30- RUN curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
30+ RUN curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
3131
3232ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
3333
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extra-experimental-features = nix-command flakes
2828extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
2929extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
3030EOF
31- RUN curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
31+ RUN curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
3232
3333ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
3434
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extra-experimental-features = nix-command flakes
2727extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
2828extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
2929EOF
30- RUN curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
30+ RUN curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --no-channel-add --yes --nix-extra-conf-file /tmp/extra-nix.conf
3131
3232ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
3333
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ function initiate_upgrade {
297297 --extra-conf " trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
298298 else
299299 echo " 1.1.1. Installing Nix using the official installer"
300- sh <( curl -L https://releases.nixos.org/nix/nix-2.33.2 /install) --yes --daemon --nix-extra-conf-file /dev/stdin << EXTRA_NIX_CONF
300+ sh <( curl -L https://releases.nixos.org/nix/nix-2.33.4 /install) --yes --daemon --nix-extra-conf-file /dev/stdin << EXTRA_NIX_CONF
301301extra-experimental-features = nix-command flakes
302302extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
303303extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.063 -orioledb"
14- postgres17 : " 17.6.1.106 "
15- postgres15 : " 15.14.1.106 "
13+ postgresorioledb-17 : " 17.6.0.064 -orioledb"
14+ postgres17 : " 17.6.1.107 "
15+ postgres15 : " 15.14.1.107 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.25.1
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ extra-substituters =
113113Run the following command to install Nix 2.33.1 (the version used in CI) with the custom configuration:
114114
115115``` bash
116- curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --yes --nix-extra-conf-file ./nix.conf
116+ curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --yes --nix-extra-conf-file ./nix.conf
117117```
118118
119119This will install Nix with our build caches pre-configured, which should eliminate substituter-related errors.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ execute_playbook
8282# ###################
8383
8484function install_nix() {
85- sudo su -c " sh <(curl -L https://releases.nixos.org/nix/nix-2.33.2 /install) --yes --daemon --nix-extra-conf-file /dev/stdin <<EXTRA_NIX_CONF
85+ sudo su -c " sh <(curl -L https://releases.nixos.org/nix/nix-2.33.4 /install) --yes --daemon --nix-extra-conf-file /dev/stdin <<EXTRA_NIX_CONF
8686extra-experimental-features = nix-command flakes
8787extra-substituters = https://nix-postgres-artifacts.s3.amazonaws.com
8888extra-trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extra-substituters =
8888Run the following command to install Nix 2.33.1 (the version used in CI) with the custom configuration:
8989
9090``` bash
91- curl -L https://releases.nixos.org/nix/nix-2.33.2 /install | sh -s -- --daemon --yes --nix-extra-conf-file ./nix.conf
91+ curl -L https://releases.nixos.org/nix/nix-2.33.4 /install | sh -s -- --daemon --yes --nix-extra-conf-file ./nix.conf
9292```
9393
9494This will install Nix with our build caches pre-configured, which should eliminate substituter-related errors.
You can’t perform that action at this time.
0 commit comments