Restarting & 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:

  1. Point the 'application' data store at a new, empty Neo4j database.
  2. 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.