BryanMLima commented on code in PR #6812:
URL: https://github.com/apache/cloudstack/pull/6812#discussion_r1287009595
##########
framework/db/src/main/java/com/cloud/utils/crypt/EncryptionSecretKeyChanger.java:
##########
@@ -497,6 +499,30 @@ private boolean migrateData(String oldDBKey, String
newDBKey, String oldEncrypto
return true;
}
+ private void migrateEncryptedAccountDetails(Connection conn) {
+ System.out.println("Beginning migration of account_details encrypted
values");
Review Comment:
@soreana this is useful for debugging when the
`cloudstack-migrate-databases` is executed in the CLI. For example, this
[comment](https://github.com/apache/cloudstack/pull/6812#issuecomment-1516808436)
presents the output when using the command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]