Skip to content

Commit eb92552

Browse files
authored
Update backup-and-restore.html.markerb
fix some errant backticks
1 parent 7d35f08 commit eb92552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres/managing/backup-and-restore.html.markerb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ fly image show -a <postgres-app-name>
9696
MACHINE ID REGISTRY REPOSITORY TAG VERSION DIGEST LABELS
9797
e286004f696700 registry-1.docker.io flyio/postgres 14.6 v0.0.41 sha256:3c25db96357a78e827ca7d fly.app_role=postgres_clusterfly.pg-version=14.6-1.pgdg110+1fly.version=v0.0.41
9898
```
99-
The values under the `REPOSITORY and `TAG columns are the image you'll use to restore the snapshot.
100-
Legacy postgres images use the `flyio/postgres` repository, while new Postgres Flex images use the flyio/`postgres-flex` repository. In the above example, the machine is running a legacy `flyio/postgres:14.6` image.
99+
The values under the `REPOSITORY` and `TAG` columns reference the image you'll use to restore the snapshot.
100+
Legacy postgres images use the `flyio/postgres` repository, while new Postgres Flex images use the `flyio/postgres-flex` repository. In the above example, the machine is running a legacy `flyio/postgres:14.6` image.
101101

102102
## Restoring from a snapshot
103103

0 commit comments

Comments
 (0)