Koozali.org: home of the SME Server

Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?

Offline Marcelsme

  • 9
  • +0/-0
Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
« on: December 20, 2021, 12:55:25 AM »
Hello, i want to use 'grocy', a php program and it require sqlite 3.9.0  :x
How can i upgrade the SQLite version 3.7.17 to SQLite 3.9.0 ?
thank you

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
« Reply #1 on: December 20, 2021, 03:26:48 PM »
If you had a read around you could answer some of this yourself.

From github (and at a quick glance the dependencies are poorly documented):

Quote
Currently everything is only tested against (means 100 % works with) PHP 8.0 with SQLite 3.27.2

You can't even get that version on CentOS 8, let alone on CentOS 7 so I have no idea what they use as their base OS.

https://pkgs.org/download/sqlite

Ironically Ubuntu are at 2.8.17 max.

So as far as I can tell from a quick look your only really choices are trying to build it yourself, use docker, or use another OS.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Marcelsme

  • 9
  • +0/-0
Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
« Reply #2 on: December 22, 2021, 01:04:15 AM »
Ok, thank you; i would have prefered to use smeserver, but, i will use docker :-)

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
« Reply #3 on: December 22, 2021, 01:56:23 AM »
Perfectly possible to use docker on SME.

I haven't built a contrib yet but the basics are fleshed out on the wiki.

It's running my work Rocket.Chat instance..... And the Koozali one I run.

...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline yuvsaha123

  • 1
  • +0/-0
Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
« Reply #4 on: February 02, 2022, 02:28:05 PM »
Perfectly possible to use docker on SME.

I haven't built a contrib yet but the basics are fleshed out on the wiki.

It's running my work Rocket.Chat instance..... And the Koozali one I run.

thanks for the awesome information.