I am starting the shell script manualy just to check if everything works and seems that it's not executing properly. This is the results I get:
admin@synology:/volume1/sh$ sudo sh backup_umostrowiecpl.sh
Akeeba Backup CLI 5.4.0 (2017-05-18)
Copyright (c) 2006-2017 Akeeba Ltd / Nicholas K. Dionysopoulos
-------------------------------------------------------------------------------
Akeeba Backup is Free Software, distributed under the terms of the GNU General
Public License version 3 or, at your option, any later version.
This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the
license. See http://www.gnu.org/licenses/gpl-3.0.html for details.
-------------------------------------------------------------------------------
You are using Joomla! 3.7.3 on PHP 5.6.11 (cli)
Starting a new backup with the following parameters:
Profile ID 4
Description "Command-line backup"
Current memory usage: 2.43 Mb
Unsetting time limit restrictions.
Site paths determined by this script:
JPATH_BASE : /volume1/www/um.ostrowiec.pl
JPATH_ADMINISTRATOR : /volume1/www/um.ostrowiec.pl/administrator
and for altbackup:
admin@synology:/volume1/sh$ sudo sh altbackup_umostrowiecpl.sh
Akeeba Backup Alternate CRON Helper Script version 5.4.0 (2017-05-18)
Copyright (c) 2006-2017 Akeeba Ltd / Nicholas K. Dionysopoulos
-------------------------------------------------------------------------------
Akeeba Backup is Free Software, distributed under the terms of the GNU General
Public License version 3 or, at your option, any later version.
This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the
license. See http://www.gnu.org/licenses/gpl-3.0.html for details.
-------------------------------------------------------------------------------
Unsetting time limit restrictions.
Site paths determined by this script:
JPATH_BASE : /volume1/www/um.ostrowiec.pl
JPATH_ADMINISTRATOR : /volume1/www/um.ostrowiec.pl/administrator
********** ERROR! **********
The MySQL adapter mysqli is not available
Technical information:
Code: 0
File: /volume1/www/um.ostrowiec.pl/libraries/joomla/database/driver/mysqli.php
Line: 173
Stack Trace:
#0 /volume1/www/um.ostrowiec.pl/libraries/joomla/database/driver/mysqli.php(244): JDatabaseDriverMysqli->connect()
#1 /volume1/www/um.ostrowiec.pl/libraries/joomla/database/driver.php(1851): JDatabaseDriverMysqli->escape('component')
#2 /volume1/www/um.ostrowiec.pl/libraries/joomla/database/driver.php(469): JDatabaseDriver->quote('component', true)
#3 /volume1/www/um.ostrowiec.pl/libraries/fof30/Params/Params.php(54): JDatabaseDriver->__call('q', Array)
#4 /volume1/www/um.ostrowiec.pl/libraries/fof30/Params/Params.php(54): JDatabaseDriverMysqli->q('component')
#5 /volume1/www/um.ostrowiec.pl/libraries/fof30/Params/Params.php(41): FOF30\Params\Params->reload()
#6 /volume1/www/um.ostrowiec.pl/libraries/fof30/Container/Container.php(484): FOF30\Params\Params->__construct(Object(FOF30\Container\Container))
#7 /volume1/www/um.ostrowiec.pl/libraries/fof30/Pimple/Container.php(112): FOF30\Container\Container->FOF30\Container\{closure}(Object(FOF30\Container\Container))
#8 /volume1/www/um.ostrowiec.pl/libraries/fof30/Container/ContainerBase.php(27): FOF30\Pimple\Container->offsetGet('params')
#9 /volume1/www/um.ostrowiec.pl/administrator/components/com_akeeba/BackupPlatform/Joomla3x/Platform.php(732): FOF30\Container\ContainerBase->__get('params')
#10 /volume1/www/um.ostrowiec.pl/administrator/components/com_akeeba/BackupEngine/Platform.php(275): Akeeba\Engine\Platform\Joomla3x->get_platform_configuration_option('siteurl', '')
#11 /volume1/www/um.ostrowiec.pl/cli/akeeba-altbackup.php(140): Akeeba\Engine\Platform->__call('get_platform_co...', Array)
#12 /volume1/www/um.ostrowiec.pl/cli/akeeba-altbackup.php(140): Akeeba\Engine\Platform->get_platform_configuration_option('siteurl', '')
#13 /volume1/www/um.ostrowiec.pl/cli/akeeba-altbackup.php(504): AkeebaBackupCLI->execute()
#14 {main}
The script: "/usr/bin/php /volume1/www/um.ostrowiec.pl/cli/akeeba-backup.php --profile=4"
What am I doing wrong?
Sincerely,
Thomas Kolasa