Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: guest22 on June 06, 2010, 06:54:02 PM

Title: [SAIL] How to remove the complete Sail/Sark db
Post by: guest22 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
Title: Re: [SAIL] How to remove the complete Sail/Sark db
Post by: SARK devs 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
Title: Re: [SAIL] How to remove the complete Sail/Sark db
Post by: guest22 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
Title: Re: [SAIL] How to remove the complete Sail/Sark db
Post by: SARK devs 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