I was wondering how to make a backup of my sqlite(Room) database. So I have searched on SO and I have found this thread : Backup/restore sqlite db in android
But with this method if I make a backup of my database v1 and try to restore on a phone with database v2 there will be problems. The scheme of the database v1 and database v2 may be different.
Do I have to make a manual backup/restore with JSON?