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

Use fog pg_probackup3 log level TRACE insted of VERBOSE and don't use…#138

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
asavchkov merged 1 commit intomasterfromArchive_push_params_for_pbckp3
Jul 15, 2024
Merged
Changes fromall 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
Use fog pg_probackup3 log level TRACE insted of VERBOSE and don't use…
… -j and --batch-size keys
  • Loading branch information
@egarbuz
egarbuz committedJul 12, 2024
commit4940b5de5f85a2e8ae549451e6a0ce6afae6e1b2
10 changes: 7 additions & 3 deletionstestgres/plugins/pg_probackup2/pg_probackup2/app.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -705,9 +705,13 @@ def set_archiving(
if overwrite:
archive_command += ' --overwrite'

archive_command += ' --log-level-console=VERBOSE'
archive_command += ' -j 5'
archive_command += ' --batch-size 10'
if init_params.major_version > 2:
archive_command += ' --log-level-console=trace'
else:
archive_command += ' --log-level-console=VERBOSE'
archive_command += ' -j 5'
archive_command += ' --batch-size 10'

archive_command += ' --no-sync'

if archive_timeout:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp