Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd15ba2

Browse files
committed
[skip travis] fix deb.sh
1 parent97e8f13 commitcd15ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packaging/test/scripts/deb.sh‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ pg_probackup-${PG_VERSION} --version
111111
# su postgres -c "${PKG_NAME} init -B /tmp/backup"
112112
# su postgres -c "${PKG_NAME} add-instance --instance=node -B /tmp/backup -D ${PGDATA}"
113113

114-
su postgres -c"pg_probackup-${PG_VERSION} init -B /tmp/backup"
115-
su postgres -c"pg_probackup-${PG_VERSION} add-instance --instance=node -B /tmp/backup -D${PGDATA}"
116-
su postgres -c"pg_probackup-${PG_VERSION} backup --instance=node --compress -bfull -B /tmp/backup -D${PGDATA} --no-sync"
114+
# su postgres -c "pg_probackup-${PG_VERSION} init -B /tmp/backup"
115+
# su postgres -c "pg_probackup-${PG_VERSION} add-instance --instance=node -B /tmp/backup -D ${PGDATA}"
116+
su postgres -c"pg_probackup-${PG_VERSION} backup --instance=node --compress -bdelta -B /tmp/backup -D${PGDATA} --no-sync"
117117
su postgres -c"/usr/lib/postgresql/${PG_VERSION}/bin/pgbench --no-vacuum -t 1000 -c 1"
118118
su postgres -c"pg_probackup-${PG_VERSION} backup --instance=node -b page -B /tmp/backup -D${PGDATA} --no-sync"
119119
su postgres -c"pg_probackup-${PG_VERSION} show --instance=node -B /tmp/backup -D${PGDATA}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp