Skip to main content

Can we upgrade SQLite?

Comments

1 comment

  • cPanelMichael
    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.