All products
Managed PostgreSQL

Production Postgres. Without operating Postgres.

Production-grade PostgreSQL, fully managed by Velixir. Point-in-time recovery, automatic backups, optional high availability. You get a connection string - we handle provisioning, patching, failover, and WAL archiving. Hourly EUR billing, no per-IO fees.

What you get

Concrete features, not bullet-point buzzwords.

Point-in-time recovery

Continuous write-ahead-log archiving to object storage gives point-in-time recovery across your retention window (7-28 days depending on tier). Restore is self-serve: pick a moment, and we provision a fresh database recovered to that second while your current one stays untouched.

Sync-replica HA

Standard and above support an in-region synchronous replica. Primary fails, replica is promoted in under 10 seconds with zero data loss.

Continuous WAL archiving

Every plan ships write-ahead logs to object storage continuously. Combined with periodic base backups, that's the foundation for point-in-time recovery within your retention window.

Zero Postgres ops

Provisioning, patching, failover, streaming replication, and WAL backups are all handled for you. You get a production-grade database and a connection string - nothing to operate.

One-click connection to apps

Link a database to an app and the connection string lands as DATABASE_URL. No copy-pasting credentials between dashboards.

In your code

DATABASE_URL is auto-injected as an env var when you link a database to an app.

csharp
// Read the auto-injected connection string
var conn = Environment.GetEnvironmentVariable("DATABASE_URL");

// Standard Npgsql / EF Core from here
using var db = new NpgsqlConnection(conn);
await db.OpenAsync();

// Or with EF Core:
services.AddDbContext<AppDbContext>(o => o.UseNpgsql(conn));

Pricing

Hourly EUR billing - pay only for what you use, scale up or down anytime.

Starter
€4.95/mo
0.25 vCPU · 512 MB · 10 GB · 7-day PITR
Popular
Standard
€17.95/mo
1 vCPU · 2 GB · 25 GB · 14-day PITR · HA optional
Pro
€64.95/mo
2 vCPU · 8 GB · 50 GB · 28-day PITR · HA
Scale
€169.95/mo
4 vCPU · 16 GB · 100 GB · 28-day PITR · HA

All plans bill hourly. First month on us, up to €14.99 of credit - enough to run a Starter app, a Starter database, and a Starter cache for a full month.

What people run on Databases

  • Relational data for ASP.NET apps via Npgsql / EF Core
  • Migration target from Heroku Postgres, Azure DB for PostgreSQL, AWS RDS
  • Audit log / event store with long retention
  • High-availability Postgres without operating the failover yourself

Spin up a managed Postgres in under a minute.

Sign up takes 30 seconds. No credit card required up front - you only add a payment method when you're ready to deploy.