While installing Airbyte with `abctl` I get the f...
# ask-ai
g
While installing Airbyte with
abctl
I get the following message:
Psql 13 detected. Consider upgrading to 17
Are there any guides available for that? So far my search hasn't turned up anything, but I can be missing something.
k
At this time, the knowledge sources do not provide a dedicated guide for upgrading the internal or external PostgreSQL database used by Airbyte from version 13 to 17 when installing with abctl. There is awareness in the Airbyte community and among contributors about the need to support newer PostgreSQL versions, and there are ongoing discussions and issues about upgrading from Postgres 13 to more recent versions, including Postgres 17. For example, Airbyte Cloud has already upgraded to Postgres 15, and there are plans to update OSS deployments as well, but no official upgrade documentation is available yet for abctl-managed installationsĀ [Support for newer version of Postgres](https://github.com/airbytehq/airbyte/issues/38182)Ā [Upgrade default Postgress version from 13.16](https://github.com/airbytehq/airbyte/issues/50947). If you need further assistance or want to follow updates, you can check the Airbyte GitHub issues or join the community channels listed in the troubleshooting resources: - [GitHub forum](https://github.com/airbytehq/airbyte/discussions/categories/questions) - [Community Slack](https://airbytehq.slack.com/archives/C021JANJ6TY) - [Help Center](https://support.airbyte.com/hc) [Additional Resources](https://docs.airbyte.com/platform/deploying-airbyte/troubleshoot-deploy#additional-resources) If you find an issue or want to request this feature, you can also open a GitHub issue as described in the documentation.
šŸ‘€ 1