mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Add wrapper scripts to easily get admin.cfg (#331)
* add small wrapper scripts to honor admin.cfg at /tmp/kopano * add script to create stores (workaround to satisfy tests) * add output of orphaned store list to startup test
This commit is contained in:
@@ -29,9 +29,13 @@ docker exec kopano_server kopano-storeadm -h default: -P || true
|
||||
|
||||
docker exec kopano_server kopano-admin --sync
|
||||
docker exec kopano_server kopano-cli --list-users
|
||||
docker exec kopano_server kopano-storeadm -O # list users without a store
|
||||
docker exec kopano_server kopano-admin -l
|
||||
docker exec kopano_zpush z-push-admin -a list
|
||||
docker exec kopano_zpush z-push-gabsync -a sync
|
||||
|
||||
# will print nothing if store exists and fail if it doen't
|
||||
# FIXME temporary workaround for issue where kopano-admin --sync is not properly creating stores
|
||||
docker exec kopano_server kopano-create-missing-stores.sh || true
|
||||
|
||||
# will print nothing if store exists and fail if it doesn't
|
||||
docker exec kopano_server kopano-admin --details user1 | grep -q "^Store GUID:"
|
||||
|
||||
Reference in New Issue
Block a user