gorgeous-motorcycle-71764
07/04/2025, 4:01 AMbrief-egg-61061
07/04/2025, 4:01 AMbrief-egg-61061
07/04/2025, 4:02 AMgorgeous-motorcycle-71764
07/04/2025, 1:50 PMbrief-egg-61061
07/04/2025, 1:50 PMbrief-egg-61061
07/04/2025, 1:50 PMhydra migrate sql
This command updates your database schema to be compatible with the new version. If you are using Docker, you can run: docker run \ -e DSN=your_database_connection_string \ oryd/hydra:v2.3.0 \ migrate sql -e -f /path/to/config.yaml
Replace your_database_connection_string
and /path/to/config.yaml
with your actual values. 6. Start the New Version Once migrations are complete, start Ory Hydra v2.3.0 using your existing configuration. 7. Test Your Setup Verify that your system is functioning as expected after the upgrade. Note: The documentation does not provide a version-specific migration guide for v2.1.0 to v2.3.0, nor does it list breaking changes for these versions. You must consult the [changelog](https://github.com/ory/hydra/blob/master/CHANGELOG.md) for details on what may affect your deployment during this upgrade window. If you encounter issues, consider a stepped upgrade (e.g., v2.1.0 → v2.2.x → v2.3.0) and consult the Ory community for support [Docs: Apply upgrades](https://www.ory.sh/docs/hydra/self-hosted/upgrade). If you need more detailed, version-specific instructions, please refer directly to the changelog and release notes as recommended by the official documentation.