From 9671d107c1f5c19649f72d2b6b28514046eab430 Mon Sep 17 00:00:00 2001 From: Dinesh Talwadker Date: Wed, 15 Jan 2025 20:41:03 +0530 Subject: [PATCH 1/2] feat: not managed pg page --- .../postgresql/what-you-should-know.mdx | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 apps/docs/content/postgresql/what-you-should-know.mdx diff --git a/apps/docs/content/postgresql/what-you-should-know.mdx b/apps/docs/content/postgresql/what-you-should-know.mdx new file mode 100644 index 00000000..61a2f5b5 --- /dev/null +++ b/apps/docs/content/postgresql/what-you-should-know.mdx @@ -0,0 +1,42 @@ +--- +title: This Is Not Managed Postgres +description: Before you use Zerops Postgres, here are some things worth understanding about it. +--- + +# Managing PostgreSQL with Zerops + +Zerops offers a developer-friendly platform for deploying and managing PostgreSQL databases. It provides both high-availability (HA) clusters and single-container modes to suit various needs. + +## What Zerops Manages + +- **Provisioning & Deployment**: Zerops automates the setup of PostgreSQL services, allowing you to choose between HA clusters and single-container instances based on your requirements. + +- **Scaling**: Automatic vertical scaling adjusts CPU, RAM, and disk resources within defined limits, ensuring optimal performance. + +- **High Availability**: Zerops maintains a cluster with data redundancy across multiple containers in HA mode, providing automatic failover and self-healing capabilities. + +- **Networking & Security**: Each project includes dedicated infrastructure with private networking, load balancers, and firewalls, ensuring secure communication between services. + +## What You Manage + +- **Application Integration**: Connect your application to the PostgreSQL service using the provided connection details. + +- **Backup Strategies**: While Zerops offers automated backups, implementing additional backup plans can enhance data safety. + +- **Monitoring & Alerts**: Set up custom monitoring and alerting systems to track your database's performance and resource utilization. + +- **Scaling Policies**: Define scaling parameters to match your application's requirements, ensuring efficient resource usage. + +## Key Considerations + +- **Resource Allocation**: Ensure your PostgreSQL service has appropriate resources to prevent performance issues. + +- **Service Mode Selection**: Based on your application's criticality and tolerance for downtime, choose between HA and single-container modes. + +- **Cost Management**: Monitor resource usage to optimize costs, taking advantage of Zerops' flexible scaling options. + +For more detailed information, refer to the [Zerops PostgreSQL Documentation](https://docs.zerops.io/postgresql/how-to/create). + +:::tip +Did none of these Guides fit your needs? Join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members. +::: From d2b867d1ba13d466f1b2b043c109b8277b01e043 Mon Sep 17 00:00:00 2001 From: Dinesh Talwadker Date: Wed, 15 Jan 2025 21:58:01 +0530 Subject: [PATCH 2/2] chore: added TLDR --- apps/docs/content/postgresql/what-you-should-know.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/docs/content/postgresql/what-you-should-know.mdx b/apps/docs/content/postgresql/what-you-should-know.mdx index 61a2f5b5..2be2f854 100644 --- a/apps/docs/content/postgresql/what-you-should-know.mdx +++ b/apps/docs/content/postgresql/what-you-should-know.mdx @@ -37,6 +37,12 @@ Zerops offers a developer-friendly platform for deploying and managing PostgreSQ For more detailed information, refer to the [Zerops PostgreSQL Documentation](https://docs.zerops.io/postgresql/how-to/create). + +## TL;DR +Zerops PostgreSQL gives you the power of automation, security, and scalability with minimal setup. You manage the app; Zerops handles the ops. + +For a deeper dive, check out the Zerops PostgreSQL Docs. + :::tip Did none of these Guides fit your needs? Join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members. :::