This message was deleted.
s
This message was deleted.
p
@Vishal Sharma can you help here?
v
@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
@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
Followed by running the migration script to migrate data.
In case of any issue, attach it in the thread.