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

Feat: Backup Restore #61

Closed
ItzNotABug opened this issue Jun 20, 2024 · 0 comments · Fixed by #68
Closed

Feat: Backup Restore #61

ItzNotABug opened this issue Jun 20, 2024 · 0 comments · Fixed by #68
Labels
enhancement New feature or request

Comments

@ItzNotABug
Copy link
Owner

Add support for backing up configurations, logs, and analytics data. This includes capabilities to restore or import these backups as needed.


The Why?

This feature would allow for backing up data on one instance and restoring it on another, such as a new server; supporting seamless migrations and data continuity across different environments.

Key Features:

Backup Support: Allows for the backup of essential configurations, logs, and analytics.
Restore and Import: Streamlines the process of data restoration or import to the same or a different server.


Rough Implementation

  • Backup: Automatically create a zip file of the .logs, configuration, and analytics directories.
  • Restore/Import: Upload the zip file, verify the existence of target folders, copy or move the files into the appropriate locations, and then delete the temporary zip file.
@ItzNotABug ItzNotABug added the enhancement New feature or request label Jun 20, 2024
@ItzNotABug ItzNotABug linked a pull request Jul 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant