brysontyrrell / PatchServer

A self-hosted implementation of an external patch source for Jamf Pro 10.2+
http://patchserver.readthedocs.io/en/latest/
MIT License
67 stars 13 forks source link

Allow patch data to be stored in external Database #16

Open pboushy opened 6 years ago

pboushy commented 6 years ago

It would be great to be able to store the patch server data (the info about the patches) in an external database so that the database can be separated from the application.

My preference would be MySQL/MariaDB or MongoDB. It looks like PatchServer currently uses SQLite, so I think MySQL/MariaDB would be the easier solution.

PostgreSQL is also an option.