Skip to main content
Skip table of contents

Yugabyte sourceconfig operations

To create a source config and perform updates from the CLI, login to the Delphix Continuous Data Engine using the admin user account.

CODE
ssh admin@dlpx-engine.delphix.com

Add a source config creation via CLI

Run the following command to add the source config.

CODE
Example - 
sourceconfig create
set type=AppDataStagedSourceConfig
set name=testscfg
set parameters="{ \
\"cluster_name\":\"Staging\", \
\"pretty_name\":\"testscfg\"
}"
set repository="yb-load-tgt1/Yugbayte - (version: 2.20.1.3) [/home/yugabyte/yugabyte-2.20.1.3/bin]"
commit

Delete

Run the below command to delete sourceconfig.

CODE
Example - 
sourceconfig create
select testscfg
delete
commit

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.