@Farisology We recommend to upgrade to v0.7.5 before upgrading to v0.8.0.
After you have upgraded to v0.7.5 follow the steps mentioned in docs.
Yes you can git pull and checkout
I already have the repo (I could just git pull for new changes and checkout the v8.0)
No you don’t need to stop running docker-compose first.
Should I stop the running docker-compose first before I clone?
No, none of the data will be erased, but you have to migrate your old data by running migration script.
Will the over-written changes to the repo erase my data?
cc: @Prashant Shahi
p
Prashant Shahi
05/12/2022, 6:14 AM
@Farisology you should be able to run the following to upgrade:
Copy code
git checkout v0.7.5
cd deploy
./install.sh
git checkout v0.8.0
cd deploy
./install.sh
Prashant Shahi
05/12/2022, 6:14 AM
Followed by running the migration script to migrate data.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.