Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

postgres-ai/terraform-postgresai-database-lab

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.

Supported Cloud Platforms

  • AWS

Installation

Follow thehow-to guide to install Database Lab with Terraform on AWS

Known Issues

Certificate Authority Authorization (CAA) for your Hosted Zone

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"

Troubleshooting

You can get help deploying the DLE. Here are two great ways to do this:

Reporting Issues & Contributing

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

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp