You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/integrations/index.mdx
+67-1Lines changed: 67 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,70 @@ description: How to setup Sentry integrations. Integrations connect the Sentry s
4
4
sidebar_order: 80
5
5
---
6
6
7
-
<PageGrid />
7
+
<PageGrid/>
8
+
9
+
10
+
11
+
## Integration Backup and Restore Scripts
12
+
13
+
### Overview
14
+
15
+
When working on integration development locally, your database contains important configuration that makes integrations work properly. If you run `make reset-db` or need to delete your local environment, you lose all this setup and have to configure integrations from scratch.
16
+
There are two scripts that help you backup and restore your local Sentry integration configuration and setup data.
17
+
18
+
These scripts allow you to:
19
+
-**Backup**: Save your current integration state to a JSON file
20
+
-**Restore**: Load the integration state back into a clean database
21
+
22
+
### What Data is Backed Up
23
+
24
+
The scripts handle the following Sentry models in the correct dependency order:
0 commit comments