A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:restore($dir-or-file as xs:string, $admin-pass as xs:string?, $new-admin-pass as xs:string?) node()
Restore the database or a section of the database (admin user only).
$dir-or-fileThis is either a backup directory with the backup descriptor (__contents__.xml) or a backup ZIP file.
$admin-passThe password for the admin user
$new-admin-passSet the admin password to this new password.

Returns the restore results
Return to list of all modules