Table of Contents |
---|
Upgrade Server
Upgrading Concourse Concourse Server is very easy. The process is similar to installing the server for the first time.
Stop the
...
server
Code Block |
---|
$ cd /path/to/concourse-server
$ sh bin/stop |
Download the latest concourse-server package into the root of the concourse-server directory
Code Block |
---|
$ curl -O -L -J http://cinchapi.org/concourse/download
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 358 100 358 0 0 571 0 --:--:-- --:--:-- --:--:-- 10529
100 12.8M 100 12.8M 0 0 3049k 0 0:00:04 0:00:04 --:--:-- 4639k
curl: Saved to filename 'concourse-server-0.3.1.1248.bin' |
Rub the new concourse-server upgrade package
Code Block |
---|
$ sh concourse-server-0.3.1.1248.bin
Creating directory concourse-server
Verifying archive integrity... All good.
Uncompressing Concourse Server......................................................................
Upgrading Concourse Server.......................................................................... |
Start the server
Code Block |
---|
$ sh bin/start |
Checkout this demo to see a server upgrade in action.
Upgrade Client