Remove GroupServerΒΆ

Authors:Michael JasonSmith
Contact:Michael JasonSmith <mpj17@onlinegroups.net>
Date:2014-10-30
Organization:GroupServer.org
Copyright:This document is licensed under a Creative Commons Attribution-Share Alike 4.0 International License by OnlineGroups.net.

To remove GroupServer, you must remove the database, the associated database user, and the directory that contains the GroupServer install.

  1. To remove the database, run the following commands:

    $ dropdb gstestdb -U postgres
    $ dropuser gstest -U postgres
    
gstestdb
The name of the test database.
postgres
The name of the admin of PostgreSQL.
gstest
The name of the PostgreSQL user.
  1. Remove the directory that contains the GroupServer install:

    $ rm -r groupserver-14.03