How can I downgrade an instance
-
I upgraded to 1.28 from 1.24. I want to downgrade my instance. How can I do so?
-
In general, we don't support downgrades in any kind of automated fashion.
You have two options to downgrade:
- Restore from a backup. You should, in general, take a database backup before you do any upgrades, so you could roll back using that.
- Script it. This would be standing up a 1.24 instance, then porting over all the users, applications and other configuration from the 1.28 instance. You'd have to modify a few things in transit (as objects have changed).
-
Rollbacks are now supported for FusionAuth Cloud customers with Business and High Availability deployments with backups.
Please see the FusionAuth Cloud documentation for more information: https://fusionauth.io/docs/v1/tech/installation-guide/cloud#rolling-back-from-a-problematic-upgrade
-