Hi there, I'm about to upgrade our Hydra instance ...
# talk-hydra
e
Hi there, I'm about to upgrade our Hydra instance from v1.11 to v2. Besides running the migrations, do we have to be aware of something? Do the clients are going to continue working normally?
m
Hey @echoing-coat-78028 have a look at this document: https://www.ory.sh/docs/hydra/self-hosted/upgrade Feel free to create a github discussion/issue if you run into problems while testing the upgrade.
r
@echoing-coat-78028 one thing to note is that if you are using a MySQL database to back hydra you will need to ensure that • You upgrade to MySQL 6.x (if you haven't already) • You set sql mode to 'traditional' Without this the migration will fail, and always take a backup :p