Skip to main content
Version: 1.37

Configure your database

A PostgreSQL database is required for Deeploy Core to serve as the backend for Deeploy's APIs, log storage, and event storage. We highly recommend using AWS RDS for PostgreSQ, which is outlined in Configure your AWS Cloud Resources, particularly for production environments. However, any other PostgreSQL database can be used.

Make sure that the Postgres database server has the following two databases:

  1. deeploy
  2. deeploy_kratos
info
  • The username and password for both of these databases are the same. The user should have administrative rights on the databases.
  • The databases should have at least one (public) database schema.