Ok… to be clear - I’m running two VMs here - one for DB and one for backups.
The DB server was built from:
ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180522
It then had couchbase installed. It has both python3 and python2 installed, with 2 being the default (python --version reports 2.7).
The backup server was built from
ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20181114
It then had couchbase-cli installed using git clone.
Note the dates are the only difference between the two. Both are fully up to date.
This is most weird.
I’m going to start from scratch with the backup server and try again.
I’ll report back.