remove trailing dot in shell command example
This commit is contained in:
@@ -561,7 +561,7 @@ dokku postgres:export lollipop > data.dump
|
|||||||
Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using `pg_restore` as follows
|
Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using `pg_restore` as follows
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pg_restore data.dump -f plain.sql.
|
pg_restore data.dump -f plain.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
### Backups
|
### Backups
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using `pg_restore` as follows
|
Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using `pg_restore` as follows
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pg_restore data.dump -f plain.sql.
|
pg_restore data.dump -f plain.sql
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user