After Jenkins successfully shutdown, my Gitlab CE is now using port 8080 so I need to shut it down also to make way for my WildFly Application Server. Command issued to shutdown Gitlab CE are as follows:
1. su as root
2. At command prompt: gitlab-ctl stop
Referred from here: https://docs.gitlab.com/omnibus/maintenance/
That's all folks!
Thursday, September 27, 2018
Subscribe to:
Post Comments (Atom)
Install MySQL 8.0 on Centos 7
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
-
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
-
Restore MySQL Enterprise Backup File 1. Shutdown MySQL server mysqladmin -u root -p shutdown 2. Restore MySQL Backup ./mysqlbackup -...
No comments:
Post a Comment