kopano-migration-pst not available ?
-
Hello,
I couldnt able to find deb package of kopano-migration-pst for Debian 10 anywhere in https://download.kopano.io/community/ .
Is it me who cant find or its removed etc… ?
Thanks
-
Older versions like 8.7.16 contain the migration package: “kopano-migration-pst”
-
I am running Kopano v10 unfortunately, i dont want to mix the environment if not necessary.
I checked the /usr/bin/kopano-migration-pst and see that its a python app actually. So probably it can be also installed by python?
#!/usr/bin/python3 # SPDX-License-Identifier: AGPL-3.0-or-later import sys import kopano_migration_pst if __name__ == '__main__': sys.exit(kopano_migration_pst.main())
I cant find the debian package of kopano-migration-pst file anywhere for Kopano v10 yet.
Maybe i can just extract kopano-migration-pst files and folders from http://ftp.us.debian.org/debian/pool/main/k/kopanocore/kopano-utils_8.7.0-7+b2_amd64.deb and use it.
Thanks
-
We moved it to it’s own repository so we can release new versions quicker and don’t have to wait for a new core version.
-
@robing Thank you very much.