Will it be possible to restore backups that are created with 7.3 with verion 6.4 of Redgate? We have several clients on various versions of Redgate and some are receiving the free upgrade notice. We need to know how to advise them.
Comments
1 comment
-
Backups created with 7.3 can be restored using 6.4, except when the backup created in 7.3 is encrypted with a unicode password.
E.g. this backup can be restored by 6.4EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [<AUTO>] WITH PASSWORD = [password_value]"'
but this cannot be restored:EXEC master..sqlbackup N'-sql "BACKUP DATABASE model TO DISK = [<AUTO>] WITH PASSWORD = [杨立文]"'
Add comment
Please sign in to leave a comment.