If an aurora instance has autoMinorVersionUpgrade ...
# general
b
If an aurora instance has autoMinorVersionUpgrade set to true, and an auto upgrade happens, will that require a pulumi refresh to get the state back in sync? will we also have to update the engineVersion in our pulumi script to match the upgrade that happened outside pulumi?
c
I would imagine so. I think the recommendation is to not do auto upgrades.
We disabled our GKE auto upgrades for the same reason.
b
thanks @cool-egg-852