Skip to content

Commit

Permalink
Update FAQ (#217)
Browse files Browse the repository at this point in the history
* Update faq

Signed-off-by: hmsayem <[email protected]>

* Rename how-to-troubleshooot

Signed-off-by: hmsayem <[email protected]>
  • Loading branch information
hmsayem authored Apr 12, 2022
1 parent c26d059 commit c1fc7f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/FAQ/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ kubectl patch backupconfiguration -n <namespace> <backupconfiguration name> --ty

You don't need to delete the init containers after recovery. If your workload restarts with the `stash-init` init-container for any reason, the init-container will skip running restore process if there is no pending RestoreSession for this workload. If you delete the RestoreSession, Stash will remove the `init-container` automatically. Beware that it will cause your workload to restart.

## I am experiencing problem X. How do I fix this?

Please check our troubleshooting guide [here](/docs/guides/troubleshooting/how-to-troubleshoot/index.md).

## Need More Help?

To speak with us, please leave a message on [our website](https://appscode.com/contact/).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Shows different uses cases of Stash like instant backup, pause backup, cross-nam
- [Monitoring](/docs/guides/monitoring/overview/index.md): Shows how Prometheus monitoring works with Stash, what metrics Stash exports, and how to enable monitoring.
- [Hooks](/docs/guides/hooks/overview.md): Shows how to execute different actions before/after the backup/restore process.
- [CLI](/docs/guides/cli/cli.md): Shows how to manage Stash objects quickly and easily using Stash `kubectl` plugin.
- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshooot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure.
- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshoot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure.
- [Security](/docs/guides/security/rbac.md): Describes different built-in cluster security support by Stash.

We're always looking for help improving our documentation, so please don't hesitate to [file an issue](https://github.com/stashed/project/issues/new) if you see some problem.
2 changes: 1 addition & 1 deletion docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Shows different uses cases of Stash like instant backup, pause backup, cross-nam
- [Monitoring](/docs/guides/monitoring/overview/index.md): Shows how Prometheus monitoring works with Stash, what metrics Stash exports, and how to enable monitoring.
- [Hooks](/docs/guides/hooks/overview.md): Shows how to execute different actions before/after the backup/restore process.
- [CLI](/docs/guides/cli/cli.md): Shows how to manage Stash objects quickly and easily using Stash `kubectl` plugin.
- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshooot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure.
- [Troubleshooting](/docs/guides/troubleshooting/how-to-troubleshoot/index.md): Gives an overview of how you can gather the necessary information to identify the issue that causes the backup/restore failure.
- [Security](/docs/guides/security/rbac.md): Describes different built-in cluster security support by Stash.

0 comments on commit c1fc7f7

Please sign in to comment.