-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem merging db Version 214 to 215 #184
Comments
I'm sorry to have to report this is expected and intentional. Between some database versions, changes are made in such a way that they can't be merged. I happened to have linked you a bit of the code in a message in the other issue (#174 (comment)), but just shortly after I did that, this code was changed to also include dbv < 215 and =>215. This is due to a change in how attachments are stored and referenced in the database. If this will be big problem, I could investigate a way to make this work (write a custom merge-function for these db versions). But it will certainly take a while before I could get around to it (if I can do it at all). |
I was thinking about this a little more during work, and I think it may not be too difficult to get the 214 database to a state where it can be used as a source for importing into a true 215 db. No promises, but I think it's doable in not too much time. |
…orwarded telegram messages. Add custom for #184. Update Logger (custom delimiter for vector output). Slight tweak to checkmarks in html export.
I know you didn't ask for it, but I made a custom function for this case. If you run this program on your 214 database with |
Hi, |
Hi, Thank you again, you've kept my long-term project alive again :-) ! (until next change of database :-( ) by the way: From my point of view this issue is solved and can be closed. |
Excellent, thanks for the feedback. Happy it worked.
True. They definitely made a few design choices that enable them to do this a bit easier (certainly easier than in my tool). Though it's much easier if you don't actually try to do all these merging and importing operations and don't support old version indefinitely. But, for this change from 214 to 215, even Signal had to add some custom extra code to the backup-restore function to keep working (that's rare!). Thanks again! |
Hi, regarding your new custom parameter function:
Perhaps this could be documented in help output so other people with same issue could have the chance to solve it by themself? It's just a suggestion. |
I renamed the option |
Hi,
SW Version:
signalbackup-tools (signalbackup-tools) source version 20240205.120839 (Win)
when merging file of db version 214 to newer Version 215 I get this error message:
There are no more info in logfile of merging task
The text was updated successfully, but these errors were encountered: