Skip to content
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

Deleted #635

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
TARGET_OS=ubuntu
TARGET_OS_VERSION=22.04
PG_PRODUCT=enterprise
PG_REPO=postgrespro
PG_SRCDIR=./postgrespro
PG_PRODUCT_SUFFIX=-ent
PG_VERSION=15
PG_VERSION_SUFFIX=-15
PTRACK=ON
PG_PROBACKUP_PTRACK=ON
PGPROBACKUPBIN=/home/vshepard/pbckp/ent-15/bin/pg_probackup
PG_CONFIG=/home/vshepard/pbckp/ent-15/bin/pg_config
PGPROBACKUPBIN3=/home/vshepard/workspace/work/pg_probackup/dev-ee-probackup/pg_probackup3/builddir/src/pg_probackup3
LANG=C.UTF-8
LC_ALL=C

PG_PROBACKUP_S3_HOST=10.5.52.86
PG_PROBACKUP_S3_PORT=9000
PG_PROBACKUP_S3_REGION=us-east-1
PG_PROBACKUP_S3_BUCKET_NAME=test1
PG_PROBACKUP_S3_ACCESS_KEY=minioadmin
PG_PROBACKUP_S3_SECRET_ACCESS_KEY=minioadmin
PG_PROBACKUP_S3_HTTPS=OFF
PG_PROBACKUP_S3_TEST=minio
PG_PROBACKUP_S3_BUFFER_SIZE=64
PG_PROBACKUP_S3_RETRIES=10
Loading
Loading