mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Finish secret versioning docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
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.
|
||||
Point-in-time 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
|
||||
|
||||
@@ -13,6 +13,11 @@ Similar to Git, a commit in Infisical is a snapshot of your project's secrets at
|
||||
|
||||
## Rolling back
|
||||
|
||||
Your project's environment variables can be rolled back to any snapshot.
|
||||
Environment variables can be rolled back to any point in time via the "Rollback to this snapshot" button.
|
||||
|
||||

|
||||
|
||||
<Note>
|
||||
Rolling back environment variables to a past snapshot creates a new commit and
|
||||
snapshot at the top of the stack and updates secret versions.
|
||||
</Note>
|
||||
|
||||
14
docs/getting-started/dashboard/secret-versioning.mdx
Normal file
14
docs/getting-started/dashboard/secret-versioning.mdx
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Secret Versioning"
|
||||
---
|
||||
|
||||
Secret versioning records changes made to every secret.
|
||||
|
||||

|
||||
|
||||
<Note>
|
||||
You can copy and paste a secret version value to the "Value" input field "roll
|
||||
back" to that secret version. This creates a new secret version at the top of
|
||||
the stack. We're releasing the ability to press and automatically roll back to
|
||||
a secret version soon.
|
||||
</Note>
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: "Secret Versioning"
|
||||
---
|
||||
|
||||
Secret versioning allows an individual environment variable to be rolled back without touching other project environment variables.
|
||||
Reference in New Issue
Block a user