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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. How to uninstall

How to uninstall

Added by bnmn smp over 6 years ago

Hi OpenProject-Community, 

I installed OpenProject,  as explained here https://www.openproject.org/download-and-installation/ for Ubuntu 18.04
After running the configuration I realized, that this is not a software I could recommend to use it in our small campaign group. 
So I uninstalled OpenProject (via  OpenProject) but there are still changes on my system, how do I remove/reset them?
I was not even able to remove the user openproject:

userdel: user openproject is currently used by process

I killed the process but keeping getting that message, despite the process cannot be found by "kill" anymore

I did not found any uninstall instructions on your pages, which seems quit unprofessional to me, as removing software should be treated as important as installing it.
The posts in this forum also did not provide any help.
So how do I remove the leftover clutter?

Cheers,

Benjamin


Replies (6)

RE: How to uninstall - Added by alex i over 6 years ago

Seems that it is a secret the community does not want to share, since I did not find answers to this repeated question. So, here is what I did on a Ubuntu 18.04:

# systemctl list-units --type service |grep -iH openproject

# systemctl disable openproject-web-1.service

# systemctl disable openproject-web.service

# systemctl disable openproject-worker-1.service

# systemctl disable openproject-worker.service

# systemctl disable openproject.service

# service openproject stop

#  rm -rf /opt/openproject

# userdel openproject

#  rm -rf /home/openproject

# rm -f /etc/cron.d/openproject-*

# rm -f /etc/systemd/system/openproject*

# rm -f /etc/apt/sources.list.d/openproject-ce.list

# rm -rf /var/log/openproject

# mysqlmysql> drop database openproject;mysql> quit

# rm -rf /etc/openproject

# rm -rf /var/db/openproject

# dpkg --purge openproject

#  rm -f /var/lib/apt/lists/dl.packager.io_srv_deb_opf_openproject-ce_stable_8_ubuntu_dists_16.04_*

# rm -f /var/cache/apt/archives/openproject_8.2.0-1545059549.9474629b.xenial_amd64.deb

Cheers

RE: How to uninstall - Added by Joerg Schumacher about 6 years ago

Thanks, that helped!

RE: How to uninstall - Added by David Varela about 5 years ago

Thanks - Also worked on Ubuntu 16.04.3

RE: How to uninstall - Added by Christopher David Alberto Roque about 3 years ago

Worked in Debian 11. Thanks

RE: How to uninstall - Added by Stevens Cadet over 2 years ago

CENTOS/RHEL7
rm -rf /var/lib/yum/repos/x86_64/7/openproject
rm -rf /var/cache/yum/x86_64/7/openproject

RE: How to uninstall - Added by Adam Szabo over 2 years ago

Thanks for sharing

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