Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Doc Troubleshoot section update #8732

Merged
merged 5 commits into from
Jan 8, 2025
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions components/docs-chef-io/content/automate/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ Success: Restored backup 20180517223558

## Troubleshooting

Set the log level to `debug` before re-running a failed restore to output debug info to the Chef Automate log:
1. Set the log level to `debug` before re-running a failed restore to output debug info to the Chef Automate log:

```shell
chef-automate debug set-log-level deployment-service debug
```
```shell
chef-automate debug set-log-level deployment-service debug
```

1. If you already deployed Chef Automate and while restoring you are getting this error in logs: `The Access Key Id you provided does not exist in our records.`, then delete the `.tmp` folder in the configured backup directory before proceeding (the default directory is `/var/opt/chef-automate/backups`).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace it with: 1. If you have already deployed Chef Automate and are getting this error in the logs while restoring: The Access Key ID you provided does not exist in our records. Before proceeding, delete the .tmp folder in the configured backup directory (the default directory is /var/opt/chef-automate/backups).


## References

Expand Down
Loading