rollForwardRecoveryFrom=Path

Function

You can specify the rollForwardRecoveryFrom=Path in the boot time URL to restore the database using a backup copy and perform rollforward recovery using archived and active logs.

To restore a database using rollforward recovery, you must already have a backup copy of the database, all the archived logs since then, and the active log files. All the log files should be in the database log directory.

After a database is restored from full backup, transactions from the online archived logs and the active logs are replayed.

Combining with other attributes

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

URL: jdbc:derby:wombat;rollForwardRecoveryFrom=d:/backup/wombat
Related reference
bootPassword=key
create=true
createFrom=Path
databaseName=nameofDatabase
dataEncryption=true
encryptionKey=<key>
encryptionProvider=providerName
encryptionAlgorithm=algorithm
logDevice=logDirectoryPath
newEncryptionKey= <key>
newBootPassword = <new password>
password=userPassword
restoreFrom=Path
shutdown=true
territory=ll_CC
user=userName
(no attributes)