Skip to content

Commit 38cd408

Browse files
updated backup_and_restore.md file to include info about env
1 parent 7c70380 commit 38cd408

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

backup_and_restore.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ After restoration, the environment variables in the restored deployment will mat
4545
- `PUSHGATEWAY_USERNAME`: Push gateway authentication
4646
- `PUSHGATEWAY_PASSWORD`: Push gateway authentication
4747

48+
## ⚠️ Manual Configuration Restoration Required
49+
50+
**Warning**: In order to add the values of the backed up installation, these should be added manually and can be found in two separate locations:
51+
52+
- **`/metrics-config/settings.env`** will contain:
53+
- `KEYPER_NAME`
54+
- `PUSHGATEWAY_URL`
55+
- `PUSHGATEWAY_USERNAME`
56+
- `PUSHGATEWAY_PASSWORD` (if any)
57+
58+
- **`/keyper-config/keyper.toml`** will contain:
59+
- `SHUTTER_API_NODE_PRIVATEKEY`
60+
- `ETHEREUM_WS`
61+
- `SHUTTER_PUSH_METRICS_ENABLED`
62+
- `HTTPEnabled`
63+
64+
**Note**: At the moment, whether logs were enabled is not backed up.
65+
4866
## Security Considerations
4967

5068
⚠️ **Important Security Notes:**

0 commit comments

Comments
 (0)