ClickHouse PostgreSQL powered by Ubicloud

Managed PostgreSQL
Faster failovers and improved high availability
We’ve made significant improvements to PostgreSQL failover reliability and speed. Failover deadlines have been reduced for faster recovery, and standby servers are now automatically reprovisioned when they become unavailable. We also improved failover target selection to prefer standbys with synchronized physical replication slots while still allowing fallback when needed.Private DNS with SSL certificates (preview)
PostgreSQL databases and load balancers now support private DNS names with SSL certificates, allowing users to connect over private subnets with the same TLS security as public connections. We’ve also updated the private DNS prefix fromprivate- to private. to comply with DNS label length limits.
Configuration visibility and guardrails
The PostgreSQL API now returns the full computed configuration (including defaults) alongside user overrides, making it easier to understand your database’s effective settings. We’ve also added guardrails to prevent disabling critical security settings like TLS and password authentication through user configuration overrides. Read replica creation endpoints now acceptpg_config and pgbouncer_config parameters for more control at provisioning time.
API enhancements
The PostgreSQL list API now includes acreated_at field for better observability and sorting. You can also specify a private subnet name when creating a database via the API or CLI, simplifying automation workflows. We’ve also added IPv6 (AAAA) DNS records for non-AWS PostgreSQL databases.
Better status indicators
PostgreSQL databases now show a “restarting” state in the UI and API when a restart is in progress, instead of appearing stuck in a previous state.Platform
