Skip to content

Commit

Permalink
Addressing Issue 2253 (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris authored and andystevensname committed Jan 29, 2019
1 parent 5382d8c commit 76e5d21
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ PostgreSQL provides the `pg_dump` utility to simplify backing up a single databa
- `*.sql`: plaintext dump
- `*.tar`: tarball

{{< note >}}
By default, PostgreSQL will ignore any errors that occur during the backup process. This can result in an incomplete backup. To prevent this, you can run the `pg_dump` command with the `-1` option. This will treat the entire backup procedure as a single transaction, which will prevent partial backups in the event of an error:

pg_dump dbname > dbname.bak
{{< /note >}}

### Remote Database

Expand Down

0 comments on commit 76e5d21

Please sign in to comment.