Hi,
In the manual it says that I should uninstall the previous version and install the new one.
I know this is probaly trivial to linux users but I couldn't find a simple answer.
How do I uninstall ejabberd that was built and installed from source on linux redhat?
I think I should write "make uninstall" but in what path?
Is there an option to uninstall completely?
How do I uninstall ejabberd that was installed using the binary installer on linux redhat?
I have tried to run ./uninstall in the opt/ejabberd-2.0.0 folder.
When I installed ejabberd-2.0.1 binary it somehow remembers the users that where registered on the previous ejabberd.
Do I need to do something elese to completly uninstall it?
Thanks
How to uninstall completely
How do I uninstall ejabberd that was built and installed from source on linux redhat?
I think I should write "make uninstall" but in what path?
In the src/ directory. I tried this (I got root privileges using 'sudo', maybe you don't need that):
Is there an option to uninstall completely?
Yes:
I don't show you an example because it would delete my config file and database :)
How do I uninstall ejabberd that was installed using the binary installer on linux redhat?
I have tried to run ./uninstall in the opt/ejabberd-2.0.0 folder.
Yes, that's correct.
When I installed ejabberd-2.0.1 binary it somehow remembers the users that where registered on the previous ejabberd.
Do I need to do something elese to completly uninstall it?
The uninstaller included in the binary installer does not remove the directories database/ and logs/
You probably want to delete those directories manually after using the uninstaller.