Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beacon node: --enable-db-backup-webhook does not exists. #13449

Closed
nalepae opened this issue Jan 11, 2024 · 0 comments · Fixed by #13450
Closed

Beacon node: --enable-db-backup-webhook does not exists. #13449

nalepae opened this issue Jan 11, 2024 · 0 comments · Fixed by #13450
Assignees
Labels
Bug Something isn't working

Comments

@nalepae
Copy link
Contributor

nalepae commented Jan 11, 2024

Describe the bug

Documentation states:

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
@nalepae nalepae added the Bug Something isn't working label Jan 11, 2024
@nalepae nalepae self-assigned this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant