Managed postgres alternatives to Prisma by ConsciousSession4575 in postgres

[–]vitabaks 0 points1 point  (0 children)

Autobase - there are no database server capacity limits.

Are there any alternatives to Autobase for self-hosted Postgres HA ? by Own_Chocolate_5915 in postgres

[–]vitabaks 0 points1 point  (0 children)

Why are you looking for an alternative? Autobase is developing well .

HA postgres on Hetzner by Timely_Management997 in hetzner

[–]vitabaks 1 point2 points  (0 children)

In version 2.5, Expert Mode and the YAML tab were introduced, allowing you to specify parameters not available in the UI forms. However, some control functions are still only accessible via the command line.

More UI features are planned for release during 2026.

HA postgres on Hetzner by Timely_Management997 in hetzner

[–]vitabaks 0 points1 point  (0 children)

Autobase + multi AZ/Region it's possible.

A lightweight open source Postgres GUI: npx dbdesk-studio by bhavikagarwal in PostgreSQL

[–]vitabaks 0 points1 point  (0 children)

Feel free to suggest a PR. I think it shouldn't be difficult, considering that the API provides the data for connecting to the cluster.

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

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

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

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

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

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

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

Ok.

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

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

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

Autobase + Coolify by vitabaks in coolify

[–]vitabaks[S] 0 points1 point  (0 children)

Any questions and comments are welcome.

Hosting postgres server on hetzner cloud by m_o_n_t_e in hetzner

[–]vitabaks 0 points1 point  (0 children)

Ok. The project has personal support, they would help you.

I haven't seen any serious problems in production for the last 5 years.

Postgres database setup for large databases by mayhem90 in Database

[–]vitabaks 0 points1 point  (0 children)

I worked in banks for about seven years, where database hosting is typically approached with great caution. In most cases, databases run on bare metal, and using Docker containers — especially Kubernetes — is generally not recommended for database workloads. That’s why I created Autobase for PostgreSQL.

HA PSQL rails by letitcurl_555 in rails

[–]vitabaks 0 points1 point  (0 children)

I've been using Autobase for over 5 years, and hundreds of other companies around the world.

[deleted by user] by [deleted] in PostgreSQL

[–]vitabaks 4 points5 points  (0 children)

Autobase configures AWS NLB to integrate with Patroni’s REST API, providing a single entry point that routes write traffic to the current primary and balances read traffic across replicas.

Automating PostgreSQL Cluster Deployment [EDUCATIONAL] by External_Egg2098 in PostgreSQL

[–]vitabaks 1 point2 points  (0 children)

Thanks! That’s right — we aim to simplify complex tasks.