Skip to content

Commit

Permalink
Added an example command for the template (#2518)
Browse files Browse the repository at this point in the history
* Added an example command for the template

Added an example for the template shell command provided in the announcement.

* Update _posts/2023-8-1-postgresql-versions-update.md

Signed-off-by: Mark Boyd <[email protected]>

---------

Signed-off-by: Mark Boyd <[email protected]>
Co-authored-by: Mark Boyd <[email protected]>
  • Loading branch information
gurjeet and markdboyd authored Aug 2, 2024
1 parent f0bbe8e commit c24e932
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2023-8-1-postgresql-versions-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Please note that users are still able to explicitly set any of the [currently su
```shell
cf create-service aws-rds <database-plan> <database-name> -c '{"version":"<desired-version>"}'
```

For example:

```shell
cf create-service aws-rds micro-psql my-test-service -c '{"version":"14"}'
```

0 comments on commit c24e932

Please sign in to comment.