1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00
pg_probackup/packaging
2021-10-22 14:57:32 +03:00
..
Dockerfiles fix rhel dockerfiles for std|ent packaging 2021-10-22 14:57:32 +03:00
pkg [Issue #413] packaging: bump postgres versions, add 14, remove 9.5, some workarounds (caused by old docker images) 2021-10-13 14:14:59 +03:00
repo/scripts built-in package infrastructure (#418) 2021-09-26 01:13:04 +03:00
test built-in package infrastructure (#418) 2021-09-26 01:13:04 +03:00
Makefile.pkg [Issue #413] packaging: bump postgres versions, add 14, remove 9.5, some workarounds (caused by old docker images) 2021-10-13 14:14:59 +03:00
Makefile.repo built-in package infrastructure (#418) 2021-09-26 01:13:04 +03:00
Makefile.test built-in package infrastructure (#418) 2021-09-26 01:13:04 +03:00
Readme.md [ci skip] packaging: small fix in packaging instruction 2021-10-22 00:54:41 +03:00

Example:

export PBK_VERSION=2.4.17
export PBK_HASH=57f871accce2604
export PBK_RELEASE=1
export PBK_EDITION=std|ent
make pkg

To build binaries for PostgresPro Standart or Enterprise, a pgpro.tar.bz2 with latest git tree must be preset in packaging/tarballs directory:

cd packaging/pkg/tarballs
git clone pgpro_repo pgpro
tar -cjSf pgpro.tar.bz2 pgpro

To build repo the gpg keys for package signing must be present ... Repo must be build using 1 thread (due to debian bullshit):

make repo -j1