Redgate Test Data Manager

Subsetting command-line reference - run

Runs the subsetter, subsetting from a source database to a target database.

  1. rgsubset run
  2. --database-engine SqlServer
  3. --source-connection-string "[source connection string]"
  4. --target-connection-string "[target connection string]"
OptionRequired?Notes
--database-engine (tick)

The type of the database to classify.

Must be one of:

  • MySql 
  • Oracle 
  • PostgreSql 
  • SqlServer 
--source-connection-string (tick)

The connection string of the database to subset. Can also be set via a REDGATE_SUBSET_SOURCE_CONNECTION_STRING environment variable.

Example formats 

--target-connection-string(tick)

The connection string of the database to copy the subset to. Can also be set via a REDGATE_SUBSET_TARGET_CONNECTION_STRING environment variable.

Example formats 

--options-file(error)

The file path to an options file.

--target-database-write-mode(error)

Whether to fail or remove the rows if data is present in the target database.

Can be one of:

  • Strict (Default) : Subsetter returns an error if tables in the target database contains rows.
  • Overwrite : Subsetter will delete all rows from tables in the target database that are being subsetted to.
--dry-run(error)

Perform a dry-run with no subsetting.

This is a 'validation only' option that allows you to ensure your subsetting command line parameters and options file are configured correctly without modifying the database.

If issues are found, they are sent to STDOUT in a JSON structure. This gives you specific information about the issues, and helps you identify and fix any problems before they arise. 

--force(error)

Forces subsetting to run, ignoring any schema differences between the source and target databases.

The validation the that runs before subsetting starts ensures that the target database has the same schema as the source. If this is not the case, a validation error is shown and subsetting it not performed. This option allows subsetting to continue with schema differences.

Subsetting can succeed with some schema differences between the source and target database, but it is not always the case. If this option is used and subsetting then fails, it may be that the schema differences are the cause of the failure.

--output-file(error)The file to save a summary of what has been subsetted to.
--output (error)

The format to use for the output classification file.

Can be one of:

  • Json (Default)
  • Yaml

--log-level

(error)

The verbosity level to log at.

Can be one of:

  • Verbose
  • Debug
  • Information (Default)
  • Warning
  • Error
  • Fatal

 -?, -h, --help 

(error)

Show help and usage information.



Didn't find what you were looking for?