apache > db
Apache DB Project
 
Font size:      

restoreFrom=Path

restoreFrom=Path

Function

You can specify the restoreFrom=Path attribute in the boot time connection URL to restore a database using a full backup from the specified location. If a database with the same name exists in the Derby.system.home location, the whole database is deleted, copied from the backup location, and then restarted.

The log files are copied to the same location they were in when the backup was taken. The logDevice attribute can be used in conjunction withrestoreFrom=Path to store logs in a different location.

Combining with Other Attributes

Do not combine this attribute with createFrom, rollforwardrecoveryFrom, or create.

Example

URL: jdbc:derby:wombat;restoreFrom=d:/backup/wombat

Previous Page
Next Page
Table of Contents
Index