Skip to content

Commit

Permalink
added note about the disk space when creating backups
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jun 16, 2023
1 parent bd95a5b commit 28ba465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/base_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const CacheKeyActiveBackup string = "@activeBackup"
// The backup is executed within a transaction, meaning that new writes
// will be temporary "blocked" until the backup file is generated.
//
// To safely perform the backup, it is recommended to have free disk space
// for at least 2x the size of the pb_data directory.
//
// By default backups are stored in pb_data/backups
// (the backups directory itself is excluded from the generated backup).
//
Expand Down

0 comments on commit 28ba465

Please sign in to comment.