Skip to content

Commit

Permalink
Update postgresql.md
Browse files Browse the repository at this point in the history
Made edits to sentence :)
  • Loading branch information
Kemi-Elizabeth authored Sep 26, 2024
1 parent ef3c0c6 commit 499528d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/upsun/src/add-services/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ You can use the `--stdout` option to pipe the result to another command. For exa
{{% vendor/cli %}} db:dump --stdout | bzip2 > dump.sql.bz2
```

It is also possible to generate the dump locally if you have the `pg_dump` command installed with `{{% vendor/cli %}} tunnel:single`, the command will ask you the service and will prompt the URI string that you can use like so:
It is also possible to generate the dump locally if you have the `pg_dump` command installed with `{{% vendor/cli %}} tunnel:single`. The command will first ask for the service and then will provide a prompt for the URI string that you can use. For example:

```bash
pg_dump -d postgresql://REPLACE_URI_FROM_OUTPUT -f dump.sql
Expand Down

0 comments on commit 499528d

Please sign in to comment.