Hello! Can anyone help me to full rollback in v3.10 after upgrade v4.0? I lost all my data with this
🥲
4 Replies
Have you tried the update command? https://runtipi.io/docs/getting-started/using-the-cli#update
I also needed to downgrade so I just ran the cli with v3.10.0 as an argument and it worked.
Using the CLI
Homeserver management made easy
You should also have a migration-backups folder with all the important data before the attempted upgrade.
If you do, then you can simply copy the contents of that folder back to their original location once the downgrade is finished.
Don't remember if I had to do that last step, though. Maybe the downgrade took care of it but you should check...
It's not really possible to downgrade
The db had some schema changes
So if you try to run v3.10 then you will have errors about extra rows
The guide recommended making a full backup so as you can restore if something goes wrong
Your data is not lost, what happened during the update script process?