Upgrade and Rollback

Hi,
I was looking for some documentation for rollback if an upgrade of Indico went wrong, and I didn’t find any.
When I upgrade I make a backup of the database and after that I upgrade the instance, but if something is wrong how can I rollback for a previous version?

For instance i upgrade from Version 2.3.1 to 2.3.3 but is there any documention on how could i rollback to 2.3.1 again?

Cheers,
Hugo

pip install indico==2.3.1 would install that specific version. But generally nothing should go wrong so you hopefully never need to do that :slight_smile: