We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4379 commit be208b6Copy full SHA for be208b6
ui/operator_ui/spiloutils.py
@@ -322,7 +322,7 @@ def read_basebackups(
322
f=configure_backup_cxt,
323
aws_instance_profile=use_aws_instance_profile,
324
s3_prefix=f's3://{bucket}/{prefix}{pg_cluster}{suffix}/wal/',
325
- )._backup_list(detail=True)
+ )._backup_list(detail=True)._backup_list(prefix=f"{prefix}{pg_cluster}{suffix}/wal/")
326
]
327
328
0 commit comments