edit: I found the issue. A segfault may occur if the file *.manifest file is not present in the backup dir. @bofh what type of backup did you take, did you use the -portable flag?
No, I didn’t use -portable, while doing backup, hence no manifest in the backup directory. Apologies for the “” - I got an error about newbies not being able to post more than two links and bulk replaced “/” with “”, including the one in the path.
Do you considered this as a bug or just a general type of mis-usage?
Hi @bofh it’s a bug in the sense that there should be no segfault, and we will fix in the next minor release. Since you did not use ‘-portable’ when backing up, the expected behavior should have been an error message and a clean exit. In your case you should have used the -online flag instead to use the live restore features.
I also noticed that you use -newdb without a corresponding -db parameter. This doesn’t make much sense for the application, as -db specifies the db you want to restore, and -newdb specifies how you would like to rename it.