adnanhamdussalam opened a new issue, #92:
URL: https://github.com/apache/cloudberry-backup/issues/92
Hi,
I have an instance with 6 segments took backup using gpbackup 2.1.0 with
option --single-backup-dir backup completed successfully without any error. Now
I am restoring it on instance with 4 segments using gprestore 2.1.0 with option
--resize-cluster and restore the metadata manually using psql commnad
Commands:
gpbackup --dbname mygp --jobs 8 --compression-level 5 --compression-type
zstd --single-backup-dir --backup-dir
$BACKUPDIR/Full_CB_Backup/Full_CB_$execution_time
gprestore --backup-dir /dbbackup/Full_CB_Backup/Full_CB_202604210414
--timestamp 20260421041608 --resize-cluster --truncate-table --verbose --jobs
8 --data-only
But when starting restore I am facing below errors against all tables:
ERROR: command error message: cat:
/cbdata/cbdatabase/primary/gpseg3/gpbackup_3_
20260421041608_pipe_105414_5520094_0: No such file or directory
ERROR: command error message: cat:
/cbdata/cbdatabase/primary/gpseg2/gpbackup
_2_20260421041608_pipe_105414_5520144_0: No such file or directory (seg2
50012 pid=105558) (SQLSTATE 2F000)
can you guide me on this issue.
Thank you for your support.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]