Resetting the Squore Installation

You can reset the Squore installation to its initial state, and therefore delete all your projects and users using the restore script located in the <INSTALLDIR>/bin folder of the Squore installation directory.

On Windows

  1. Shutdown Squore Server: Start > Squoring > Squore > Launch > ShutdownServer

  2. Launch Start > Squoring > Squore > Admin > Clear Data

  3. Start Squore Server after the script finishes, via Start > Squoring > Squore > Launch > start-server.bat

Alternatively, you can use <INSTALLDIR>/restore-empty.bat instead of using the Start Menu entry.

On Linux

  1. Shutdown the Squore server: <INSTALLDIR>/bin/sqctl stop

  2. Start the database cluster: <INSTALLDIR>/bin/pgctl start

  3. Run the Squore Database reset script in a command shell: <INSTALLDIR>/bin/restore -E

  4. Start Squore Server after the script completes via <INSTALLDIR>/bin/sqctl start