chromium-downloads icon indicating copy to clipboard operation
chromium-downloads copied to clipboard

Convert to SQLite+S3 backend rather than a dedicated PostgreSQL database

Open colebrumley opened this issue 1 year ago • 0 comments

We are migrating this application to a new hosting platform and no longer want to run it with a dedicated PostgreSQL database to streamline maintenance and operations. Since we typically don't run this application at large horizontal scale, I've refactored it to leverage a local SQLite database that gets pulled from S3 (or created) on startup, and pushed to S3 on shutdown.

I also fleshed-out the readme a bit more with some of the new env variables I added and some more ELI5 running instructions.

colebrumley avatar Nov 20 '23 17:11 colebrumley