The latest 2.0.0 MacOS build link (1672 Build) is 87 byte file?
The linked file for Mac OS X install does not appear to be correct:
http://packages.couchbase.com/builds/1672/couchbase-server-community_x86...
The linux builds look fine.
Hi adavidson,
Can you try the command from the bin directory? This is where all the tools are located.
Diptis-MacBook-Pro:bin dipti$ rm -rf /Users/dipti/tmp/backup-new
Diptis-MacBook-Pro:bin dipti$ pwd
/Applications/Couchbase Server.app/Contents/Resources/couchbase-core/bin <---- PATH
Diptis-MacBook-Pro:bin dipti$ ./cbbackup -b gamesim-sample http://localhost:8091 ~/tmp/backup-new <---- BACKUP GAMESIM-SAMPLE BUCKET
[####################] 100.0% (586/586 msgs)
bucket: gamesim-sample, msgs transferred...
: total | last | per sec
batch : 693 | 693 | 1522.7
byte : 94693 | 94693 | 208067.1
msg : 586 | 586 | 1287.6
done
Thanks dipti -- that works when I run it from there. So it must just be a problem with what it installed on my path? I am running OS X Mountain Lion if that helps.
Will point the QE team to this issue, may be a path issue with /usr/bin. thanks
Note that 2.0 beta is available now, so you may want to just move there!
Download link works fine now -- thanks.
However, It crashes on startup with my old b1554 bucket files. I had to blow my data away and start fresh.
Also, command line tools like cbbackup don't seem to work -- I get:
%cbbackup
/usr/local/bin/cbbackup: line 20: /usr/local/bin/../lib/python/cbbackup: No such file or directory
/usr/local/bin/cbbackup: line 20: exec: /usr/local/bin/../lib/python/cbbackup: cannot execute: No such file or directory
Any suggestions?