
Database Server Fields
| Field | Required | Description |
|---|---|---|
| Name | Yes | A descriptive label for this server, e.g. Primary, EU Region, High-Performance Tier |
| Host | Yes | The PostgreSQL hostname or IP address |
| Port | Yes | The PostgreSQL port — default is 5432 |
| Username | Yes | A PostgreSQL user with permission to create new databases and run migrations |
| Password | Yes | The password for the PostgreSQL user. Stored encrypted |
| Default | No | Toggle on to make this the default server selected when creating a new tenant |
Add a Database Server
Test Connection
Click Test to verify connectivity before saving. This checks that the host is reachable and the credentials are valid.
Assign to Tenants
When creating a tenant, select which database server to provision it on. Existing tenants cannot be moved between servers through the UI.Frequently Asked Questions
How many tenants can one database server handle?
How many tenants can one database server handle?
This depends on the server’s hardware (RAM, CPU, storage) and the size of each tenant’s data. As a rough guideline, a standard server with 8GB RAM can comfortably handle 50–100 active tenants with moderate transaction volumes. Monitor server load and add additional servers when you approach capacity.
Can I have database servers in different regions?
Can I have database servers in different regions?
Yes. Add multiple servers in different regions and assign tenants based on their geographic location. This reduces latency for tenants and helps with data residency compliance.
What PostgreSQL version is required?
What PostgreSQL version is required?
DuitPOS requires PostgreSQL 13 or later. PostgreSQL 15 or 16 is recommended for best performance and security.
How do I rotate the database password?
How do I rotate the database password?
Update the password in PostgreSQL first, then edit the server record in the dashboard and enter the new password. Click Test to confirm connectivity before saving.
Related
Tenants
Manage business accounts on this platform
Root Users
Manage platform administrator accounts