Py-KMS-Organization/py-kms

I need mysql datastore for many py-kms instances

arturolegovich opened this issue ยท 7 comments

Sqlite is for one instanse on k8s or one-docker-node. Who want write code for sqlite and mysql ?

Who can do this? many py-kms instances can work only with Lan-DB (postgres, mysql, etc.) not with sqlite

We could migrate to sql-alchemy and thereby support them all. Would be a good exercise for me / someone... Good enough?

We could migrate to sql-alchemy and thereby support them all. Would be a good exercise for me / someone... Good enough?

Yes, Good enough.

Remember to don't lose compatibility to windows vista.

@yangu-hury Could you specify what you mean with that? Do you mean running the server on Windows Vista (is the recent next-branch even working for you?) or activating Windows Vista?

@simonmicro Running the py-kms server in Windows Vista for self activation. Currently it uses a recommended version of Python that doesn't run in Vista. I made a build using Python 3.6.8 that runs in Vista.

@simonmicro Running the py-kms server in Windows Vista for self activation. Currently it uses a recommended version of Python that doesn't run in Vista. I made a build using Python 3.6.8 that runs in Vista.

Windows Vista is out of mainline support from Microsoft, as a result we do not accept or maintain code sent upstream to improve or support compatibility of EOL operating systems.

Well this is used to activate Vista on VMs. As it is able to activate Vista it should support running on it.