Managed Databases
Op het Apps-platform
PostgreSQL, MariaDB en Redis draaien op hetzelfde één-klik-Apps-platform als de rest van je stack. Kies een tier, krijg een connection string, koppel je app. Automatische back-ups en schaling zijn standaard.
Wat je krijgt
- PostgreSQL met point-in-time recovery (CNPG)
- MariaDB met managed replicatie en back-ups
- Redis - cache of persistent, jouw keuze
- S3-back-ups buiten het cluster met één-klik-herstel
- Verticaal schalen - tier op elk moment wijzigen
- Privéverbindingen binnen je project
Dit draait allemaal op ons Apps-platform - kies een template, kies een tier, live in minuten.
Kant-en-klare templates
Zet er een neer in een paar klikken - geen installatie, geen configuratiebestanden.
- PostgreSQLA PostgreSQL database you connect to over the network, run by the CloudNativePG operator. Pick a single node for a side project or a high-availability plan with replicas and automatic failover for something that has to stay up. Backups go to object storage on a schedule, and major-version upgrades happen when you choose them rather than when we do.
- MariaDBA MariaDB server run by the MariaDB operator, which is what most PHP applications mean when they ask for MySQL. Single node or a replicated high-availability plan. Scheduled backups, monitored disk usage, and a connection string rather than a server to look after.
- RedisRedis for sessions, queues and caching. The cache plan keeps everything in memory and is the cheaper option; the persistent plan writes to disk so the data survives a restart. Choose persistent if losing the contents would matter. Choose cache if it would only mean a slow first request.