You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Update test containers for PostgreSQL 13.
Add older PostgreSQL versions to the u18 container that were not available before. This also updates all minor versions for prior versions of PostgreSQL.
This commit is contained in:
@ -481,7 +481,7 @@ sub containerBuild
|
||||
" rpm -ivh \\\n" .
|
||||
" http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-centos91-9.1-6.noarch.rpm \\\n" .
|
||||
" http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-8.noarch.rpm \\\n" .
|
||||
" https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/" .
|
||||
" https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/" .
|
||||
"pgdg-redhat-repo-latest.noarch.rpm && \\\n";
|
||||
}
|
||||
elsif ($strOS eq VM_CO7)
|
||||
@ -489,7 +489,7 @@ sub containerBuild
|
||||
$strScript .=
|
||||
" rpm -ivh \\\n" .
|
||||
" http://yum.postgresql.org/9.2/redhat/rhel-7-x86_64/pgdg-centos92-9.2-3.noarch.rpm \\\n" .
|
||||
" https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/" .
|
||||
" https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/" .
|
||||
"pgdg-redhat-repo-latest.noarch.rpm && \\\n";
|
||||
}
|
||||
elsif ($strOS eq VM_F32)
|
||||
@ -506,7 +506,7 @@ sub containerBuild
|
||||
{
|
||||
$strScript .=
|
||||
" echo 'deb http://apt.postgresql.org/pub/repos/apt/ " .
|
||||
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' . ($strOS eq VM_U18 ? ' 13' : '') .
|
||||
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' .
|
||||
"' >> /etc/apt/sources.list.d/pgdg.list && \\\n" .
|
||||
" wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \\\n" .
|
||||
" apt-get update && \\\n" .
|
||||
|
Reference in New Issue
Block a user