Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Uninstalling Open Project Centos 7

Uninstalling Open Project Centos 7

Added by Lisa Page over 5 years ago

Hello,

I would like to uninstall Open Project from my Centos 7 server. The instillation was done via the command line, following the steps from the website. I have looked through the documentation and also google. Nobody seems to have a solution, when others have asked. Is there a way to uninstall Open Project? 

Regards.


Replies (1)

RE: Uninstalling Open Project Centos 7 - Added by Peter Verkooijen about 5 years ago

There are instructions here and here that might or might not work. This seems to work:

sudo yum remove openproject

Not sure if that gets everything. I get a lot of 'remove failed: No such file or directory' warnings.

Edit:

If you installed memcached during the installation process, you'd probably want to remove that as well. It was dragging down my server:

yum remove memcached

And to uninstall PostgreSQL:

yum remove postgres\*

  • (1 - 1/1)
Loading...