Month April 2022

Fix A Corrupt SQLite Database

I have a Photoprism instance inside a standard Docker container that’s been throwing errors: First, shut down the application you’re attempting to repair: To let SQLite 3 attempt a fix, find your index.db file (or whatever it’s named for whatever…

Transfer E-Mail Between IMAP Accounts with imapsync

Follow this easy method for transferring all e-mails, including folders, from a single IMAP account to another. First, let’s git it with “git”: Install dependencies for any Ubuntu flavor. I’m using 20.04: Install the following Perl modules: Next change into…