> On Apr 30, 2015, at 5:47 AM, Souhail Marghabi <[email protected]> 
> wrote:
> 
> My question, how can I export the full data of my remote database to a cblite 
> format

You could temporarily modify your app so it doesn’t specify a filtered channel 
list when it replicates.

> (I have read somewhere about the  liteServ Mac OS app, but I didn't know how 
> to use it for that purpose if possible).  Any help is apreciated.

LiteServ is a faceless app that just exposes the CBL REST API. It listens on 
port 59840 by default. To tell it to pull from your server you’d POST to 
/_replicate, with a JSON document body like
        {"source":"http://example.com/db <http://example.com/db>", 
"target":"localdb", "create_target":true}
After the replication completes there'll be a local database named 'localdb' in 
LiteServ's database storage, which is in ~/Library/Application 
Support/com.couchbase.LiteServ/

If you need more details about the REST API you can find them in our online 
docs.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/7A73112D-5747-4E97-B62D-9041C6364F23%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to