> On May 15, 2015, at 8:58 AM, Yonah Forst <[email protected]> wrote: > > Got it! so to use ForestDB, I should basically delete my database and create > a new one? (The app is still early development, so no worries there :))
Yes. Usually this isn’t a big problem because, if your old database was synced with a server, you can just have the new one pull from the same server db and recover all your data. If the network traffic is an issue, you can set up a local-to-local replication to copy the old db to the new one. (You create a local replication by using a URL that’s simply “olddbname”, i.e. no scheme or path.) —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/FFB9E5D2-2DD4-4FF2-8454-78B3536B05AE%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
