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

Commit59a15f3

Browse files
committed
Merge branch 'default-users' into multihost-catchup
2 parentse14033a +8a38d7c commit59a15f3

File tree

1 file changed

+1
-1
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+1
-1
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def catchup_node(
402402
'--destination-pgdata={0}'.format(destination_node.data_dir)
403403
]
404404
ifself.remote:
405-
cmd_list+= [f'--remote-proto=ssh','--remote-host={remote_host}']
405+
cmd_list+= ['--remote-proto=ssh',f'--remote-host={remote_host}']
406406
ifremote_port:
407407
cmd_list.append(f'--remote-port={remote_port}')
408408
ifself.verbose:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp