If you are done testing and want to clear the server back to shipping defaults, perform the following. This will delete all users/team databases - everything! So proceed with this only if you are 100% sure you want to start over completely. If not - see KB articles for clearing a specific user or team!
- Stop all services -
systemctl stop caraone caraone_node_manager stop docker_caraone - Stop the docker container
sudo docker stop caraone_db
sudo docker rm caraone_db - cd and remove the entire working directory
cd /opt
sudo rm -r caraone_data/ - change into settings
cd /opt/caraone/dist/settings
systemctl status caraone_node_manager
rm settings.json - Restart Docker server first and check status and make sure it is actually running
systemctl start docker_caraone
docker ps - Start the node manager
systemctl start caraone_node_manager - Go into Backoffice and start the node or start caraone service
systemctl start caraone