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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: