Comments
3 comments
-
Could you clarify this please? Are you using Ola's backup process to create the backup but attempting the restore via the Redgate Backup Pro ? If you restore via T-SQL, does it work?
-
Yes, I am creating the full backups using the Ola Hallengren solution, and then attempting to restore using Redgate SQL Backup. I have not been able to restore with T-SQL either. The password doesn't decrypt.
-
I was using the obfuscated password in my @EncryptionKey = 'ola5dKAWc3PuvU5k' and this wouldn't decrypt. When I use the plain text @EncrytionKey = 'TestPassword' then it works fine. Thank you
Add comment
Please sign in to leave a comment.
EXECUTE [dbo].[DatabaseBackup]
Any suggestions would be greatly appreciated.
Thank you