I am getting error when trying to Archiving report

Hi when I tried to Archive the reports it gives me error [zend_db_adapter_exception] the mysql driver is not currently installed.

Can any one help ???

Hi,

The error already says it: PHP is missing the extension for connecting to MySQL servers. PHP has separate config files for php-fpm/php-apache which the webserver uses and php-cli which the commandline PHP (and therefore archiving uses).

So make sure that php-cli has enabled all needed php modules.