bepaald / signalbackup-tools

Tool to work with Signal Backup files.
GNU General Public License v3.0
790 stars 38 forks source link

Export to HTML support for older database #106

Closed AennchenVonRadau closed 1 year ago

AennchenVonRadau commented 1 year ago

I'm really happy about HTML export, thank you so much for adding this feature! How are the chances that older database versions will be supported in the future? I have a backup with database version 167 (so close!), from an old Android device on which I unfortunately cannot install any more updates.

bepaald commented 1 year ago

I was not looking forward to this, as right before v168 the database was quite a bit more complex. Especially when trying to support both database formats at the same time.

But then I figured, why not just try to upgrade the input database version, if that works, all other code can stay the same. So I've now attempted that. If you get the latest version, you should see Attempting to migrate database from version 167 to version 170... and if all goes well, it will hopefully do the export after that.

Please let me know if it works.

AennchenVonRadau commented 1 year ago

Yes, it's working! That's great, thank you so much :)