Category Uncategorized

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…

Backing Up and Restoring Docker Volumes

Docker Logo

The default persistent data storage method for Docker is volumes. Unfortunately, it’s not immediately obvious how to back up that data. Let’s take a look at the current running containers: Now perform an inspect on the one you’d like to…