martient / martient/bifrost-backups
Add http capabalities to request backup or recovery
@martient is already working on this.
Since Jul 30, 2024.
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We need the capability to trigger database backups and recoveries via HTTP requests. This feature will enable better integration with production workflows, such as:
1. Automated Backups: Before allowing users to import data, trigger a backup to ensure a safe restore point.
2. Recovery Mechanism: In case of issues during data import, enable an automatic rollback to the previous backup without manual intervention.
**Use Case**
- Data Import Automation: When users import data, the system should automatically create a backup of the current database state. If the import process fails or causes issues, the system should provide a way to revert to the backup without any internal manual actions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.