Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyaoxing/mongodb-scripts
scripts for maintaining mongodb
https://github.com/zhangyaoxing/mongodb-scripts
Last synced: 3 months ago
JSON representation
scripts for maintaining mongodb
- Host: GitHub
- URL: https://github.com/zhangyaoxing/mongodb-scripts
- Owner: zhangyaoxing
- Created: 2016-09-20T06:42:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T08:07:46.000Z (5 months ago)
- Last Synced: 2024-10-02T13:21:09.355Z (4 months ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongodb-scripts
scripts for maintaining mongodb
## switch-automation-agent-user.sh
Automation agent runs by `mongod:mongod` by default. Sometimes we want to use different user/group to run agent for various reasons. This script changes automation agent user/group to specified one.- Usage: Change user/group in the script and run it.
*Warning: For RPM installation on Redhat/CentOS only.*