Hi,
We keep running into this error — ERROR: Credentials could not be decrypted. The reason is that probably a different "encryptionKey" got used to encrypt the data than now to decrypt it. with Postgres credentials.
It happened when we updated from v0.55.1 to v0.76.0 it broke all of the nodes that were using Postgres credentials. By breaking I mean that every time we tried running it we would get this error — ERROR: Credentials could not be decrypted. The reason is that probably a different "encryptionKey" got used to encrypt the data than now to decrypt it.
We fixed by changing the Credentials on everything single Postgres node.
Do you know why this is happening? Could this be caused by some sort of set up mistake on our end?