Editing Gitlab-ctl

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
* <code>[[gitlab-ctl --help]]</code>
+
* <code]][[gitlab-ctl --help]]</code>
 
* <code>[[gitlab-ctl status]]</code>
 
* <code>[[gitlab-ctl status]]</code>
* <code>[[gitlab-ctl service-list]]</code>
+
* <code>[[gitlab-ctl restart]] nginx</code>
* <code>[[gitlab-ctl restart]] [ nginx | [[registry]] ]</code>
 
* <code>[[gitlab-ctl stop]]</code>
 
 
* <code>[[gitlab-ctl tail]]</code>
 
* <code>[[gitlab-ctl tail]]</code>
 
* <code>[[gitlab-ctl reload]]</code>
 
* <code>[[gitlab-ctl reload]]</code>
 
* <code>[[gitlab-ctl reconfigure]]</code>
 
* <code>[[gitlab-ctl reconfigure]]</code>
* <code>[[gitlab-ctl prometheus-upgrade]]</code>
+
* <code>[[gitlab-ctl service-list]]</code>
 
 
 
* <code>[[gitlab-ctl check-config]]</code>
 
* <code>[[gitlab-ctl check-config]]</code>
 
* <code>[[gitlab-ctl upgrade]]</code>
 
* <code>[[gitlab-ctl upgrade]]</code>
 
* <code>[[gitlab-ctl upgrade-check]]</code>
 
* <code>[[gitlab-ctl upgrade-check]]</code>
 
* <code>[[gitlab-ctl backup-etc]]</code>
 
* <code>[[gitlab-ctl backup-etc]]</code>
* <code>[[gitlab-ctl registry-garbage-collect]]</code>
 
  
  
== Related ==
 
 
* <code>[[gitlab-rake gitlab:env:info]]</code>
 
* <code>[[gitlab-rake gitlab:env:info]]</code>
 
* <code>[[gitlab-rake]] cache:clear</code>
 
* <code>[[gitlab-rake]] cache:clear</code>
* [[Upgrade GitLab]]
+
 
* [[GitLab Changelog]]
+
 
 +
gitlab-ctl
 +
I don't know that command.
 +
omnibus-ctl: command (subcommand)
 +
check-config
 +
  Check if there are any configuration in gitlab.rb that is removed in specified version
 +
<pre>
 +
deploy-page
 +
  Put up the deploy page
 +
diff-config
 +
  Compare the user configuration with package available configuration
 +
get-redis-master
 +
  Get connection details to Redis master
 +
prometheus-upgrade
 +
  Upgrade the Prometheus data to the latest supported version
 +
remove-accounts
 +
  Delete *all* users and groups used by this package
 +
reset-grafana
 +
  Reset Grafana instance to its initial state by removing the data directory
 +
set-grafana-password
 +
  Reset admin password for Grafana
 +
upgrade
 +
  Run migrations after a package upgrade
 +
upgrade-check
 +
  Check if the upgrade is acceptable
 +
General Commands:
 +
  cleanse
 +
    Delete *all* gitlab data, and start from scratch.
 +
  help
 +
    Print this help message.
 +
  reconfigure
 +
    Reconfigure the application.
 +
  show-config
 +
    Show the configuration that would be generated by reconfigure.
 +
  uninstall
 +
    Kill all processes and uninstall the process supervisor (data will be preserved).
 +
Service Management Commands:
 +
  graceful-kill
 +
    Attempt a graceful stop, then SIGKILL the entire process group.
 +
  hup
 +
    Send the services a HUP.
 +
  int
 +
    Send the services an INT.
 +
  kill
 +
    Send the services a KILL.
 +
  once
 +
    Start the services if they are down. Do not restart them if they stop.
 +
  restart
 +
    Stop the services if they are running, then start them again.
 +
  service-list
 +
    List all the services (enabled services appear with a *.)
 +
  start
 +
    Start services if they are down, and restart them if they stop.
 +
  status
 +
    Show the status of all the services.
 +
  stop
 +
    Stop the services, and do not restart them.
 +
  tail
 +
    Watch the service logs of all enabled services.
 +
  term
 +
    Send the services a TERM.
 +
  usr1
 +
    Send the services a USR1.
 +
  usr2
 +
    Send the services a USR2.
 +
Database Commands:
 +
  get-postgresql-primary
 +
    Get connection details to the PostgreSQL primary
 +
  patroni
 +
    Interact with Patroni
 +
  pg-password-md5
 +
    Generate MD5 Hash of user password in PostgreSQL format
 +
  pg-upgrade
 +
    Upgrade the PostgreSQL DB to the latest supported version
 +
  repmgr
 +
    Manage repmgr PostgreSQL cluster nodes
 +
  repmgr-check-master
 +
    Check if the current node is the repmgr master
 +
  repmgr-event-handler
 +
    Handle events from rpmgrd actions
 +
  revert-pg-upgrade
 +
    Run this to revert to the previous version of the database
 +
  set-replication-password
 +
    Set database replication password
 +
  write-pgpass
 +
    Write a pgpass file for the specified user
 +
Consul Commands:
 +
  consul
 +
    Interact with the gitlab-consul cluster
 +
Gitlab Geo Commands:
 +
  geo-replication-pause
 +
    Replication Process
 +
  geo-replication-resume
 +
    Replication Process
 +
  promote-db
 +
    Promote secondary PostgreSQL database
 +
  promote-to-primary-node
 +
    Promote to primary node
 +
  promotion-preflight-checks
 +
    Run preflight checks for promotion to primary node
 +
  replicate-geo-database
 +
    Replicate Geo database
 +
  set-geo-primary-node
 +
    Make this node the Geo primary
 +
Pgbouncer Commands:
 +
  pgb-console
 +
    Connect to the pgbouncer console
 +
  pgb-kill
 +
    Send the "resume" command to pgbouncer
 +
  pgb-notify
 +
    Notify pgbouncer of an update to its database
 +
  pgb-resume
 +
    Send the "resume" command to pgbouncer
 +
  pgb-suspend
 +
    Send the "suspend" command to pgbouncer
 +
Let's Encrypt Commands:
 +
  renew-le-certs
 +
    Renew the existing Let's Encrypt certificates
 +
Backup Commands:
 +
  backup-etc
 +
    Backup GitLab configuration [accepts directory path]
 +
Container Registry Commands:
 +
  registry-garbage-collect
 +
    Run Container Registry garbage collection.
 +
</pre>
 +
 
 +
 
  
 
== See also ==
 
== See also ==
 
* {{gitlab-ctl}}
 
* {{gitlab-ctl}}
 +
* {{GitLab}}
  
 
[[Category:GitLab]]
 
[[Category:GitLab]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: