signal-message-exporter icon indicating copy to clipboard operation
signal-message-exporter copied to clipboard

New database format in 6.7.6

Open jbaker6953 opened this issue 2 years ago • 7 comments

Signal has removed the SMS table from the database. In addition, the text of sent messages with attachments are no longer stored in the MMS table, making piecing together a backup more difficult (on purpose?). I have not yet located where the text of sent messages with attachments are stored.

jbaker6953 avatar Jan 14 '23 22:01 jbaker6953

Whew. They're storing the messages in MMS, it's just not linear. I'm working on a pull request for the 6.7.6 database format.

jbaker6953 avatar Jan 14 '23 22:01 jbaker6953

If you create a signal-6-7-6 branch based off of signal-6-5-6 branch I am ready to submit a pull request.

jbaker6953 avatar Jan 15 '23 21:01 jbaker6953

You can just grab my signal-6-7-6 branch and it should be ready to go.

https://github.com/jbaker6953/signal-message-exporter/tree/signal-6-7-6

jbaker6953 avatar Jan 15 '23 23:01 jbaker6953

I've created the PR from your branch: https://github.com/alexlance/signal-message-exporter/pull/19/files and I'm happy to merge it, but if you want to create the PR it's totally ok - like it means that there's less ambiguity about who did that work - credit where credit is due. I'm happy to delete my PR - or if I don't hear back I'll merge it tomorrow.

alexlance avatar Jan 16 '23 05:01 alexlance

I'm not worried about the credit. Anyone who cares can check the history. I just want to make sure we have a way to get our messages out when Signal pulls the plug on SMS.

jbaker6953 avatar Jan 16 '23 05:01 jbaker6953

Alrighty! Merging it :)

alexlance avatar Jan 16 '23 05:01 alexlance

Did some linting and resolved some conflicts with master. You should probably do a fresh checkout of master. Thanks for your help - they're moving quickly now!

alexlance avatar Jan 16 '23 06:01 alexlance