this post was submitted on 23 Dec 2023
45 points (97.9% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53893 readers
294 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

I have a library of videos that I've downloaded with whisparr running in a docker container. I've had a problem with the sqlite DB getting corrupted on a daily basis. I followed the guide on switching to postgres and it only took about 15 minutes, including setting up a postgres server. I really recommend anyone running it to do that. There's been a noticeable performance boost too.

top 8 comments
sorted by: hot top controversial new old
[–] themoonisacheese@sh.itjust.works 29 points 8 months ago* (last edited 8 months ago) (1 children)

Postgres in general is a considerably better db engine than SQLite in every metric except portability. Whenever you need more than a simple config storage, I heavily recommend using postgres. If it's good enough for gitlab, it's good enough for me.

[–] Gimpydude@lemmynsfw.com 1 points 8 months ago (1 children)

I totally agree. I've been using it on and off since the 90's but I've never known that you can use it with the *arr apps.

[–] nimmo@lem.nimmog.uk 2 points 8 months ago

I think it's a relatively recent thing. As the documentation for each of the *arts has a relatively recent minimum version number I think.

Here's where I went when looking for whisparr, but just replace that with the arr you're wanting to use and it'll give you decent steps for getting your database created and migrated into it: https://wiki.servarr.com/whisparr/postgres-setup

[–] UntouchedWagons@lemmy.ca 8 points 8 months ago (2 children)

I had the same experience with some of the 'arr projects.

[–] pete_the_cat@lemmy.world 3 points 8 months ago

Interesting, I didn't know you could migrate the other 'arr projects to postgres. Definitely gonna attempt this later tonight.

[–] Gimpydude@lemmynsfw.com 1 points 8 months ago

I'm going to move my others to postgres as well. It's dead simple and so much better.

[–] Gorusnor@lemmy.dbzer0.com 3 points 8 months ago

Just set up my arr apps to use rdtc on a 500gb VirtualBox Linux machine and I love it, I'll keep this in mind when adding whisparr ty

[–] WetAndFlummoxed@lemmy.world 3 points 8 months ago

I had trouble with the sqlite databases when I was writing them to a remote volume over nfs. I've had zero issues since moving them to local disk and performance is great.