mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 04:24:05 +00:00
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:
parent
f0f6b6869f
commit
bf3305fa65
@ -36,6 +36,7 @@
|
||||
- [Setup a systemd service](./beacon-node-systemd.md)
|
||||
- [Setup log rotation](./log-rotate.md)
|
||||
- [Verify the integrity of Nimbus](./checksums.md)
|
||||
- [Back up your database](./database-backup.md)
|
||||
|
||||
# Tutorials
|
||||
- [Grafana and Prometheus](./metrics-pretty-pictures.md)
|
||||
|
5
docs/the_nimbus_book/src/database-backup.md
Normal file
5
docs/the_nimbus_book/src/database-backup.md
Normal 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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user