grace <<environment>> dbm-rollback-to-date <<date>> <<time>> --contexts=<<contexts>> --defaultSchema=<<defaultSchema>> --dataSource=<<dataSource>>
dbm-rollback-to-date
Purpose
Rolls back the database to the state it was in at the given date/time.
Description
You can specify just the date, or the date and time. The date format must be yyyy-MM-dd
and the time format must be HH:mm:ss
.
Usage:
Required arguments:
-
date
- The rollback date
Optional arguments:
-
time
- The rollback time -
contexts
- A comma-delimited list of context names. If specified, only changesets tagged with one of the context names will be included -
defaultSchema
- The default schema name to use -
dataSource
- if provided will run the script for the specified dataSource. Not needed for the default dataSource.
Note that the contexts , defaultSchema , and dataSource parameter name and value must be quoted if executed in Windows, e.g.
|
grace dbm-rollback-to-date "--contexts=<<contexts>>" "--defaultSchema=<<defaultSchema>>" "--dataSource=<<dataSource>>"
For the dataSource parameter, if the data source is configured as reports underneath the dataSources key in application.[yml|groovy] , the value should be reports .
|
--dataSource=reports