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
magnificent-energy-493
06/12/2023, 8:47 PM
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
red-eye-72400
06/13/2023, 8:46 AM
@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