forked from pivotal-cf/docs-concourse-olm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prep_and_install.html.md.erb
36 lines (33 loc) · 1.45 KB
/
prep_and_install.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Preparing an Environment for Concourse
owner: Concourse
---
You can find some more information on using the Concourse BOSH release in the
<a href="https://github.com/concourse/concourse-bosh-deployment">Concourse BOSH Deployment</a> repository.
This page includes sample manifest files, references to prerequisite BOSH knowledge, IaaS-specific configurations, and more.
<ol>
<li>
<b>Deploying Concourse with an External PostgresDB:</b>
<div>
Concourse v3.6.0 and later no longer manage an internal
Postgres database with the BOSH release.
An operator needs to instruct Concourse to connect to one of the following:
<ul>
<li>
An externally-managed Postgres database.</li>
<li>
A BOSH-managed Cloud Foundry Postgres release. For more information, see <a href="http://bosh.io/releases/github.com/cloudfoundry/postgres-release">postgres/30</a> in the BOSH documentation.</li>
</ul>
You need to configure the <code>postgresql</code> properties of the ATC job for your database.
For a list of these properties,
see <a href="https://bosh.io/jobs/atc?source=github.com/concourse/concourse#p=postgresql">postgresql</a> in the BOSH documentation.
</div>
</li>
<li>
<b>Load Balancing Multiple ATCs</b>
<div>
If you anticipate a heavy load on your Concourse installation, you may want
to consider installing a Load Balancer with multiple ATCs.
</div>
</li>
</ol>