belostoky
belostoky

Reputation: 974

Can't find couchbase data files location on mac

According to documentation it should reside on
~/Library/Application Support/Couchbase/var/lib/couchbase/
In a file named data, but it doesn't seem to be there.

what am I missing?

tx, Michael

Upvotes: 1

Views: 279

Answers (1)

Alvin Wanda
Alvin Wanda

Reputation: 309

years old question, true, but for anyone that does stumble upon this, the files are in the expected folder, but not visible on Finder. use the terminal to navigate to the folder.

enter:

cd ~/Library/Application\ Support/Couchbase/var/lib/couchbase/data

to get to the folder with the bucket source files.

Upvotes: 1

Related Questions