lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Management tooling - Backup/restore #147

Open lukashornych opened 1 week ago

lukashornych commented 1 week ago

Subissue of #117

evitaDB supports backing up and restoring catalogs. We want to have UI for it. We want backup listing for each catalog where new backups can be created and old existing ones can be restored under new name. Also, in context of connection itself, there will option to import new catalog from external file.

Image

Backup

Dialog window will take:

Request will be added to the job listing #146 where it will be available for download.

Image

Restore

Dialog window will accept file representing backed up version of a catalog. Restoring request will be added to the job listing #146

Image

Import from file

Image