1
0
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:
Felix Bartels
2020-02-04 08:07:49 +01:00
committed by GitHub
parent 4941b651b8
commit 8d0a0fd8f5
7 changed files with 22 additions and 3 deletions
+5 -1
View File
@@ -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:"