Recommended DB for production and large scale usage

We completed our POC and are ready to start migrating away from Jenkins. We were using the default sqlite db during our POC. Is there a recommended DB driver for production and large scale deployments? We are running in AWS so using RDS would be an option but I’d prefer to stick with sqlite if that is suitable. I also plan on using s3 for logs, maybe that would change the recommended DB.

1 Like

@jsl,

Apart from sqlite, you can use postgres or mysql, But postgres is recommended over mysql for production workload:
https://docs.drone.io/server/storage/database/