Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

SMP installation can be removed manually by removing SMP packages, database schema and database user.

Step-by-step guide

SMP installation can be removed manually by executing the shell script below.

remove.sh
#!/bin/sh

mysql -e "DROP SCHEMA harmony_smp; DROP USER harmony_smp@localhost"
sudo apt-get --purge autoremove harmony-smp --yes

 



  • No labels