Create a Database
Deploy a PostgreSQL or MariaDB instance into a project on lowcloud Platform.
Last updated: May 12, 2026
Create a database
In your project, click + Create Service → Database.
- Pick a template. PostgreSQL or MariaDB.
- Name your service (e.g.
app-db). Other services in this project will reach the database under this name, so keep it short and friendly. - Set the passwords. The template ships with placeholder values (
changeme) for the password environment variables. Replace them with strong values before deploying. You can also change the database name and username here. - Pick a container size tier. Databases want more memory than small web services, so size up accordingly.
- Click Deploy Database.
A 10 GiB block storage volume is provisioned automatically and mounted at the database's data directory.