postgresql_cluster icon indicating copy to clipboard operation
postgresql_cluster copied to clipboard

Extend Deployment method to create Infrastructure in Multiple Cloud Providers

Open vitabaks opened this issue 2 years ago • 1 comments

Enhance Deployment Capabilities to Include Infrastructure Creation in Multiple Cloud Providers.

Description:

Currently, the project supports deploying a PostgreSQL cluster on pre-existing VMs or physical servers. We should extend this capability to support end-to-end deployments starting from the infrastructure setup.

Feature Request:

  1. Enable the creation of servers, disks, and networks in popular cloud providers:

    • AWS
    • GCP
    • Azure
    • Digital Ocean
    • Hetzner Cloud
  2. Once the infrastructure is in place, deploy the PostgreSQL cluster on these servers.

This enhancement will provide users with a seamless experience, allowing them to deploy clusters from scratch without needing to pre-setup the infrastructure.


Consider sponsoring the project via GitHub or Patreon

vitabaks avatar Aug 30 '23 14:08 vitabaks

PR: https://github.com/vitabaks/postgresql_cluster/pull/464

vitabaks avatar May 05 '24 22:05 vitabaks