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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: