Skip to content
Navraj Chohan edited this page Feb 25, 2015 · 2 revisions

Note: Before Upgrading AppScale make sure to backup your data.

On each node in your AppScale deployment do the following:

cd /root/appscale
git pull origin master
cd debian
bash appscale_build.sh
cd /root/appscale-tools/
git pull origin master
cd debian
bash appscale_build.sh

From your tools run:

appscale down
appscale up
Clone this wiki locally