Deploy PostgreSQL on Antyxsoft Cloud

The relational database most teams end up choosing: strict correctness, JSON when you need it, and extensions from geospatial to vectors.

By
PostgreSQL Global Development Group
Licence
Open source — no additional charge
Deploy this app

Create an instance, pick Marketplace App at the template step, and choose it from the list. You pay for the instance.

What PostgreSQL gives you

PostgreSQL is a relational database with an unusually strong reputation for correctness: transactional DDL, real constraint enforcement, and a query planner that behaves predictably as data grows. It also handles JSON documents, full-text search and geospatial data through extensions, which is why many teams stop adding data stores once they have it.

On an Antyxsoft instance you own the configuration — memory settings, replication, extensions — and the traffic in and out is not metered.

Key features

  • SQL and JSON. Relational modelling with JSONB columns where structure is loose.
  • Extensions. PostGIS, pgvector, full-text search and hundreds more.
  • Replication. Streaming replicas for read scaling and failover.
  • Correctness. Transactional DDL, constraints and isolation you can rely on.
  • Tunable. Full access to configuration, not a fixed parameter group.

What is in the image

ApplicationRecent stable PostgreSQL release
ConfigurationTuned defaults; full access to postgresql.conf
AccessFull root access over SSH; network access per firewall policy
Suggested sizeFrom 2 vCPU / 4 GB RAM; add block storage for data volumes

Good fit for

  • Application databases A default choice that scales with the product.
  • Analytics workloads Window functions and CTEs over operational data.
  • AI features pgvector for embeddings next to the application data.

Getting started

Four steps from sign-in to a running application. The full walkthrough, with screenshots, is in the knowledge base.

  1. 01
    Log in to the Cloud Portal

    Sign in at portal.antyxsoft.io and start creating an instance, choosing the region closest to your users.

  2. 02
    At Select Template, open Marketplace App

    In the instance creation flow, switch from operating-system images to the Marketplace App tab.

  3. 03
    Pick the template and deploy

    Select the ready-to-go template, confirm the plan and region, then review and deploy. The instance boots with the application installed.

  4. 04
    Finish the application setup

    Set the database password, restrict access to your private network or VPN, then create your first role and database.

Before it carries real traffic

  • Attach a Cloud Firewall that opens only the ports this application needs, with management access limited to your own addresses.
  • Schedule backups covering both the database and the application's data directory.
  • Add a Block Storage volume for data that will outgrow the instance disk.
  • Put it inside a VPC when it needs private access to other services.

Support

Antyxsoft supports the image and the infrastructure it runs on. Application-level questions are also covered by the upstream project's own documentation and community.

Supported byAntyxsoft
Support hours08:00 – 17:00 EEST

What is covered

Antyxsoft covers

The image itself, deployment problems, the instance, storage, network and platform availability.

You control

Configuration, add-ons, content, application updates and anything you change inside the guest.

Need it managed?

Ask about managed operations — updates, monitoring and backup handled for you.

Frequently asked questions

Can I tune the configuration?
Fully. You have root access and complete control of postgresql.conf — memory settings, autovacuum, extensions — rather than a fixed managed parameter group.
Is it suitable for vector search and AI features?
Yes. pgvector stores embeddings alongside the rows they describe, so a semantic search and a relational filter are a single query. There is also a dedicated Supabase Vector image.
How should I handle backups?
Use PostgreSQL native base backups and WAL archiving to a block storage volume or object storage, and add a Veeam policy on the instance so a copy survives the server itself.

Your database, your parameters

Deploy PostgreSQL on an instance in your region, keep it on a private network, and tune it to the workload.