개발/AWS EC2

[ubuntu] gitlab ee 서버 삭제

henry.hong 2019. 12. 13. 13:43

 

서버 삭제에 대해 기술합니다.

 

sudo gitlab-ctl cleanse


    *******************************************************************
    * * * * * * * * * * *       STOP AND READ       * * * * * * * * * *
    *******************************************************************
    This command will delete *all* local configuration, log, and
    variable data associated with gitlab.

    You have 60 seconds to hit CTRL-C before configuration,
    logs, and local data for this application are permanently
    deleted.
    *******************************************************************

 

sudo gitlab-ctl uninstall

 

sudo apt-get remove gitlab-ee
sudo apt-get purge gitlab-ee