Impacts of Changing out MySQL Databases #394
Replies: 3 comments 2 replies
-
I believe ACME state is stored in the db—namely, open orders. |
Beta Was this translation helpful? Give feedback.
-
Beside in progress ACME orders, you'd lose all used_tokens and all revoked certificates. Which likely isn't a big deal. Tokens have a default time limit of 5mins and certs are defaulted to lifetime of a day. |
Beta Was this translation helpful? Give feedback.
-
I tried doing this switch. I'm using traefik for the acme clients and they all failed to renew their certs. The error reported by step-ca was "Account does not exist". Not sure if this was expected though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
we currently use a mysql database and are changing DBs so we can get a database which replicates to an offsite DR location. What is the impact if we don't do a restore from the current DB? We would lose the number of certs we already issued, and the ability to do passive revocation. Anything else significant that comes to mind?
Beta Was this translation helpful? Give feedback.
All reactions