netdata
netdata copied to clipboard
Netdata Agent: Backup restore documentation
Summary
A document on how to backup and restore the Netdata agent for the public docs. This works in a test environment and I've used it once in production so please check it over as it may need ammendments.
For users: How does this change affect me?
- Public-facing documentation change
@luisj1983 Added your current change in learn's stagging to have an idea on how it will look https://staging1--netdata-docusaurus.netlify.app/docs/maintaining/backup-netdata-agent-s-data
If you want to test your changes locally
- Apply any change in your remote branch
- Clone netdata learn https://github.com/netdata/learn
- Checkout to
staging1branch (you don't have permission to push on the remote branch) - Follow https://github.com/netdata/learn?tab=readme-ov-file#prerequisites
- Fetch new changes
-
python ingest/ingest.py --repos luisj1983/netdata:maintenance_backups -
python ingest/create_grid_integration_pages.py
-
- run
yarn start