1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-05 02:41:07 +02:00

added note about the disk space when creating backups

This commit is contained in:
Gani Georgiev 2023-06-16 12:24:28 +03:00
parent bd95a5b74c
commit 28ba4655c1

View File

@ -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).
//