Deeploy Core requires a PostgreSQL database that will act as the backend for Deeploy its API's and Log and Event storage. We advise to run AWS RDS for PostgreSQL as described in Step 2: Configure the AWS Cloud Resources, especially for production environments. However, any other PostgreSQL database will work as well.
Make sure that the Postgres database server has the following two databases:
deeploy
deeploy_kratos
Note:
- 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
Comments
0 comments
Please sign in to leave a comment.