mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update mongo-ops.md
This commit is contained in:
@@ -17,6 +17,10 @@ db.createUser(
|
||||
## Create OneUptime User
|
||||
|
||||
```
|
||||
use admin
|
||||
|
||||
db.auth("root", "<password>")
|
||||
|
||||
use oneuptimedb
|
||||
|
||||
db.createUser(
|
||||
|
||||
Reference in New Issue
Block a user