-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exception after local build #61
Comments
rabbithole uses 2.0 in its current version. do you really want to upgrade your store to 2.0? If not, you might be able to just change the dependencies in rabbithole's pom to point to 1.9.x. I don't think it's doing anything special, but michael would know. |
How do I switch on the option to upgrade my store?
|
In your neo4j.properties you add:
|
Note: There is no going back to 1.9 after this. http://docs.neo4j.org/chunked/milestone/deployment-upgrading.html#_explicit_upgrade |
Hi,
to
but I got the same error as before. I can't find the Thanks, |
after build and running the webapp while pointing to my existing 1.9.1 db:
caused by: org.neo4j.kernel.impl.storemigration.UpgradeNotAllowedByConfigurationException: Failed to start Neo4j with an older data store version. To enable automatic upgrade, please set configuration parameter "allow_store_upgrade=true"
The text was updated successfully, but these errors were encountered: