Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 jarsCaSH, server dependencies, preferences, files, etc.

Info

Checkout this demo to see a server upgrade in action.

Stop the Server

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

...

Code Block
$ sh concourse-server-0.3.13.12481330.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.

Upgrading the ClientUpgrading the Client

Upgrading your project to use the latest release of the Concourse API is very easy.

Gradle/Maven/Ivy/etc

  1. Update your build script to pull in the latest client jar from Maven Central.
  2. Recompile and rebuild your project.

...