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
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
| Application | Recent stable PostgreSQL release |
|---|---|
| Configuration | Tuned defaults; full access to postgresql.conf |
| Access | Full root access over SSH; network access per firewall policy |
| Suggested size | From 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.
-
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.
-
02
At Select Template, open Marketplace App
In the instance creation flow, switch from operating-system images to the Marketplace App tab.
-
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.
-
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.
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?
Is it suitable for vector search and AI features?
How should I handle backups?
More in this category
ClusterControl
Run database clusters properly: deployment, monitoring, backups and failover from a single console.
Learn more → DatabasesElasticsearch
Add real search to your product, or index your logs, on a self-hosted Elasticsearch instance.
Learn more → DatabasesMariaDB
Run a MySQL-compatible database on your own instance, tuned and ready for the applications that expect it.
Learn more → DatabasesMongoDB
Run MongoDB yourself — flexible documents, aggregation pipelines and no per-operation billing.
Learn more → DatabasesSupabase Vector
Store embeddings and run semantic search next to your application data, on a Postgres-based vector store you host.
Learn more →Your database, your parameters
Deploy PostgreSQL on an instance in your region, keep it on a private network, and tune it to the workload.