- Notifications
You must be signed in to change notification settings - Fork1
License
postgres-ai/terraform-postgresai-database-lab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
[[TOC]]
ThisTerraform Module is responsible for deploying theDatabase Lab Engine to cloud hosting providers.
Your source PostgreSQL database can be located anywhere, but DLE with other components will be created on an EC2 instance under your AWS account. Currently, only "logical" mode of data retrieval (dump/restore) is supported – the only available method for managed PostgreSQL cloud services such as RDS Postgres, RDS Aurora Postgres, Azure Postgres, or Heroku. "Physical" mode is not yet supported, but it will be in the future. More about various data retrieval options for DLE:https://postgres.ai/docs/how-to-guides/administration/data.
- AWS
Follow thehow-to guide to install Database Lab with Terraform on AWS
Depending on your DNS provider and configuration, you may need to create a CAA record in your hosted zone.vOn instance creation, this Terraform module will useLet's Encrypt to generate a valid SSL Certificate. For that to succeed, Let's Encrypt must be recognized as a valid issuing CA by your domain. To do this, add a DNS record that looks like this:
Domain Record type Valueexample.com. CAA 0 issue "letsencrypt.org"
You can get help deploying the DLE. Here are two great ways to do this:
- Join theDatabase Lab Community Slack
- Reach out to the Postgres.ai team onIntercom chat widget (located at the bottom right corner)
We want to make deploying and managing the Database Lab Engine as easy as possible! Please report bugsand submit feature ideas using Gitlab'sIssue feature.
About
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.