mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Database Backup #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OlionCompany on GitHub (Aug 19, 2019).
How we can create fully database copy with all last changes?
Right now, if we copy database from SQLiteStore.fileURL, this file don't include "-shm" and "-wal" files with last changes (certainly).
I found solution for Core Data:
persistentStore.migratePersistentStore(oldStore, to: newStoreURL, options: nil, withType: NSSQLiteStoreType)
Can we create backup using CoreStore? Thanks.
@OlionCompany commented on GitHub (Aug 26, 2019):
Maybe someone has ideas?
Question still actual.
@OlionCompany commented on GitHub (Sep 3, 2019):
Our custom implementation of backups creation: