How to import a SQL file?
I converted my zotero.sqlite to zotero.sql. The command I used is
sqlite3 zotero.sqlite .dump > zotero.sql
And I removed my .mozilla directory. How can I get my zotero database back to the newly installed Zotero?
sqlite3 zotero.sqlite .dump > zotero.sql
And I removed my .mozilla directory. How can I get my zotero database back to the newly installed Zotero?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
sqlite3 zotero.sqlite < zotero.sql
Then put this file in the zotero directory in your new Firefox profile directory.