Commit 9d26bb51 authored by Julien Muchembled's avatar Julien Muchembled

In importer.conf example, explain why the source DB can't be open read-only

parent f2babb12
......@@ -49,6 +49,8 @@ database=neo
# Example with FileStorage but this can be anything else.
# ZEO is possible but less efficient: ZEO servers must be stopped
# if NEO opens FileStorage DBs directly.
# Note that NEO uses 'new_oid' method to get the last OID, that's why the
# source DB can't be open read-only. NEO never modifies a FileStorage DB.
storage=
<filestorage>
path /path/to/root.fs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment