Commit 2913503c authored by Grégory Wisniewski's avatar Grégory Wisniewski

An import no mode requires to restart the cluster.

Since the last OID used (in a transaction) is synchronized with the storages,
it is no more required to restart a NEO cluster after an import. Remove the
related message.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2186 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 829de28d
......@@ -65,6 +65,4 @@ start = time.time()
dst.copyTransactionsFrom(src, verbose=0)
elapsed = time.time() - start
print "Migration done in %3.5f" % (elapsed, )
if isinstance(dst, NEOStorage):
print "Don't forget to restart the whole NEO cluster."
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