You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pre-check object storage if the object storage is accessible in backupRepo. Otherwise, it is only when uploading data at the very end that it can be known that the object storage is inaccessible.
$ k logs dp-backup-backup-default-lilac82-20231020155747-229d48a1-5hpsz
Defaulted container "backupdata" out of: backupdata, sync-progress, dp-copy-datasafed (init)
Password:
pg_basebackup: initiating base backup, waiting for checkpoint to complete
pg_basebackup: checkpoint completed
pg_basebackup: write-ahead log start point: 0/E000028 on timeline 1
0/27157 kB (0%), 0/1 tablespace (- )
1833/27157 kB (6%), 0/1 tablespace (- )
27295/27295 kB (100%), 0/1 tablespace (- )
43552/43552 kB (100%), 0/1 tablespace (- )
43552/43552 kB (100%), 1/1 tablespace
pg_basebackup: write-ahead log end point: 0/E000138
pg_basebackup: syncing data to disk ...
pg_basebackup: base backup completed
Error: push to "/backup-default-lilac82-20231020155747.tar.gz": RequestError: send request failed
caused by: Put "http://minio.efault.svc.cluster.local:9000/test-minio": dial tcp: lookup [minio.efault.svc.cluster.local](http://minio.efault.svc.cluster.local/) on [10.96.0.10:53](http://10.96.0.10:53/): no such host
failed with exit code 1
The text was updated successfully, but these errors were encountered:
ldming
changed the title
[Features] pre-check object storage if the object storage is accessible in backupRepo
[Features] pre-check object storage if it is accessible in backupRepo
Oct 20, 2023
zjx20
linked a pull request
Nov 1, 2023
that will
close
this issue
pre-check object storage if the object storage is accessible in backupRepo. Otherwise, it is only when uploading data at the very end that it can be known that the object storage is inaccessible.
The text was updated successfully, but these errors were encountered: