Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8D9110A42 for ; Thu, 12 Dec 2013 08:16:45 +0000 (UTC) Received: (qmail 37274 invoked by uid 500); 12 Dec 2013 08:16:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 37220 invoked by uid 500); 12 Dec 2013 08:16:40 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 37163 invoked by uid 99); 12 Dec 2013 08:16:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 08:16:33 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of zoe.bellot@cozycloud.cc does not designate 209.85.128.49 as permitted sender) Received: from [209.85.128.49] (HELO mail-qe0-f49.google.com) (209.85.128.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 08:16:25 +0000 Received: by mail-qe0-f49.google.com with SMTP id w7so35934qeb.36 for ; Thu, 12 Dec 2013 00:16:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=J81kFiynOxsr6efurZQaH783/11goH2HQLDpboNZZms=; b=Tz2kDYwGYd69wFnZjlN2MmJeO8DCnwjiCnP2I5e6F6zgregVJ3BedxQYaA4Fltin81 RYIp5HRXfkq2Us26rlesId11khv9hcf9zIKbo8ar4Tc8RWswrASArocvWA/78K3C5JO2 rh/t39MwR9rITd0vR36Eligww7XAhNzIvQGOzO6GcxUTcq2XjpTfu07j1sKlgjFjwl5m ATvhOWk6gara/N4kDLFTk6Bqs3ErXRn0fdCIiErni7XZPN8G846E0y/Qx0jyjYg6ilaj VwjrKbCydwm/6372ZSxU6PJ3CWWSBiKFETCFPQnBvxsqQ4MZnhEFLhhtHI1jyaRQw6Gz E9NA== X-Gm-Message-State: ALoCoQlyn5ZzOl9iqKsulVdyVjaOdVDBs97PoEXmyq4mZ62KpOaogwEXvwo63qP1ScQCaRbjZva/ MIME-Version: 1.0 X-Received: by 10.229.71.5 with SMTP id f5mr3312760qcj.18.1386836164565; Thu, 12 Dec 2013 00:16:04 -0800 (PST) Received: by 10.96.245.202 with HTTP; Thu, 12 Dec 2013 00:16:04 -0800 (PST) X-Originating-IP: [109.27.108.56] Date: Thu, 12 Dec 2013 09:16:04 +0100 Message-ID: Subject: Force the start sequence of a replication From: =?ISO-8859-1?Q?Zo=E9_Bellot?= To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a1133bfaaf36e9104ed51f4f2 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133bfaaf36e9104ed51f4f2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello couchDB users, I would like to replicate two databases with a one-shot replication with a filter which takes documents with a field 'docType' equals to File or Folder. Once, this replication done, I would like to do a continuous replication between these two databases with a filter which takes documents with a field 'docType' equals to File or Folder and deleted document. However, I would like to start the second replication at the last sequence of the first replication. I can find the sequence number in the first replication information but I don't know how force the second replication to start at this sequence. Is there a way to do this ? Thanks for your answer. Sorry for my english, I'm not a native English speaker. Zo=E9 --001a1133bfaaf36e9104ed51f4f2--