howto create company?
-
Hai,
OS Debian stretch, Kopano 8.7.83.106.59c4d1516-0+58.1
Im trying to create a new company in my mysq-based multi tenant setup.
running
kopano-cli --list-companies
Show my all the company names.running :
kopano-cli --create --company companyname.tld
gives :company"companyname.tld already exists
but it’s not shown in the list and this is a new name im using.
Anyone any suggestions?
-
cli is deprecated, you need to use
kopano-admin --create-company companyname.tld
. -
@jengelh said in howto create company?:
kopano-admin --create-company companyname.tld.
Ow, i tried that also.
Unable to create company: "companyname.tld" not found Using the -v option (possibly multiple times) may give more hints. user@core:~$ sudo kopano-admin --create-company companyname.tld -v Unable to create company: "companyname.tld" already exists Using the -v option (possibly multiple times) may give more hints. user@core:~$ sudo kopano-admin --create-company companyname.tld -vvvv Unable to create company: "companyname.tld" already exists Using the -v option (possibly multiple times) may give more hints. user@core:~$ sudo kopano-admin --create-company companyname.tld -v -v -v Unable to create company: "companyname.tld" already exists Using the -v option (possibly multiple times) may give more hints.
Unable to create company: “companyname.tld” not found
Using the -v option (possibly multiple times) may give more hints.sudo kopano-admin --list-companies|grep companyname
returns no ouput.Running : 8.7.84.74.1605530ff-0+135.1 with mariadb as backend.
-
Update on this one.
Today I installed : 8.7.85.25.66501f583-0+164.1
And i can confirm this version works great.Thanks for the great work.