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

Ability to restore deleted versions #55

Open
bosschaert opened this issue Jun 6, 2024 · 0 comments
Open

Ability to restore deleted versions #55

bosschaert opened this issue Jun 6, 2024 · 0 comments

Comments

@bosschaert
Copy link
Contributor

bosschaert commented Jun 6, 2024

When a document is deleted a version of it is stored just before the delete happens. This version is added to the list of existing versions of the document, and then the document is deleted. In theory this should allow the document to be restored after deletion.

However currently there is no mechanism yet to restore (or find) deleted documents.

We need to add an API to retrieve the list of deleted document so that they can be restored, for example we can keep an index of these documents. The documents themselves have a path in the metadata which will help with the restore operation.

@bosschaert bosschaert changed the title Ability to store deleted versions Ability to restore deleted versions Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant