Re: Kolab 3.0/Debian: Best way to start over?
Paul Klos <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <20121218150417.05b2e4db__30412.2440786616$1355839271$gmane$org@Nokia-N900> |
Op Tue, 18 Dec 2012 13:21:38 +0100 ITSEF Admin <[email protected]> schreef: > On second thoughts - shouldn't this method also > contain the database drops? Something like: > > On Monday 17 December 2012 19:10:41 Paul Klos wrote: > > Thorough: > > 1. apt-get remove --purge kolab kolab-syncroton > > 2. apt-get autoremove --purge > > 2a. mysql -u root -p -e "drop database kolab;" > 2b. mysql -u root -p -e "drop database roundcube;" > > > 3. apt-get install kolab > > Or am I now overly paranoid and does "setup-kolab" > deal with existing DBs in a "useful" way? > Not sure, but dropping the databases is probably a good idea :-). Paul