-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
studio: Add page about creating a support bundle (#4471)
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
content/docs/studio/self-hosting/troubleshooting/support-bundle.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Providing data to our support | ||
|
||
To help you troubleshoot issues with Studio, we may request a support bundle, | ||
which contains Studio's application logs. | ||
|
||
This guide will walk you through how to create the support bundle. | ||
|
||
## Prerequisites | ||
|
||
<toggle> | ||
<tab title="VM (AMI)"> | ||
|
||
If you've deployed Studio using a VM image, please launch an SSH session to the | ||
instance before continuing. | ||
|
||
</tab> | ||
|
||
<tab title="Helm"> | ||
|
||
If you've deployed Studio directly with Helm, please download the | ||
`create-support-bundle` script before continuing. | ||
|
||
```cli | ||
$ curl -o create-support-bundle https://raw.githubusercontent.com/iterative/studio-selfhosted/main/packer/create-support-bundle.sh | ||
``` | ||
|
||
</tab> | ||
</toggle> | ||
|
||
## Creating the support bundle | ||
|
||
Run the `create-support-bundle` script to create the support bundle ZIP file. | ||
|
||
```cli | ||
$ create-support-bundle | ||
``` | ||
|
||
Copy the ZIP file from `/tmp/studio-support.tar.gz` to your local machine. To do | ||
this, you can use SFTP or rsync. |