Koozali.org: home of the SME Server

Contribs.org Forums => Koozali SME Server 10.x => Topic started by: Marcelsme on December 20, 2021, 12:55:25 AM

Title: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
Post by: Marcelsme 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
Title: Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
Post by: ReetP 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.
Title: Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
Post by: Marcelsme on December 22, 2021, 01:04:15 AM
Ok, thank you; i would have prefered to use smeserver, but, i will use docker :-)
Title: Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
Post by: ReetP 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.

Title: Re: Upgrade sqlite 3.7.17 to SQLite 3.9.0 ?
Post by: yuvsaha123 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.