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
Backing up the Database via a Webhook
As the note above describes, we highly recommend performing manual backups of the database while your beacon node and validator are stopped rather than using a webhook. Due to performance limitations, it is safer to take a manual approach while your software is stopped.
Add the following flags to your beacon node:
--enable-db-backup-webhook: Serve an http server to initiate database backups. The handler is served on the beacon node's monitoring host and port. Default endpoint is http://127.0.0.1:8080/db/backup if the flag is enabled. --db-backup-output-dir: Folder path to where backups will be output to, such as /path/to/mybackups. If the directory exists, make sure the permissions for that directory is 0700.
However, --enable-db-backup-webhook is not an option of the beacon node.
Has this worked before in a previous version?
No response
🔬 Minimal Reproduction
Run the beacon node with the --enable-db-backup-webhook option.
Error
ERRO[0000] flag provided but not defined: -enable-db-backup-webhook prefix=main
The text was updated successfully, but these errors were encountered:
Describe the bug
Documentation states:
However,
--enable-db-backup-webhook
is not an option of the beacon node.Has this worked before in a previous version?
No response
🔬 Minimal Reproduction
Run the beacon node with the
--enable-db-backup-webhook
option.Error
The text was updated successfully, but these errors were encountered: