How do I vacuum couchbase buckets on 1.8.0? I believe my SQLlite on disk files are highly bloated
when I ran ./cbdbmaint --vacuum only default bucket gets vacuumed.
/opt/couchbase/bin/sqlite3 /opt/couchbase/var/lib/couchbase/data/{bucket_name}-data/{bucket_name}-0.mb 'VACUUM;'
Do this when couchbase is not running of course.
/opt/couchbase/bin/sqlite3 /opt/couchbase/var/lib/couchbase/data/{bucket_name}-data/{bucket_name}-0.mb 'VACUUM;'
Do this when couchbase is not running of course.