Skip to content

Commit

Permalink
[v15] docs: update backup and restore for data dir (#50388)
Browse files Browse the repository at this point in the history
* docs: update backup and restore for data dir

* docs: update configuration ref

* docs: update teleport config ref
  • Loading branch information
stevenGravy authored Dec 19, 2024
1 parent 5d4aed7 commit 38571eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backed up and lays out our recommended approach for performing backups.
<TabItem scope={["enterprise", "oss"]} label="Self-Hosted">

Teleport's Proxy Service and Nodes are stateless. For these components, only
`teleport.yaml` should be backed up.
the configuration file (`/etc/teleport.yaml` by default) should be backed up.

The Auth Service is Teleport's brain, and depending on the backend should be
backed up regularly.
Expand All @@ -41,7 +41,7 @@ Teleport audit logs, logged events have a TTL of 1 year.

| Backend | Recommended backup strategy |
| - | - |
| Local Filesystem | Back up the `/var/lib/teleport/storage` directory and the output of `tctl get all --with-secrets`. |
| Local Filesystem | Back up the data directory (`/var/lib/teleport/` by default) and the output of `tctl get all --with-secrets`. |
| DynamoDB | [Follow AWS's guidelines for backup and restore](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html) |
| etcd | [Follow etcd's guidelines for disaster recovery](https://etcd.io/docs/v2/admin_guide) |
| Firestore | [Follow GCP's guidelines for automated backups](https://firebase.google.com/docs/database/backups) |
Expand Down

0 comments on commit 38571eb

Please sign in to comment.