path to sqlite
when I ask
I get
when I use a db I have
and ask
I get
` how can I set 3.38.5 as the version to use?
/usr/local/cpanel/3rdparty/bin/sqlite3 --versionI get
3.38.5 2022-05-06 15:25:27 serialwhen I use a db I have
sqlite3 /usr/local/cpanel/whostmgr/docroot/cgi/xyz/Model/Db/database.sqliteand ask
.versionI get
SQLite 3.7.17 2013-05-20 00:56:22 serial` how can I set 3.38.5 as the version to use?
-
Hey there! The version in /usr/local/cpanel/ is only used for internal cPanel tools, and not for any external sqlite3 databases. If you upgrade to AlmaLinux 8 you'll get version 3.26, and that is likely the best option if you need a newer version, as I don't have a way to upgrade past the version that the operating system provides without causing compatibility issues: # sqlite3 --version 3.26.0 2018-12-01 12:34:550 -
Thanks. Am in the process of upgrading to AL8 now. 0
Please sign in to leave a comment.
Comments
2 comments