-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathdbm-setup-postgres.html
More file actions
64 lines (63 loc) · 2.97 KB
/
dbm-setup-postgres.html
File metadata and controls
64 lines (63 loc) · 2.97 KB
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
<div class="dbm-setup-postgres">
<div class="container cards-dd">
<div class="row row-cols-2 row-cols-sm-6 g-2 g-xl-3 justify-content-sm-center">
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/selfhosted">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/postgres.png" "class" "img-fluid" "alt" "Selfhosted" "width" "175") }}
<br/>Self-hosted
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/rds">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/amazon_rds.png" "class" "img-fluid" "alt" "RDS" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/aurora">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/aurora.png" "class" "img-fluid" "alt" "Aurora" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/gcsql">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/google_cloudsql.png" "class" "img-fluid" "alt" "Google Cloud SQL" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/alloydb">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/google_cloud_alloydb.png" "class" "img-fluid" "alt" "Google Cloud SQL" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/azure">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/azure_db_for_postgresql.png" "class" "img-fluid" "alt" "PostgreSQL" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/heroku">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/heroku.png" "class" "img-fluid" "alt" "PostgreSQL" "width" "175") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/database_monitoring/setup_postgres/supabase">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/supabase.png" "class" "img-fluid" "alt" "Supabase" "width" "175") }}
</div>
</a>
</div>
</div>
</div>
</div>