Message from discussion
Ideal way to restore neo4j database from a backup
Received: by 10.216.53.135 with SMTP id g7mr511271wec.7.1352938033699;
Wed, 14 Nov 2012 16:07:13 -0800 (PST)
X-BeenThere: neo4j@googlegroups.com
Received: by 10.180.82.100 with SMTP id h4ls78003wiy.33.gmail; Wed, 14 Nov
2012 16:07:10 -0800 (PST)
Received: by 10.205.123.145 with SMTP id gk17mr2143996bkc.2.1352938030052;
Wed, 14 Nov 2012 16:07:10 -0800 (PST)
Received: by 10.205.123.145 with SMTP id gk17mr2143995bkc.2.1352938030037;
Wed, 14 Nov 2012 16:07:10 -0800 (PST)
Return-Path: <michael.hun...@neopersistence.com>
Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43])
by gmr-mx.google.com with ESMTPS id v13si1195324bkw.0.2012.11.14.16.07.09
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 14 Nov 2012 16:07:10 -0800 (PST)
Received-SPF: pass (google.com: domain of michael.hun...@neopersistence.com designates 209.85.214.43 as permitted sender) client-ip=209.85.214.43;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of michael.hun...@neopersistence.com designates 209.85.214.43 as permitted sender) smtp.mail=michael.hun...@neopersistence.com
Received: by mail-bk0-f43.google.com with SMTP id jf20so530530bkc.16
for <neo4j@googlegroups.com>; Wed, 14 Nov 2012 16:07:09 -0800 (PST)
d=google.com; s=20120113;
h=content-type:mime-version:subject:from:in-reply-to:date
:content-transfer-encoding:message-id:references:to:x-mailer
:x-gm-message-state;
bh=yEYw1h+PzaYVOmC3zb67z6JDG7qyY3TVsmVYEXt/nfI=;
b=UL7HTb1BjRTx//3on3OK/7wqlyBnppJUuwmYf2PT8U/J4pLLj/xg0qGLKIXNny5o31
5f3lvn02teD5ZuCsLsvQhOgeE8WgBRntCqvH39rdalUgWDfNvrowCMDRiDNOmGXDgsQK
q4NWEk382SoK2tmvb1k9stWouZBR13ZsT9CZk9mbEGyBKKEm2EJpc5T7mAKHDQ47UTvv
Sjtihw9nh4Ep7EFSB9l2dFx+XFbNppVH4zmQrWYdnqX1sFHIcobQTrOdBDodtCtKMv+N
bEGHgd3k6PffmilK0OvRTy5orxOP5dD9rTw0yA/WWbaqRI6fc/W9oV0d4mIRRwpCZVGG
shXQ==
Received: by 10.205.121.7 with SMTP id ga7mr9466270bkc.30.1352938029702;
Wed, 14 Nov 2012 16:07:09 -0800 (PST)
Return-Path: <michael.hun...@neopersistence.com>
Received: from [192.168.111.108] (146-52-48-85-dynip.superkabel.de. [146.52.48.85])
by mx.google.com with ESMTPS id gz6sm8934642bkc.16.2012.11.14.16.07.05
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 14 Nov 2012 16:07:07 -0800 (PST)
Content-Type: text/plain; charset=iso-8859-1
Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\))
Subject: Re: [Neo4j] Ideal way to restore neo4j database from a backup
From: Michael Hunger <michael.hun...@neotechnology.com>
In-Reply-To: <65fa4610-add7-41c1-9f0b-02b2c7d785de@googlegroups.com>
Date: Thu, 15 Nov 2012 01:09:58 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <986FE2C3-30B0-4225-9219-4B70D56C3...@neotechnology.com>
References: <65fa4610-add7-41c1-9f0b-02b2c7d785de@googlegroups.com>
To: neo4j@googlegroups.com
X-Mailer: Apple Mail (2.1498)
X-Gm-Message-State: ALoCoQnIz7fPqtP5DrzlvyB9andXSsCyxI+401HZEOvd+5cdZ/bA67OfJPdqVSDlnM+QyqlEcWDN
Yep,
you should replace only the data/graph.db directory
Michael
Am 14.11.2012 um 23:59 schrieb divyanshu das <divyanshu....@gmail.com>:
> I have a backup in the form of a tar file of data/ folder. I need to =
restore it in 1.6.1. community edition.
>=20
> I am thinking of doing it this way:-
>=20
> 1) stop current neo4j service.
> 2) delete the current data/ folder
> 3) untar the file as new data/ folder
> 4) start neo4j service
>=20
> Is this the correct way of doing it?
>=20
> --=20
> =20
> =20