Fly.io

Fly.io

Fly.io

Supported DB types: PostgreSQL, MySQL

Fly.io has baked-in support for PostgreSQL databases, but you can also use their fly volumes offering to use setup other databases, like mysql or mssql.

PostgreSQL

  1. Create a PostgreSQL database on fly.io. Here is their guide on how to do that: https://fly.io/docs/postgres/. During the database creation process, fly.io will provide you with you database password, which you will need to remember when trying to connect to basedash.
  2. You’ll want to setup the Fly PostgreSQL database to be used with external connections. What this means is you will need to assign an IPv4 address to your PostgreSQL app using fly ips allocate-v4 --app <pg-app-name>.
  3. Once you have your IPv4 assigned to your Fly PostgreSQL app, you will be able to connect it to Basedash. You shouldn’t use the IPv4 address for the hostname you provide in basedash, but rather the hostname associated with you fly.io app. This will take the form of <pg-app-name>.fly.dev.

On this page

💠
https://www.basedash.com

© BaseDash Inc.