gitlab修改root密码gitlab-rails console -e production
// 查询root用户
> user = User.where(username:"root").first
=> #
// 修改密码
>
2021-06-30