forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackup-and-restore.html.md.erb
31 lines (21 loc) · 1.18 KB
/
backup-and-restore.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
---
title: Backing up and Restoring PKS
owner: PKS
---
<strong><%= modified_date %></strong>
This section describes how to back up and restore the Pivotal Container Service (PKS) control plane and single-master PKS clusters.
PKS uses the Cloud Foundry [BOSH Backup and Restore](https://docs.cloudfoundry.org/bbr/index.html) framework to back up and restore the PKS control plane and single-master clusters.
BBR backs up the following PKS control plane components:
* UAA MySQL database
* PKS API MySQL database
BBR backs up the following single-master cluster components:
* Etcd database
BBR orchestrates triggering the backup or restore process on the BOSH deployment,
and transfers the backup artifacts to and from the BOSH deployment.
For more information about installing and using BBR, see the following topics:
* [Installing BOSH Backup and Restore](bbr-install.html)
* [Backing up the PKS Control Plane](bbr-backup.html)
* [Restoring the PKS Control Plane](bbr-restore.html)
* [Backing up the Single Master Cluster](bbr-backup-cluster.html)
* [Restoring the Single Master Cluster](bbr-restore-cluster.html)
* For information about troubleshooting BBR, see [BBR Logging](bbr-logging.html).