Skip to content

Commit 76e5d21

Browse files
Guarisandystevensname
authored andcommitted
Addressing Issue 2253 (#2266)
1 parent 5382d8c commit 76e5d21

File tree

1 file changed

+0
-5
lines changed
  • docs/databases/postgresql/how-to-back-up-your-postgresql-database

1 file changed

+0
-5
lines changed

docs/databases/postgresql/how-to-back-up-your-postgresql-database/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ PostgreSQL provides the `pg_dump` utility to simplify backing up a single databa
5858
- `*.sql`: plaintext dump
5959
- `*.tar`: tarball
6060

61-
{{< note >}}
62-
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:
63-
64-
pg_dump dbname > dbname.bak
65-
{{< /note >}}
6661

6762
### Remote Database
6863

0 commit comments

Comments
 (0)