Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: ecureuil on April 21, 2020, 05:11:03 PM

Title: smeserver-geneweb problem
Post by: ecureuil on April 21, 2020, 05:11:03 PM
Hi all,

I am trying to install Geneweb for SME Server 9
I installed and then remove the contrib

yum --enablerepo=smecontribs install geneweb smeserver-geneweb

rpm -e smeserver-geneweb geneweb

Not much has been deleted

I still have in / opt geneweb and I still have
  the geneweb db

# db configuration show geneweb
geneweb=service
    DBDir=/opt/geneweb/bases
    only=10.97.1.1
    status=disabled

How to remove the db?

I would try to reinstall after having the db

thank you
Anne


Title: Re: smeserver-geneweb problem
Post by: mmccarn on April 22, 2020, 02:58:45 PM
To delete a SME configuration db entry (for geneweb in this case):

Code: [Select]
config delete geneweb
/opt/geneweb contains any databases you imported or created.
Title: Re: smeserver-geneweb problem
Post by: ecureuil on April 22, 2020, 04:00:38 PM
I will know for the next time.

I managed to configure to have the geneweb configuration interface.

Anne