Pihole on Alpine with outdated versions

Hi, I'm still having issues.
My current version is:

  Pi-hole version is 51673e1 (Latest: v5.17.3)
  web version is v5.21 (Latest: null)
  FTL version is N/A 5.23 (Latest: v5.25.1)

I'm running the Alpine Linux version by yvelon you can find here: yvelon / pi-hole · GitLab

When I tried to run pihole -g I get:

sqlite3: Error: unknown option: -ni
Use -help for a list of options.
  [i] Neutrino emissions detected...
  [✓] Pulling blocklist source list into range
  [i] No source list found, or it is empty


  [i] Preparing new gravity database...
  [✗] Unable to create new database /etc/pihole/gravity.db_temp
  sqlite3: Error: unknown option: -ni
Use -help for a list of options.
  [✓] Cleaning up stray matter
  [✓] FTL is listening on port 53
     [✓] UDP (IPv4)
     [✓] TCP (IPv4)
     [✓] UDP (IPv6)
     [✓] TCP (IPv6)

  [✓] Pi-hole blocking is enabled

Looking at gravity.sh, the "double -ni" problem has already been resolved, I only see one "-ni" option.

I have:

php82-sqlite3-8.2.18-r0 x86_64 {php82} (PHP-3.01 BSD-3-Clause LGPL-2.0-or-later MIT Zend-2.0) [installed]
sqlite-3.45.3-r0 x86_64 {sqlite} (blessing) [installed]
sqlite-libs-3.45.3-r0 x86_64 {sqlite} (blessing) [installed]

installed.

Am I running a version of sqlite3 which is too old?

Thanks!

I'm not familiar with this variant to "normal" debugging advise we have for you here may be insufficient and you should open an issue ticket on the repo you linked. The first advise would be running

pihole checkout master
pihole -up

as you seem to be running a non-default version for core and a totally outdated version of FTL.

Make sure to check out

Thank you so much for that link!

I swear I've looked everywhere but I couldn't find where the equivalent of Github's "Issues" were in Gitlab (I'm not familiar with that platform).

I've followed the steps in that Issue and solved my problem, everything is working fine now!

Thanks again!