Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 467 Bytes

db_server.rst

File metadata and controls

18 lines (14 loc) · 467 Bytes

Database Server

Bugzilla requires a database to store its data. We recommend either MySQL or PostgreSQL for production installations. Oracle 10 should work fine, but very little or no testing has been done with Oracle 11 and 12. SQLite is easy to configure but, due to its limitations, it should only be used for testing purposes and very small installations.

mysql postgresql oracle sqlite