You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-25 23:52:32 +02:00
[#3089] use a temp dir inside pb_data to prevent backups cross-device link error
This commit is contained in:
@@ -127,6 +127,7 @@ func verifyBackupContent(app core.App, path string) error {
|
||||
"logs.db-shm",
|
||||
"logs.db-wal",
|
||||
".gitignore",
|
||||
".pb_temp_to_delete",
|
||||
}
|
||||
|
||||
entries, err := os.ReadDir(dir)
|
||||
|
||||
Reference in New Issue
Block a user