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
$ sudo quickbackup-percona restore /home/admin/2015-05-08_12-00-00-backup.xbs
- Restore from /home/admin/2015-05-08_12-00-00-backup.xbs
ERROR - /home/admin/2015-05-08_12-00-00-backup.xbs appears to not be xbstream format.
Check that your quickbackup/stream setting is set to the type of file
you are trying to restore.
This definitely is an xbstream backup. The culprit is this line (line 321 in the version that came with my image):
[ `file ${RESTOREFILE} | awk '{ print $2 }'` != "data" ] && logerror "\nERROR - ${RESTOREFILE} appears to not be xbstream format.
When I comment it out the restore runs without issue.
The text was updated successfully, but these errors were encountered:
When attempting to restore an xbstream backup:
$ sudo quickbackup-percona restore /home/admin/2015-05-08_12-00-00-backup.xbs - Restore from /home/admin/2015-05-08_12-00-00-backup.xbs
ERROR - /home/admin/2015-05-08_12-00-00-backup.xbs appears to not be xbstream format.
Check that your quickbackup/stream setting is set to the type of file
you are trying to restore.
This definitely is an xbstream backup. The culprit is this line (line 321 in the version that came with my image):
[ `file ${RESTOREFILE} | awk '{ print $2 }'` != "data" ] && logerror "\nERROR - ${RESTOREFILE} appears to not be xbstream format.
When I comment it out the restore runs without issue.
The text was updated successfully, but these errors were encountered: