mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-05 10:29:51 +03:00
15 lines
423 B
Bash
15 lines
423 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Restore workspace contents in mongo/elastic
|
||
|
./tool.sh backup-restore ./sanity-ws-qms/ sanity-ws-qms
|
||
|
|
||
|
./tool.sh upgrade-workspace sanity-ws-qms
|
||
|
|
||
|
# Re-assign user to workspace.
|
||
|
./tool.sh assign-workspace user1 sanity-ws-qms
|
||
|
./tool.sh assign-workspace user2 sanity-ws-qms
|
||
|
./tool.sh assign-workspace user_qara sanity-ws-qms
|
||
|
|
||
|
./tool.sh configure sanity-ws-qms --enable=*
|
||
|
./tool.sh configure sanity-ws-qms --list
|