My server management company has installed Aegir using the BOA stack on Debian 10 on a VPS but we are having some challenges.
Issues with Adminer
When trying to import a 26MB gzipped db using the username/password/db details from the sites drushrc.php file I get a superuser error:
/*!50003 CREATE*/ Error in query (1227): Access denied; you need (at least one of) the SUPER privilege(s) for this operation 541 queries executed OK
Can you help with what settings need to be fixed?
.
Drush won’t work for o1.ftp
When I log in as o1.ftp I get this when I run drush commands
o1.ftp:~$ drush status /usr/bin/sh: line 661: /usr/bin/sh: Argument list too long /usr/bin/sh: line 661: /usr/bin/sh: Success
But the sysadmin team is able to use drush. This is what they said:
... the drush command was executable if we login to the o1.ftp user as /bin/bash and use the full drush.php path. See below snippet. o1.ftp@server:~/static/platforms$ php /opt/tools/drush/8/drush/drush.php status PHP configuration : /opt/php74/lib/php.ini /home/o1.ftp/.drush/php.ini PHP OS : Linux Drush script : /opt/tools/drush/8/drush/drush.php Drush version : 8.4.10 Drush temp directory : /home/o1.ftp/.tmp Drush configuration : Drush alias files : /home/o1.ftp/.drush/devnew.siteurl.co.za.alias.drushrc.php We have also tried restoring the MySQL database with the same command and it was successfully restored.
They have asked me to check the permissions of drush.php file and configuration. And is there anything else we should be checking?