Upgrading DevShop
DevShop comes with a command line tool for upgrading itself.
It was released in version 0.4.0.
devshop upgrade
devshop upgrade
Run devshop
from the command line to confirm that the CLI is working.
The devshop upgrade
command requires to be run as root:
The command will automatically lookup the latest release from GitHub and confirm that this is the version you wish to install. It will show you the information it will use like so:
Once the devmaster front-end is upgraded, the script will run the "install.sh" script and ansible playbooks to update your server.
Upgrading from pre-0.4.0
If you have a devshop server with version 0.4.0 or earlier, you can use the devshop upgrade command once you manually update the devshop CLI:
If you are using an older version, you might also have to add a symlink for the devshop executable:
Once you do that, you can run devshop upgrade
to run through the upgrade process.
Note on apt-get upgrade
The devshop upgrade
command does not run apt-get upgrade
or yum upgrade
for you, in case this causes problems
As a part of regular maintenance, you should run sudo apt-get upgrade
or sudo yum upgrade
to keep your server up to date.
Last updated