Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 77076 invoked from network); 6 Aug 2008 17:33:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 17:33:53 -0000 Received: (qmail 12654 invoked by uid 500); 6 Aug 2008 17:33:51 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 12636 invoked by uid 500); 6 Aug 2008 17:33:51 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 12625 invoked by uid 99); 6 Aug 2008 17:33:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 10:33:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmueller@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 17:32:55 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 595C45088B; Wed, 6 Aug 2008 19:32:14 +0200 (CEST) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by goobak01.day.com (Postfix) with ESMTP id E84DF50886 for ; Wed, 6 Aug 2008 19:32:13 +0200 (CEST) Received: by yx-out-2324.google.com with SMTP id 8so12328yxg.31 for ; Wed, 06 Aug 2008 10:33:03 -0700 (PDT) Received: by 10.151.109.11 with SMTP id l11mr3725858ybm.204.1218043983634; Wed, 06 Aug 2008 10:33:03 -0700 (PDT) Received: by 10.150.54.21 with HTTP; Wed, 6 Aug 2008 10:33:03 -0700 (PDT) Message-ID: <91f3b2650808061033x23156091l8fe0ed34b4c384f7@mail.gmail.com> Date: Wed, 6 Aug 2008 10:33:03 -0700 From: "=?ISO-8859-1?Q?Thomas_M=FCller?=" Sender: tmueller@day.com To: users@jackrabbit.apache.org Subject: Re: server modes/backups In-Reply-To: <82670ba40808061011i7c612f93yde2735038e17ec1e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82670ba40808060733i196b809dj38925a5ddd6e688e@mail.gmail.com> <91f3b2650808060906n5c4cb51fh33f0d2313821e940@mail.gmail.com> <82670ba40808061011i7c612f93yde2735038e17ec1e@mail.gmail.com> X-Google-Sender-Auth: 6ff889c10a30f4b4 X-Virus-Checked: Checked by ClamAV on apache.org Hi, > So my organization has in place facilities to automatically back up oracle > dbs every day. > can we configure JR to store its content in oracle? Unfortunately you can not store the search index (Lucene) in the Oracle. > if we do that will the oracle backup be sufficient to restore the system in > case of hardware failure? Only if you don't need the search index, or if is OK for you to re-create the search index after a crash. Regards, Thomas