mwolfe02 SSH to your Ghost app's shell user and run the following commands:
Be sure to back up your app and data first!
cd ~/apps/appname
export PATH=$PWD/node/bin:$PATH
npm update ghost-cli
cd ghost
../node_modules/.bin/ghost update v3 --no-setup-linux-user
../node_modules/.bin/ghost update --no-setup-linux-user
You'll also need to add the ``--no-setup-linux-user` flag to the app start and stop scripts, eg:
/home/you/apps/appname/node_modules/.bin/ghost stop -d /home/you/apps/appname/ghost --no-setup-linux-user