diff --git a/docs/getting-started/dashboard/pit-recovery.mdx b/docs/getting-started/dashboard/pit-recovery.mdx index e2f09ae23..8881f117f 100644 --- a/docs/getting-started/dashboard/pit-recovery.mdx +++ b/docs/getting-started/dashboard/pit-recovery.mdx @@ -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. ![PIT snapshot](../../images/pit-snapshot.png) + + + Rolling back environment variables to a past snapshot creates a new commit and + snapshot at the top of the stack and updates secret versions. + diff --git a/docs/getting-started/dashboard/secret-versioning.mdx b/docs/getting-started/dashboard/secret-versioning.mdx new file mode 100644 index 000000000..ccf94fef1 --- /dev/null +++ b/docs/getting-started/dashboard/secret-versioning.mdx @@ -0,0 +1,14 @@ +--- +title: "Secret Versioning" +--- + +Secret versioning records changes made to every secret. + +![secret versioning](../../images/secret-versioning.png) + + + 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. + diff --git a/docs/getting-started/dashboard/versioning.mdx b/docs/getting-started/dashboard/versioning.mdx deleted file mode 100644 index 3a6ba2e2c..000000000 --- a/docs/getting-started/dashboard/versioning.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Secret Versioning" ---- - -Secret versioning allows an individual environment variable to be rolled back without touching other project environment variables. diff --git a/docs/images/secret-versioning.png b/docs/images/secret-versioning.png new file mode 100644 index 000000000..ec1734289 Binary files /dev/null and b/docs/images/secret-versioning.png differ diff --git a/docs/mint.json b/docs/mint.json index 05ae42747..4b83b5c17 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -81,7 +81,7 @@ "getting-started/dashboard/project", "getting-started/dashboard/integrations", "getting-started/dashboard/pit-recovery", - "getting-started/dashboard/versioning", + "getting-started/dashboard/secret-versioning", "getting-started/dashboard/audit-logs", "getting-started/dashboard/token" ]