Deploy PostgreSQL Database

Configure your database settings - we'll auto-detect your server details

Prerequisites:

Make sure you can SSH into your server with root access. If you don't have direct root access, you can SSH as your user and run sudo su - to become root.

Database Configuration

Choose a dedicated application user (not 'postgres', 'root', or 'admin')

Deployment Configuration

Choose the number of read replica servers (1-5)

Cluster Deployment Notes:

  • You'll need 1 master + N replica servers (separate servers for each node)
  • Each server must have SSH access and meet PostgreSQL requirements
  • Deploy the master first, then each replica at a time
  • All nodes will use SSL encryption for secure replication

Security & Access

Enter IP addresses or CIDR blocks. Leave empty to allow localhost only.