Skip to main content
Managed Databases

Managed databases,provisioned in under a minute.

Dedicated PostgreSQL, MariaDB, MongoDB and Redis instances. Each one runs in its own container with XFS quota, engine-native tuning, and a public endpoint you control with an allowlist.

  • Postgres 14, 15, 16
  • MariaDB 10.11, 11
  • MongoDB 6, 7
  • Redis 7
  • Per-DB allowlist + read-only user
  • Live tuning, self-serve dump & restore
  • GST invoices · SAC 998314
  • INR billing · Razorpay e-mandate
  • TOTP 2FA · AES-256 secrets at rest
  • 90-day audit log · per-IP API keys
  • Cashfree KYC · DPDP-aware
  • Servers in India
What you get

A database, not a black box.

Public TCP endpoint, engine-native credentials, every standard client works. We handle host, backups, and engine upgrades — you handle your schema.

Provisioned in under a minute

From form submit to connection string in 30–60 seconds. Each database is its own Docker container on a dedicated db-host VM.

Per-DB IP allowlist

Every database has its own iptables-backed allowlist. The public TCP port is open only to the CIDRs you specify.

Engine-native tuning

Whitelisted knobs you can change live: shared_buffers, work_mem, max_connections, innodb_buffer_pool_size, wiredTigerCacheSizeGB, maxmemory, and more.

Self-serve dump & restore

Streaming logical dumps (gzipped) and one-click restore from the panel. Daily host-level PBS snapshots underneath.

Browser tab DDL

For PostgreSQL and MariaDB, run create/alter/drop from a built-in SQL console with full preview before execution.

Read-only user included

Every database ships with an owner user and a read-only user. Use the read-only for analytics, dashboards, and CI checks.

Engines

Four engines. Standard versions. No forks.

Pricing shown is monthly, excluding 18% GST. Hourly under the hood — pay only for the hours your database is running.

PostgreSQL

v14, 15, 16port 5432

Production-grade relational database with strong write consistency.

PlanvCPURAMDiskHourlyMonthly
Postgres XSmall

Dev/test, low-volume APIs.

0.25 vCPU256 MB5 GB₹0.48₹350
Postgres Small

Small production database.

0.5 vCPU512 MB10 GB₹0.89₹650
Postgres Medium

Standard production.

1 vCPU2 GB25 GB₹2.05₹1,500
Postgres Large

Mid-traffic SaaS.

2 vCPU4 GB50 GB₹4.11₹3,000
Postgres XLarge

Heavy OLTP.

4 vCPU8 GB100 GB₹8.08₹5,900

MariaDB

v10.11, 11port 3306

MySQL-compatible relational database, drop-in for most applications.

PlanvCPURAMDiskHourlyMonthly
MariaDB XSmall

Dev/test.

0.25 vCPU256 MB5 GB₹0.48₹350
MariaDB Small

Small production.

0.5 vCPU512 MB10 GB₹0.89₹650
MariaDB Medium

Standard production.

1 vCPU2 GB25 GB₹2.05₹1,500
MariaDB Large

Mid-traffic SaaS.

2 vCPU4 GB50 GB₹4.11₹3,000

MongoDB

v6, 7port 27017

Document store with flexible schemas and rich aggregation pipelines.

PlanvCPURAMDiskHourlyMonthly
Mongo Small

Document store starter.

0.5 vCPU512 MB10 GB₹1.10₹800
Mongo Medium

Standard production.

1 vCPU2 GB25 GB₹2.33₹1,700
Mongo Large

Heavier document workloads.

2 vCPU4 GB50 GB₹4.52₹3,300

Redis

v7port 6379

In-memory data store for caching, sessions, queues and rate limiting.

PlanvCPURAMDiskHourlyMonthly
Redis XSmall

Cache and sessions.

0.25 vCPU128 MB1 GB₹0.34₹250
Redis Small

Small queue / cache.

0.5 vCPU512 MB2 GB₹0.82₹600
Redis Medium

Production queue or hot cache.

1 vCPU2 GB5 GB₹1.92₹1,400

All prices exclude 18% GST. Resize and migration between sizes is online for most engines.

Estimate my bill
Quick start

A connection string. That's it.

PostgreSQL
psql "postgresql://app:$PG_PASS@pg-blr-3.rudracloud.in:31427/app?sslmode=require"

# Read-only user, for analytics / CI
psql "postgresql://app_ro:$PG_RO_PASS@pg-blr-3.rudracloud.in:31427/app?sslmode=require"
MongoDB
mongosh "mongodb://app:$MG_PASS@mg-blr-1.rudracloud.in:31204/app?authSource=admin"

Each database's allowlist is configured per CIDR from the panel. Default policy: deny.