Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Upgrading the Server

Upgrading Concourse Server is very easy. In fact, the process is similar to installing the server for the first time. Just download the latest concourse-server package into the root of your concourse-server directory and run it. The package will automatically upgrade jars, preferences, files, etc.

Stop the server

$ cd /path/to/concourse-server
$ sh bin/stop

Download the latest concourse-server package into the root of the concourse-server directory

$ 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

$ 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

$ sh bin/start

Checkout this demo to see a server upgrade in action.

Upgrading the Client

 

 

  • No labels