摘要: 1. 下载MongoDB、安装 wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-4.4.18.tgz tar zxvf mongodb-linux-x86_64-rhel80-4.4.18.tgz 移动到/home路 阅读全文
posted @ 2024-11-26 13:07 李济宏(Amadeus) 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 授权 queryusr用户查询test数据库 grant select on test.* to queryusr@'%'; flush PRIVILEGES 收回queryusr用户查询test数据库权限,用revoke REVOKE usage on test.* from queryusr@' 阅读全文
posted @ 2024-11-26 12:51 李济宏(Amadeus) 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 一、备份 1. docker执行备份 docker exec gitlab gitlab-rake gitlab:backup:create 默认将备份文件保存至docker的/var/opt/gitlab/backups/ 目录 这条命令是在 Docker 容器内部执行 GitLab 的备份操作。 阅读全文
posted @ 2024-11-26 12:35 李济宏(Amadeus) 阅读(56) 评论(0) 推荐(0) 编辑