The Python packages are already available from PyPI and our GitHub releases page. The Docker image is right around the corner. We strongly encourage everyone to upgrade to this latest version and report any issues they may experience.
Hi @kitkat I would not recommend going back without backing up your data (especially your postgres volume). Also, if you can wait a bit, you may chose to upgrade to v10 instead.
That’s great news and we want to switch on 9.1.2 but the problem is our sentry 8.20.0 is running on k8 from last 2+ years and having data with it. sentry has been deployed by using helm by someone who is not belongs to organization anymore.
I tried to upgrade sentry from 8.20.0 by sentry upgrade but it didn’t worked.
Then I deployed new sentry 9.1.2 and tried to migrate by sentry export and import, it didn’t work as well. after that I took backup of database and tried to put into new one but that also didn’t worked.
Is there any solution to upgrade/migrate to 9.1.2 from 8.20.0 without loosing any data ?
I would recommend upgrading to 8.22.0 first, then 9.0 and then 9.1.2. After each update you should run sentry upgrade to get the relevant DB migrations.