What are Managed Databases?
Databases on Vertra Cloud are fully managed with automatic security configuration, TLS certificates and monitoring. Each database receives isolated memory and storage resources.Available Databases
PostgreSQL 17
Relational database with full SQL, JSONB and extensions support.Port: 5432 | TLS: Mandatory | Auth: Certificate + Password
MongoDB 8.0
NoSQL document-oriented database for flexible data.Port: 27017 | TLS: Mandatory | Auth: Platform-signed CA
Redis 7
In-memory storage for high-performance caching, queues and pub/sub.Port: 6379 | TLS: Mandatory | Auth: Password + TLS
MySQL 8.0
Popular relational database with ACID transactions and large ecosystem.Port: 3306 | TLS: Mandatory | Auth: X509 Mandatory
TLS Security
All databases use encrypted connections with mandatory TLS. Certificates are generated automatically during creation.Automatically generated certificates
Automatically generated certificates
- CA Certificate (Certificate Authority) for signing
- Server Certificate with wildcard SNI for database domains
- Client Certificate signed by CA
- Client Bundle (key + certificate + CA) for download
MySQL: X509 Authentication
MySQL: X509 Authentication
MySQL uses mandatory X509 authentication in addition to password. The
require_secure_transport is enabled by default, ensuring all connections are end-to-end encrypted.Connection Examples
- PostgreSQL (Node.js)
- MongoDB (Node.js)
- Redis (Node.js)
- MySQL (Node.js)
- PostgreSQL (Python)
- MySQL (Go)
- Redis (Go)
Lifecycle
| State | Description | Indicator |
|---|---|---|
| Creating | Container being provisioned with TLS certificates | ↻ |
| Online | Database running and accepting connections | ● |
| Stopped | Manually stopped or out of credits (data preserved) | ○ |
| Error | Problem during initialization or execution | ! |
Available Operations
Start / Stop / Restart
Control the container lifecycle. Data is preserved during stop/restart.
Reset
Clears all data and recreates the database from scratch. Irreversible action.
Reset Password
Generates a new random and secure password for the database.
Reset Certificates
Regenerates all TLS certificates (CA, server and client).
Download Snapshot
Downloads a copy of the database data.
Restore Snapshot
Restores the database from a previous snapshot.
Metrics
The panel displays real-time metrics for each database:CPU
Container CPU usage.
Memory
Current RAM consumption.
Storage
Used disk space vs. quota.