• 4 Posts
  • 654 Comments
Joined 2 years ago
cake
Cake day: October 24th, 2023

help-circle










  • I used to look up to him, and met him at an astronomy symposium once. (About one of my actual heroes, Galileo!)

    I dunno, he’s not horrible, he was just like, so obviously pissed that people recognized him and wanted autographs and a picture lol.

    I kinda understand, and he had the patience to put up with it. He wasn’t outright mean to me or anything, but geeze man, you don’t gotta so obviously display contempt for the kids who will be carrying the torch because you inspired them.

    Anyway, I forgive him. Was just a little disappointed.

    I feel his frustration at sharing the world with a lot of stupid people, but he’s another one of those science communicators like Tyson, who get to a point where they get smarmy and smug and holier-than-thou.

    Like damn, maybe we could be on a similar level if we could get paid to learn things too, sirs.



  • Heads up if your Paperless is installed via Docker: be VERY CAREFUL about your database version and do an export often!

    Mine has been down for a while because I did a pull and it doesn’t support my version of Postgresql anymore. So it’s kinda a huge mess trying to figure out how to safely migrate it in the container.

    I haven’t been able to fix it yet so I’ve just left it disabled and gone without for a while. It’s not fun.

    Allegedly if you export from within Paperless, you can just start with a fresh updated database container and import when this happens. Oof.







  • Databases.

    I ran PaperlessNGX for a while, everything is fine. Suddenly I realize its version of Postgresql is not supported anymore so the container won’t start.

    Following some guides, trying to log into the container by itself, and then use a bunch of commands to attempt to migrate said database have not really worked.

    This is one of those things that feels like a HUGE gotcha to somebody that doesn’t work with databases.

    So the container’s kinda just sitting there, disabled. I’m considering just starting it all fresh with the same data volume and redoing all that information, or giving this thing another go…

    …But yeah I’ve kinda learned to hate things that rely on database containers that can’t update themselves or have automated migration scripts.

    I’m glad I didn’t rely on that service TOO much.