platform/tests/restore-workspace.sh

13 lines
299 B
Bash
Raw Normal View History

#!/bin/bash
# Restore workspace contents in mongo/elastic
./tool.sh backup-restore ./sanity-ws sanity-ws
./tool.sh upgrade-workspace sanity-ws
# Re-assign user to workspace.
2023-08-26 12:37:26 +03:00
./tool.sh assign-workspace user1 sanity-ws
./tool.sh configure sanity-ws --enable=*
./tool.sh configure sanity-ws --list