<@U04SE163WC8>: how to upgrade airbyte platform us...
# ask-ai
p
@kapa.ai: how to upgrade airbyte platform using docker compose ?
u
I'm sorry, but Docker Compose is deprecated for Airbyte. You should migrate to
abctl
for managing your Airbyte deployment. You can follow the migration guide provided in the official Airbyte documentation [here](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#migrating-from-docker-compose-optional).
p
@kapa.ai I migrate to abctl from Docker. It shows an error: unable to update postgres user
u
A message from kapa.ai
u
Based on the knowledge sources provided, it seems like you might be encountering a similar issue to the one reported in this [Github issue](https://github.com/airbytehq/airbyte/issues/41063). The error was related to the Postgres permissions when installing Airbyte using
abctl
. One of the contributors suggested that the issue could be related to the Docker version. Downgrading Docker to version 4.33 or switching to the "grpcfuse" file sharing implementation seemed to resolve the issue for them. However, without more specific details about your error, it's hard to provide a more precise solution. I would recommend checking your Docker version and considering the downgrade or switch as suggested. If the problem persists, you might want to raise an issue in the Airbyte Github repository for more assistance.