Koozali.org: home of the SME Server

[SAIL] How to remove the complete Sail/Sark db

guest22

[SAIL] How to remove the complete Sail/Sark db
« on: June 06, 2010, 06:54:02 PM »
Hi team,

how can I remove all the traces of a Sail install. It seems after removing the RPM, the db entries for selintra still exist, and are being used by a clean install of Asterisk and Sail.

Thanks,
guest

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [SAIL] How to remove the complete Sail/Sark db
« Reply #1 on: June 07, 2010, 01:31:47 AM »
Quote
It seems after removing the RPM, the db entries for selintra still exist

Yes; - we take the view that it is your data so we would not arbitrarily remove it, even on a de-install.

Quote
how can I remove all the traces of a Sail install.

Code: [Select]
rpm -e sail
rm -rf /home/e-smith/db/selintra /home/e-smith/db/selintra-work
All gone.

Kind Regards

S

guest22

Re: [SAIL] How to remove the complete Sail/Sark db
« Reply #2 on: June 07, 2010, 02:57:27 AM »
Thanks,

will do, after making backups and have enough time to start from scratch.

With sail 3.0, this will change right? From what I've read, many things will change?

Thanks,
guest

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [SAIL] How to remove the complete Sail/Sark db
« Reply #3 on: June 07, 2010, 07:29:16 AM »
Quote
With sail 3.0, this will change right?

Just the file name will change

Code: [Select]
rpm -e sail
rm -rf /home/sark/db/sark.db
 

Kind Regards

S