Skip to content

Commit

Permalink
Continue PIT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jan 9, 2023
1 parent 8d53d2e commit e3bf279
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docs/getting-started/dashboard/pit-recovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ title: "Point-in-Time Recovery"
---

Point-in-time (PIT) recovery allows environment variables to be rolled back to any point in time. It's powered by snapshots that get captured after mutations to environment variables.

## Commits

Similar to Git, a commit in Infisical is a snapshot of your project's secrets at a specific point in time. You can browse and view your project's snapshots via the "Point-in-Time Recovery" sidebar.

![PIT commits](../../images/pit-commits.png)
![PIT snapshots](../../images/pit-snapshots.png)

## Rolling back

Your project's environment variables can be rolled back to any snapshot.

![PIT snapshot](../../images/pit-snapshot.png)
Binary file added docs/images/pit-commits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pit-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pit-snapshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
"icon": "server",
"url": "self-hosting"
},
{
"name": "API Reference",
"icon": "cloud",
"url": "self-hosting"
},
{
"name": "Integrations",
"icon": "plug",
Expand Down

0 comments on commit e3bf279

Please sign in to comment.