-
Notifications
You must be signed in to change notification settings - Fork 12
/
using.html.md.erb
157 lines (108 loc) · 3.66 KB
/
using.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
---
title: Using the On-Demand Service
owner: Crunchy Data
---
This topic describes how to use Crunchy PostgreSQL for VMware Tanzu Tile.
## <a id='using'></a> Crunchy PostgreSQL Service
<%= partial(:odb_summary, :locals => {:service_version => 'postgresql-10-odb'}) %>
### <a id='service-info'></a> PostgreSQL Plans
<%= partial(:plans, :locals => {:service_version => 'postgresql-10-odb'}) %>
#### <a id='standalone'></a> Standalone Instances
<%= partial(:standalone, :locals => {:service_name => 'postgresql-10-odb'}) %>
### <a id='viewing-service-plans'></a> Viewing Service Plans in Cloud Foundry
<%= partial(:viewing_service_plans, :locals => {:service_version => 'postgresql-10-odb'}) %>
## <a id='creating'></a> Creating an On-Demand PostgreSQL Service
### <a id='parameters'></a> Service Creation Parameters
<%= partial('parameters') %>
### <a id='pgc-create'></a> Optional PostgreSQL Settings Parameters
<%=
partial(
:pgc_params,
:locals => {
:service_name => 'postgresql-10-odb',
:service_plan => 'general',
:service_instance_name => 'myService'
}
)
-%>
<%=
partial(
:ext_params,
:locals => {
:service_name => 'postgresql-10-odb',
:service_plan => 'general',
:service_instance_name => 'myService'
}
)
-%>
### <a id='create-new'></a> Creating a New Service
<%=
partial(
:creating_service,
:locals => {
:service_name => 'postgresql-10-odb',
:service_plan => 'general',
:service_instance_name => 'myService'
}
)
-%>
## <a id='updating'></a> Updating an On-Demand Service
### <a id='updating-params'></a> Configuration Parameters
<%= partial 'updating_params' %>
<%=
partial(
:pgc_params,
:locals => {
:service_name => 'postgresql-10-odb',
:service_plan => 'general',
:service_instance_name => 'myService'
}
)
-%>
<%=
partial(
:ext_params,
:locals => {
:service_name => 'postgresql-10-odb',
:service_plan => 'general',
:service_instance_name => 'myService'
}
)
-%>
### <a id='updating-examples'></a> Updating an Existing Service
<%= partial 'updating_examples' %>
###<a id='updating-service-plan'></a> Updating the Service Plan
<%= partial 'updating_service_plan' %>
## <a id='integration'></a> Integrating Applications
The following sections provide information on integrating an application with a newly created service.
### <a id='binding-key'></a> Service Bindings and Service Keys
<%= partial('binding_vs_key') %>
### <a id='service-credentials'></a> Service Credentials
<%= partial('service_credentials') %>
### <a id='service_keys'></a> Managing Service Keys
<%= partial('service_keys') %>
<%= partial('database_roles') %>
### <a id='binding'></a> Binding a VMware Tanzu App to an On-Demand Service
<%= partial(:binding, :locals => {:service_instance_name => 'myService'}) %>
### <a id='unbinding'></a> Unbinding a VMware Tanzu App from an On-Demand Service
<%=
partial(
:unbinding,
:locals => {
:service_instance_name => 'myService'
}
)
-%>
## <a id='deleting'></a> Deleting an On-Demand Service
<%= partial('deleting') %>
## <a id='appendix'></a> Appendix
### <a id='errors'></a> Common Errors
<%= partial('errors') %>
### <a id='external_vpc'></a> Connecting to an On-Demand Service from an External VPC
<%= partial 'external_vpc' -%>
### <a id='compliance'></a> Security and Compliance
<%= partial('compliance_profiles') %>
### <a id='pgbackrest'></a> pgBackRest Documentation
For more information about pgBackRest restorations, see the official [PGBackRest documentation](http://www.pgbackrest.org/user-guide.html).
### <a id='ssp'></a> Crunchy PostgreSQL Manager
<%= partial('ssp') %>