We're using enterprise. When you say remove the slave databases, do
On May 3, 12:13 am, Mattias Persson <
matt...@neotechnology.com> wrote:
> Your messages.log file is probably enough and contains non-sensitive
> information to help a guy like me debug what happened. So if you could
> supply it it would be great.
>
> Nonetheless here is what I think has happened: The database you copied from
> another place was created with a batch inserter or with "keep_logical_logs"
> not enabled, meaning that there are some information about the last
> transaction(s) missing that an HA cluster would like to use. This is a
> known issue and will be fixed pretty soon. A workaround would be:
>
> * Remove all slave databases
> * Start up your master database with e.g. new EmbeddedGraphDatabase(
> "my/db/folder", MapUtil.stringMap( "keep_logical_logs", "true" ) );
> * Do a little transaction, for example just create a node
> * Shut down cleanly
> * Start up master database in HA mode and then the slaves
>
> Which version are you running btw?
>