Comments
6 comments
-
I think there is an error in the 'D:\Temp\20191020_045728_AWSCSQL02_DB21387_FULL.sqb' file. Could you try restoring from another backup file?
-
I have tried this with roughly 15 other files. All taken with redgate backup. If i take a backup manually it will work it seems that this is only with redgate taken backup.
-
Which SQL Server version were the backups taken from, and which version are they being restored to?
-
They were taken from a 2014 server and being put back on a 2014 server.
-
If you took a full backup of any database from the source using SQL Backup with the minimum of options e.g.
EXEC master..sqlbackup '-sql "BACKUP DATABASE [database name] TO DISK = [backup file name]"'
and restored this backup on the destination server, is the same error raised?
If not, could you then try incrementally adding the other options used in the original backups until the restore fails? When that restore fails, could you please post the contents of the backup and restore logs? The default folder for the logs is C:\ProgramData\Red Gate\SQL Backup\Log\<instance name> -
Petey2, thanks for helping with this over the weekend i did some digging in logs and found that there was an exe that was used to take and restore backups on the redgate servers sqlbackupc.exe and i have been trying to use this but geting other errors now. I will work with this and see if i can't get it to work.
Add comment
Please sign in to leave a comment.
When i run the sql in mssql manager i get an error which i believe is because of the fact that redgate took the backup and it's not a native sql. Is there a way to script this properly so that it works.
Msg 3241, Level 16, State 0, Line 4
The media family on device 'D:\Temp\20191020_045728_AWSCSQL02_DB21387_FULL.sqb'
is incorrectly formed. SQL Server cannot process this media family.