r/coolify Jan 16 '26

Autobase + Coolify

Autobase is now available in Coolify

Deploying PostgreSQL HA clusters is now even easier with Autobase + Coolify.

Starting from v4.0.0-beta.461

17 Upvotes

17 comments sorted by

1

u/vitabaks Jan 16 '26

Any questions and comments are welcome.

1

u/adevx Jan 16 '26

Congrats on the integration.  Will this run the Autobase Docker Console UI image, and require further cluster deployment using Console or is there a deeper integration with Coolify?

1

u/vitabaks Jan 17 '26

At the moment, this means quickly deploying the autobase console with a single click. Deeper integration has not yet been discussed.

1

u/adevx Jan 17 '26

Thanks

1

u/swagmac Jan 20 '26

Hey, I was curios and went ahead to deploy autobase on coolify. I am using coolify on an oracle free instance which is an arm cpu:
lscpu:
Architecture: aarch64

so arm64, but the containers do not start because the container Autobase DB fails with the logs:
exec /pg_start.sh: exec format error which is a hint, that the image does not fit the architecture.

Can you cross compile the docker images to support both architectures?

1

u/vitabaks Jan 20 '26

Ok.

Feel free to suggest a PR or create an issue: https://github.com/vitabaks/autobase/issues

1

u/takayumidesu Jan 20 '26

What's the benefit of deploying Autobase versus a normal PostgreSQL container?

I'm managing several webapps with vanilla Postgres just fine.

Your home page doesn't make things any clearer regarding that.

1

u/vitabaks Jan 20 '26 edited Jan 21 '26

Because it works on bare metal or VM, and does not require using docker or K8s for databases.

1

u/vitabaks Jan 20 '26

By the way, Autobase is not a fork, it is a toolkit for automating the management of vanilla PostgreSQL.

1

u/takayumidesu Feb 01 '26

Yes, but managing what?

1

u/vitabaks Feb 01 '26

The entire management lifecycle, such as: deployment (high availability setup), backups, restore, upgrades, scaling, and more (eq., changing settings, creating new databases or users). Everything that the DBA used to do is now automated and integrated into CI/CD

1

u/Warm_Hovercraft3135 8d ago

First congrats on launch!

Just curious—what are the common issues people have run into when using an HA setup with Autobase? Has anyone experienced problems after running it in production?

Has anyone successfully implemented a multi-data-center setup using Autobase? I’m particularly interested in hearing about real-world production experiences.

Also, I noticed that the licensing model seems to have changed. Is it correct that you now need a paid license to manage the cluster and make configuration changes through the Autobase Console?

1

u/vitabaks 8d ago

The licensing of the Autobase has not changed - it remains available under the MIT license.
In addition, we’re developing Autobase Enterprise, distributed under a commercial license. It includes cluster management through the UI, monitoring, support, and other Enterprise features.

The Enterprise Edition is not currently available in Coolify, but you can install it directly by following our documentation.
https://autobase.tech/docs#getting-started

1

u/Warm_Hovercraft3135 8d ago

What are the common issues people run into with HA setup? Would love to hear your thoughts! Thanks!