spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Explicitly specify required PSQL versions in documentation #83

Closed evdokimovn closed 1 year ago

evdokimovn commented 2 years ago

I was deploying XCMetrics to AWS and wanted to use Aurora PostgreSQL Serverless, however the only version available is 10.14 which, I realised after the fact, is not supported by XCMetrics. The only place in the docs where PSQL's version is mentioned is in Kubernetes configs. I think it would be better if the version was explicitly stated in the How to Deploy Backend.md file. Though I am actually not sure if version 11 would suffice.

Second commit, which I can push as a separate PR, just fixes a misspelling of a variable in a log message