Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connecting-external.html.markerb #1863

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions postgres/connecting/connecting-external.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ fly image show --app <pg-app-name>
```
```out
Image Details
Registry = registry-1.docker.io
Repository = flyio/postgres
Tag = 14.4
Version = v0.0.32
Registry = docker-hub-mirror.fly.io
Repository = flyio/postgres-flex
Tag = 16.4
Version = v0.0.62
```

Deploy your cluster, using `--image` with the `image:tag` found in the previous step:

```cmd
fly deploy . --app <pg-app-name> --image flyio/postgres:<major-version>
fly deploy . --app <pg-app-name> --image flyio/postgres-flex:<major-version>
```

As an example, if you are running Postgres 14.x you would specify `flyio/postgres:14` as your target image.
As an example, if you are running Postgres 16.x you would specify `flyio/postgres-flex:16` as your target image.

After the deployment completes, you can verify your `services` configuration by running the `fly services list` command:

Expand Down