Skip to main content
Skip table of contents

Couchbase SourceConfig operations

Add a source config

Run the following command to add the source config.

CODE
> sourceconfig create
> set type=AppDataStagedSourceConfig
> set name=testscfg
> set parameters="{ \
\"couchbaseSrcHost\":\"rh74-src-cbase.delphix.com\", \
\"couchbaseSrcPort\":8091, \
\"dbPath\":\"/opt/couchbase/var/lib/couchbase\", \
\"prettyName\":\"testscfg\"
}"
> set repository="rh74-cbase/Couchbase (7.1.3-3479 (EE))"
> commit

Delete a source config

Run the below command to delete source config.

CODE
> 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.