gitlab 忘记root密码修改

切换Git 用户:su - git

-sh-4.2$ gitlab-rails console -e production
DEPRECATION WARNING: Passing the environment‘s name as a regular argument is deprecated and will be removed``in` `the next Rails version. Please, use the -e option instead. (called from require at bin``/rails``:4)
--------------------------------------------------------------------------------
``GitLab: 12.4.2 (393a5bdafa2)
``GitLab Shell: 10.2.0
``PostgreSQL: 10.9
--------------------------------------------------------------------------------
Loading production environment (Rails 5.2.3)
irb(main):001:0> user = User.where(``id``: 1).first
=>``#<User id:1 @root>
irb(main):002:0> user.password =``‘password‘
=>``"password"
irb(main):003:0> user.password_confirmation =``‘password‘
=>``"password"
irb(main):004:0> user.save!
Enqueued ActionMailer::DeliveryJob (Job ID: 6b610a48-50b3-40d7-96bc-1363ac8bf3a0) to Sidekiq(mailers) with arguments:``"DeviseMailer"``,``"password_change"``,``"deliver_now"``,``#<GlobalID:0x00007f1ac6239028 @uri=#<URI::GID gid://gitlab/User/1>>
=>``true
irb(main):005:0>

gitlab 忘记root密码修改

上一篇:LeetCode 863 二叉树中所有距离为K的节点


下一篇:异常处理03