PostgreSQL + pgAdmin

AWS Azure Databases 6 variations

PostgreSQL paired with the pgAdmin 4 web console, ready to query the moment it boots.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Variations

Choose the operating system, cloud and version you need. Every variation is the same hardened PostgreSQL + pgAdmin image, built and supported by cloudimg.

Overview

PostgreSQL is the widely used open source relational database, known for strong SQL standards support, reliability and extensions that stretch it from everyday applications to geospatial and analytical workloads. This image pairs the database engine with pgAdmin 4, a full featured web console for browsing schemas, writing queries and managing roles from the browser.

It suits application backends, reporting stores and any team that wants a dependable SQL database without assembling the pieces by hand.

Why the cloudimg image

The cloudimg image installs PostgreSQL and pgAdmin 4 together on a hardened base, with database and console passwords generated uniquely for your instance on first boot and written to a file only the root user can read. Data sits on its own volume so you can snapshot and resize it independently, and the paired deployment guide walks through first login, TLS and backups. Every deployment is covered by 24/7 support.

Common uses

  • A production SQL backend for web and line of business applications
  • A reporting and analytics store queried through pgAdmin 4
  • A managed feeling PostgreSQL you run inside your own cloud account