Comments
2 comments
-
Thank you for your post into the forum.
Unfortunately the answer to your question is no.
There is no tool for changing the encryption password.
The only options open to you, is the one that you are performing now:Right now I have to restore the database to a development server and then re-back up the database using a different encryption password in order to accomplish this.
Or perform another encrypted backup of the production database using a different password.
Sorry, many thanks
Eddie -
If you're absolutely nuts, you could dynamically generate random passwords for each backup and save them to password table. This way any backup can be released without compromising the others.
Restore scripts would naturally need to perform a lookup to the password table.
Add comment
Please sign in to leave a comment.
Often I have to send backup files to vendors but would rather not give them the password(s) we use to encrypt our backups - but want to send the backup to them encrypted with a different password.
Right now I have to restore the database to a development server and then re-back up the database using a different encryption password in order to accomplish this.