Can we upgrade SQLite?
I have a customer that wants a newer version of SQLite, can we upgrade this?
Strange I thought it was in Easyapache but it's not there now. Does it have it's own section or something?
-
Hello @WebHostPro, SQLite3 is part of the PDO package in EasyApache 4: # repoquery -q --whatprovides 'ea-php70-php-sqlite3' | sort -V | tail -1 ea-php70-php-pdo-0:7.0.15-1.1.3.cpanel.x86_64
There's also a system package for SQLite that comes from the OS, which I believe is the version you are referring to:# rpm -qa|grep sqlite sqlite-3.7.17-8.el7.x86_64
You could manually install a newer RPM or compile a newer version from source, but it's generally a good idea to keep the version provided by the OS, or to test the manual upgrade on a non-production server first. Thank you.0
Please sign in to leave a comment.
Comments
1 comment