Hi, > Is it possible to restore a file after deleting it ? > And the VERSION_BUNDLE table is not emptied.
If you use versioning, the file should still be accessible (in the old version). Otherwise, you would need to search for the file in the datastore. When using the FileDataStore, you could do a "grep". Or, add all files in the data store to Jackrabbit (for example over webdav), and then use the Jackrabbit fulltext search. > how to make the link between the deleted node and the file If the node is deleted, the node is gone. Regards, Thomas
