Updating multiValPropList in live DB

I have a neo4j that I've been using n10s to import data into.

I now have a new type of data that I want to bring into my database. This requires me to update the multivalPropList in the graphConfig to handle som new properties that I want to treat as arrays in neo4j.

But when I try to do

CALL n10s.graphconfig.set({multivalPropList:[ .....

I get the following error:

message: Failed to invoke procedure n10s.graphconfig.set: Caused by: n10s.graphconfig.GraphConfigProcedures$GraphConfigException: The graph is non-empty. Config cannot be changed.}

Is there a way to update the multivalPropList in a live database or do I need to delete the whole DB and start again?

Check this thread: N10s update multivalPropList on a non-empty graph - #2 by jesus_barrasa