> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fly mpg databases

Manage databases in a managed postgres cluster

## Usage

```
fly mpg databases [command] [flags]
```

## Available Commands

* [create](/flyctl/cmd/fly_mpg_databases_create)	 - Create a database in an MPG cluster.
* [extensions](/flyctl/cmd/fly_mpg_databases_extensions)	 - Manage Postgres extensions in a managed postgres cluster database
* [list](/flyctl/cmd/fly_mpg_databases_list)	 - List databases in an MPG cluster.

## Options

```
  -h, --help   help for databases
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly mpg](/flyctl/cmd/fly_mpg)	 - Manage Managed Postgres clusters.
