Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-10 Thread Gian Luca Farina Perseu
Thanks to all, Peter and Mattias !! We will try soon !!! Cheers. On Wed, Feb 9, 2011 at 8:31 PM, Peter Neubauer wrote: > And the test code has moved here: > > https://github.com/neo4j/graphdb/blob/master/com/src/main/java/org/neo4j/com/backup/OnlineBackup.java > > /peter > > On Wed, Feb 9, 2011

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
Härligt att höra Rick. Elajt :) 2011/2/9 Rick Bullotta > Glöm det. Vi talar alla svenska ändå. > > / Mattias ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Rick Bullotta
Glöm det. Vi talar alla svenska ändå. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Wednesday, February 09, 2011 2:36 PM To: Neo4j user discussions Subject: Re: [Neo4j] OnlineBackup component being upgraded

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
Sorry for the previous swedish response... it was for Peter really... never mind 2011/2/9 Mattias Persson > Jepp, ungefär det jag skrev för några minuter sedan :) > > 2011/2/9 Peter Neubauer > > And the test code has moved here: >> >> >> https://github.com/neo4j/graphdb/blob/master/com/src/main

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
Jepp, ungefär det jag skrev för några minuter sedan :) 2011/2/9 Peter Neubauer > And the test code has moved here: > > > https://github.com/neo4j/graphdb/blob/master/com/src/main/java/org/neo4j/com/backup/OnlineBackup.java > > /peter > > On Wed, Feb 9, 2011 at 8:01 PM, Mattias Persson > wrote:

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Peter Neubauer
And the test code has moved here: https://github.com/neo4j/graphdb/blob/master/com/src/main/java/org/neo4j/com/backup/OnlineBackup.java /peter On Wed, Feb 9, 2011 at 8:01 PM, Mattias Persson wrote: > 2011/2/9 Gian Luca Farina Perseu > >> Thank you Peter ! >> >> Message for Mattias: >> >> the l

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
...and we did a little restructuring so the new location is here: https://github.com/neo4j/graphdb/blob/master/com/src/main/java/org/neo4j/com/backup/OnlineBackup.java 2011/2/9 Mattias Persson > > > 2011/2/9 Gian Luca Farina Perseu > > Thank you Peter ! >> >> Message for Mattias: >> >> the link

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
2011/2/9 Gian Luca Farina Perseu > Thank you Peter ! > > Message for Mattias: > > the link you provided > > > https://github.com/neo4j/graphdb/blob/master/backup/src/main/java/org/neo4j/backup/OnlineBackup.java > > return 404 :-( > > In any case, if you say that this weekend this component will b

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Gian Luca Farina Perseu
Thank you Peter ! Message for Mattias: the link you provided https://github.com/neo4j/graphdb/blob/master/backup/src/main/java/org/neo4j/backup/OnlineBackup.java return 404 :-( In any case, if you say that this weekend this component will be integrated into milestone ... I can wait for it ;-)

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Peter Neubauer
Gian, no, the message is that the new Online Backup component is using the same communication protocols as HA, but does not require HA and ZooKeeper to be set up. So, using the code Mattias pointed out, you should be able to back up a running embedded 1.3 Neo4j DB out of the 1.3 box. The next mile

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Gian Luca Farina Perseu
Sorry for delay in response, but I follow older thread and I miss this response :-( Peter, yes I was using 1.2 M2 with Neo4jBackup class for onlinebackup BUT the (previous indicated) bug obligate me to run on latest 1.3. I tried to use 1.2 after db recovery but the error (nullPointer on lucene) p

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
(One of) the brilliant thing(s) with the new backup component/utility is that you don't have to to a defensive copy up front from a closed database. You just use the "full" backup and it will recreate the entire database for you, and then just the incremental changes when calling "incremental". 20

Re: [Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Mattias Persson
I think someone will write a wiki/manual for the new backup tool soon, and there'll be multiple ways of accessing it also, f.ex. through java code, through a script and maybe through JMX a.s.o. but for the time being the java code works like this: o To have your running graph database support clie

[Neo4j] OnlineBackup component being upgraded (WasRe: Unrecovable transaction error)

2011-02-09 Thread Peter Neubauer
Gian and all, we are moving the OnlineBackup component onto the Hich Availability logic. It will be included into Neo4j 1.3, but we didn't move the OnlineBackup Component over to GITHub, so for the time being, it is not included in the milestone releases. Gian, are you actively using OnlineBackup?