Table of Contents |
---|
...
Upgrading the Server
Upgrading Concourse Server is very easy. The 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
Code Block |
---|
$ cd /path/to/concourse-server $ sh bin/stop |
...
Checkout this demo to see a server upgrade in action.
...
Upgrading the Client