Closed peterhaochen47 closed 3 months ago
Not much to review for actual code change, so that is OK. Question:
will publish docs on how to fix it (manually drop the triggers)
How/where are we going to publish it?
@hsinn0 I was thinking just in the release note, something like:
If you are upgrading to this version directly from CredHub 2.12.67 and if you are using MySQL with CredHub, you will need to manually run the following commands in your database before the upgrade :
DROP TRIGGER IF EXISTS tr_credential_version_pre_del;
DROP TRIGGER IF EXISTS tr_credential_version_post_del;
DROP TRIGGER IF EXISTS tr_credential_pre_del;
I think release note will be good enough given how narrow this IF case is.
[#187774971]