]> git.arvados.org - arvados.git/commit
23010: Uses new pg-formula supporting Ubuntu 24.04 23010-installer-jammy-pg-fix
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 5 Aug 2025 21:50:45 +0000 (18:50 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 5 Aug 2025 21:50:45 +0000 (18:50 -0300)
commit1e4e6159a72f4be17eefaa930bd2a8dfb4399bd7
tree7e6ed496412213d6e969ccbf6fbf5a32a5e82a67
parent305a2bea991c372be91c2cec89b59d0e132ff196
23010: Uses new pg-formula supporting Ubuntu 24.04

Also, avoid installing postgresql-contrib as it depends on the currently
supported PG version on each distro, eg: install postgresql-16 on Ubuntu
24.04 so both v15 and v16 get installed (because v15 is the one
requested by the installer) and that creates issues with service ports.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
tools/salt-install/config_examples/multi_host/aws/pillars/postgresql.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/postgresql.sls
tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls
tools/salt-install/provision.sh