Skip to content

Commit 0a5726f

Browse files
committed
MB-69828 Expand cbtransfer deprecation warning
It now also mentions cbimport and cbexport. Change-Id: I6a6a636caf0b3f399e072f2b857f5c916afa2af4 Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/239021 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Lubo Marinski <lubo.marinski@couchbase.com>
1 parent 050b156 commit 0a5726f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/modules/cli/pages/cbtools/cbtransfer.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ _cbtransfer_ [--username <user>] [--password <password>] [--ssl]
2525

2626
== DESCRIPTION
2727

28-
DEPRECATION WARNING: This tool has been deprecated please use cbdatarecovery instead.
28+
DEPRECATION WARNING: This tool has been deprecated please use cbdatarecovery,
29+
cbimport or cbexport instead.
2930

3031
The `cbtransfer` tool is a generic tool for transferring data from various
3132
types of source to various types of sinks. Both `cbbackup` and `cbrestore`

jenkins/.aspell.en.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ cbbackupwrapper
2828
cbcli
2929
cbcollect
3030
cbdatarecovery
31+
cbexport
3132
cblogredaction
33+
cbimport
3234
CBO
3335
cbrecovery
3436
cbrestore

pump_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self):
3636
self.source_alias = "source"
3737
self.sink_alias = "destination"
3838
self.usage = \
39-
"DEPRECATED: Please use cbdatarecovery instead.\n" \
39+
"DEPRECATED: Please use cbdatarecovery, cbimport or cbexport instead.\n" \
4040
"%prog [options] source destination\n\n" \
4141
"Transfer couchbase cluster data from source to destination.\n\n" \
4242
"Examples:\n" \

0 commit comments

Comments
 (0)