Назад | Перейти на главную страницу

Как заставить gitlab-ctl отображать приглашение типа установки?

когда gitlab-ctl reconfigure запускается впервые, отображается меню. Я хотел бы выбрать другую настройку, но когда команда запускается снова, она сразу же запускается без отображения меню:

root@host:~# gitlab-ctl reconfigure
Starting Chef Client, version 12.12.15
resolving cookbooks for run list: ["gitlab"]
Synchronizing Cookbooks:
  - runit (0.14.2)
  - package (0.0.0)
  - gitlab (0.0.1)
Installing Cookbook Gems:
Compiling Cookbooks...
Recipe: gitlab::default
  * directory[/etc/gitlab] action create (up to date)
/sbin/init: unrecognized option '--version'
-.mount

Выполнение подкоманды help показывает следующие параметры:

root@host:~# gitlab-ctl help
/opt/gitlab/embedded/bin/omnibus-ctl: command (subcommand)
deploy-page
  Put up the deploy page
remove-accounts
  Delete *all* users and groups used by this package
upgrade
  Run migrations after a package upgrade
General Commands:
  cleanse
    Delete *all* gitlab data, and start from scratch.
  help
    Print this help message.
  reconfigure
    Reconfigure the application.
  show-config

Я удалил пакет gitlab, запустите cleanse и deploy-page up, но я не могу снова вызвать приглашение. Как заставить gitlab-ctl отображать приглашение типа установки?

Меню связано с постфиксом. однажды sudo apt-get purge --auto-remove postfix и gitlab-ctl reconfigure было запущено меню появилось.