diff --git a/docs/guides/troubleshooting/how-to-troubleshoot/index.md b/docs/guides/troubleshooting/how-to-troubleshoot/index.md index 09b947f2..f78a3076 100644 --- a/docs/guides/troubleshooting/how-to-troubleshoot/index.md +++ b/docs/guides/troubleshooting/how-to-troubleshoot/index.md @@ -60,13 +60,13 @@ If the phase of the `BackupConfiguration` is `NotReady`, you should describe the kubectl describe backupconfiguration -n ``` -Now, check the `Status` section of `BackupConfiguration`. Make sure all the `conditions` are `True`. If there is any issue during backup setup, you should see the error in the respective condition. If any of the conditions is `False`, the backup stays in the `NotReady` phase. The conditions that cause a `BackupConfiguration` to become `NotReady` are given bellow: +Now, check the `Status` section of `BackupConfiguration`. Make sure all the `conditions` are `True`. If there is any issue during backup setup, you should see the error in the respective condition. If any of the conditions is `False`, the backup stays in the `NotReady` phase. The conditions that may cause a `BackupConfiguration` to become `NotReady` are given bellow: -| Reason | Message | -| ------------- | ------------- | -| RepositoryNotAvailable | Repository does not exist | +| Reason | Message | +| ------------------------- | ----------------------------- | +| RepositoryNotAvailable | Repository does not exist | | BackendSecretNotAvailable | Backend Secret does not exist | -| TargetNotAvailable | Backup target does not exist | +| TargetNotAvailable | Backup target does not exist | ### Backup Failed @@ -106,7 +106,7 @@ Inspect the log carefully. You should notice the respective error that leads to ## Troubleshoot Restore Issues -In this section, we are going to explain how to troubleshoot backup issues. +In this section, we are going to explain how to troubleshoot restore issues. ### Restore Pending @@ -116,13 +116,13 @@ If the phase of the `RestoreSession` is `pending`, you should describe the respe kubectl describe restoresession -n ``` -Now, check the `Status` section of `RestoreSession`. Make sure all the `conditions` are `True`. If there is any issue during backup setup, you should see the error in the respective condition. If any of the conditions is `False`, the `RestoreSession` stays in the `Pending` phase. The conditions that cause a `RestoreSession` to stay in `Pending` phase are given bellow: +Now, check the `Status` section of `RestoreSession`. Make sure all the `conditions` are `True`. If there is any issue during restore setup, you should see the error in the respective condition. If any of the conditions is `False`, the `RestoreSession` stays in the `Pending` phase. The conditions that may cause a `RestoreSession` to stay in `Pending` phase are given bellow: -| Reason | Message | -| ------------- | ------------- | -| RepositoryNotAvailable | Repository does not exist | +| Reason | Message | +| ------------------------- | ----------------------------- | +| RepositoryNotAvailable | Repository does not exist | | BackendSecretNotAvailable | Backend Secret does not exist | -| TargetNotAvailable | Backup target does not exist | +| TargetNotAvailable | Backup target does not exist | ### Restore Failed