Restoring Squore Data

A previously backed-up Squore snapshot can be restored using the restore script from the <INSTALLDIR>/bin folder.

The script uses the data dump in the backup folder specified when installing Squore to restore the database and file data for this snapshot.

On Windows

  1. Shutdown Squore Server: Start > Squoring > Squore > Launch > stop-server.bat

  2. Launch Start > Squoring > Squore > Admin > Restore Saved Data

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

On Linux

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

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

  3. Run the restore script in a command shell: <INSTALLDIR>/bin/restore backup_folder

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