Skip to content

Commit

Permalink
Update README & api submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Nov 26, 2021
1 parent 2b95739 commit 80b0c35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Change: Replace Beat with APScheduler for scheduled tasks
- Change: Drop support for vCloud & GigG8 clouds
- Change: Support Vultr API v2
- Change: Update Helm chart templates to work with k8s 1.22 or later.
- Bugfix: Activate machine monitoring without requiring monitoring data request
- Bugfix: Numerous minor bugfixes & UX improvements

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ docker-compose exec api ./bin/restore {{myBackupName}}
```
Finally, please keep in mind that backups include MongoDB and InfluxDB data. Mist logs are stored in Elasticsearch. If you would like to backup these as well, please check out https://www.elastic.co/guide/en/elasticsearch/reference/current/backup-cluster.html.
### Monitoring methods
## Monitoring methods
Mist stores monitoring metrics in InfluxDB by default. Since v4.6 it's possible
to use VictoriaMetrics instead. You can configure that in settings/settings.py
Expand All @@ -404,7 +404,7 @@ Restart docker-compose for changes to take effect.
docker-compose restart
```
Once the restart is done, re-run the respective migration script.
Then run the respective migration script.
```
docker-compose exec api python migrations/0016-migrate-monitoring.py
Expand Down
2 changes: 1 addition & 1 deletion api

0 comments on commit 80b0c35

Please sign in to comment.