That worked! Thank you.
The default version of mariadb for CentOS 7 is that old version I had before. mariadb101u is also available in the centos7-base repos at this time, and that seems to have worked. I'll include the output below so you can check for Cent7 in your script and maybe specify...
These are the mariadb packages installed on the machine
mariadb.x86_64 1:5.5.68-1.el7
mariadb-libs.x86_64 1:5.5.68-1.el7
mariadb-server.x86_64 1:5.5.68-1.el7
root@mysystem ~ $ mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your...
Thank you for your quick response!
I ran these commands and got the same result.
MariaDB [(none)]> drop database fwcloud;
Query OK, 1 row affected (0.00 sec)
rm -rf /opt/fwcloud/
curl -k -s https://raw.githubusercontent.com/soltecsis/fwcloud-installer/main/fwcloud-installer.sh -o...
I did some more digging. This is failing on line 831 of the installation script:
echo -e "\e[32m\e[1m(*) Creating database schema and initial data.\e[21m\e[0m"
cd "${REPODIR}/api"
echo -n "Database schema ... "
su - fwcloud -c "cd \"$REPODIR/api\"; node fwcli migration:run" >/dev/null...
Hello!
I'm trying to install FWCloud via the script on a CentOS 7 machine, but it keeps failing without providing useful error messages. Do you have any suggestions? Are there log files anywhere? I've verified that the fwcloud user can use mysql:
[fwcloud@mysystem~]$ mysql -u root
Welcome to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.