kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Migrate to new workspace format #152

Closed kpcyrd closed 4 years ago

kpcyrd commented 4 years ago

This migrates from:

~/.local/share/sn0int/foo.db
~/.local/share/sn0int/blobs/foo/

to

~/.local/share/sn0int/data/foo/db.sqlite
~/.local/share/sn0int/data/foo/blobs/

There's some code included to transparently do the migration when a workspace is activated. This code is going to be removed after the next few releases, all workspaces that haven't been migrated until then need to be migrated manually.