Getting started Setup InterActor Restarting & Resetting
Friday, March 15, 2019 10:25 PMRestarting & Resetting
Restarting InterActor
InterActor can be restarted without losing any data or dashboard functionalities, by running the following commands:
$ docker kill interactor
$ docker start interactor
Note: docker stop interactor
or docker restart interactor
will not restart Apache inside the container, and therefore
InterActor will not start correctly.
Reset InterActor
If, for any reason, the InterActor installation (Functions, Triggers and Users) should be cleaned and reset to its original state, there are two ways to do this:
- Point the 'application' data store at a new, empty Neo4j database.
- Remove all
:InterActor
nodes from your database.
From the settings page, InterActor will perform a clean installation when it does not find any :InterActor
nodes in
the database.