Cbbackupmgr S3 options missing

Hi I’m trying to use S3 integration for backup of couchbase cluster, but s3 options are missing:
I have aws cli installed.
Do I need to install anything else?

root@dchsswfcbdata01:/opt/local/bin# cbbackupmgr --version
cbbackupmgr version 6.5.0-4960 (unknown)
root@dchsswfcbdata01:/opt/local/bin# cbbackupmgr config -a s3://dumps/CLEVEHR/chs-dev-shared/TEST -r TEST --include-buckets hdmpTest --obj-staging-dir $CB_OBJSTORE_STAGING_DIRECTORY
Unknown flag: --obj-staging-dir

cbbackupmgr config []

Required Flags:

-a,–archive The archive directory to use
-r,–repo The name of the backup repository to create and configure

Optional Flags:

 --exclude-buckets        A comma separated list of buckets to exclude from backups.
                          All buckets except for the ones specified will be
                          backed up.
 --include-buckets        A comma separated list of buckets to back up. Only
                          buckets in this list are backed up.
 --disable-bucket-config  Disables backing up bucket configuration information
 --disable-views          Disables backing up view definitions
 --disable-gsi-indexes    Disables backing up GSI index definitions
 --disable-ft-indexes     Disables backing up Full Text index definitions
 --disable-ft-alias       Disables backing up Full Text aliases
 --disable-data           Disables backing up cluster data
 --disable-eventing       Disables backing up the Eventing Service metadata
 --disable-analytics      Disables backing up the Analytics Service metadata
 --vbucket-filter         backup only the vbuckets specified. e.g. 1,3,4,6

-h,–help Prints the help message

@gunter Thank you for using Couchbase product. S3 integration for backup of couchbase cluster is currently in development will be part of an upcoming 6.6 version slated to be released August/September 2020

Ok thanks a lot Raju !
In the documentation seems to be part of 6.5

Thanks @gunter. Can you please give me the link you are following? I will try to get that fixed

Update: This was a glitch in the build system and has been resolved. The documentation page (https://docs.couchbase.com/server/6.5/backup-restore/cbbackupmgr-config.html) reflects the correct content for version 6.5 now.
Apologies for the inconvenience.

1 Like