Nimbus guide: add database backup page (#2505)

* update nimbus book readme

* Revert "update nimbus book readme"

This reverts commit d568f0f7a37f6e833b37a0111fd59e523864cd97.

* add page on backing up database
This commit is contained in:
Sacha Saint-Leger 2021-04-14 17:00:47 +02:00 committed by GitHub
parent f0f6b6869f
commit bf3305fa65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,7 @@
- [Setup a systemd service](./beacon-node-systemd.md) - [Setup a systemd service](./beacon-node-systemd.md)
- [Setup log rotation](./log-rotate.md) - [Setup log rotation](./log-rotate.md)
- [Verify the integrity of Nimbus](./checksums.md) - [Verify the integrity of Nimbus](./checksums.md)
- [Back up your database](./database-backup.md)
# Tutorials # Tutorials
- [Grafana and Prometheus](./metrics-pretty-pictures.md) - [Grafana and Prometheus](./metrics-pretty-pictures.md)

View File

@ -0,0 +1,5 @@
# Back up your database
The best way to do this is to simply copy it over: you'll find it either in `build/data/shared_mainnet_0/db/` (if you're running Pyrmont, `shared_pyrmont_0`) or the directory you supplied to the `--data-dir` argument when you launched Nimbus).