Skip to content

Commit

Permalink
Minor Postgres docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Apr 8, 2023
1 parent b3f6dec commit 1e985ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/services/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Many of the services installed by this playbook require a Postgres database.

Enabling the Postgres database service will automatically wire all other services to use it.
Enabling the Postgres database service will automatically wire all other services which require such a database to use it.


## Configuration
Expand Down Expand Up @@ -45,7 +45,7 @@ Importing multiple databases (as dumped by `pg_dumpall`) is also supported.
Before doing the actual import, **you need to upload your Postgres dump file to the server** (any path is okay).


### Importing
### Importing a dump file

To import, run this command (make sure to replace `SERVER_PATH_TO_POSTGRES_DUMP_FILE` with a file path on your server):

Expand Down

0 comments on commit 1e985ff

Please sign in to comment.