Hi,
I am installing Bacula 11.0.2 on Oracle Linux 8.4. I downloaded the CentOS manual install script from this link: https://www.bacula.lat/community/bacula-community-9-x-official-packages-inst allation-script/?lang=en I changed the script on the MySQL section to: . # Install MySQL rpm --import /tmp/RPM-GPG-KEY-mysql wget -c https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm -O /tmp/mysql80-community-release-el8-1.noarch.rpm rpm -ivh /tmp/mysql80-community-release-el8-1.noarch.rpm dnf install -y @mysql:8.0 mysqld --initialize-insecure --user=mysql systemctl enable mysqld systemctl start mysqld dnf install -y bacula-mysql --skip-broken # Create the database of Bacula data with MySQL /opt/bacula/scripts/create_mysql_database /opt/bacula/scripts/make_mysql_tables /opt/bacula/scripts/grant_mysql_privileges . However, I get the following error message: ./bacula_manual_install.sh: line 81: /opt/bacula/scripts/create_mysql_database: The file or directory does not exist ./bacula_manual_install.sh: line 83: /opt/bacula/scripts/make_mysql_tables: The file or directory does not exist ./bacula_manual_install.sh: line 85: /opt/bacula/scripts/grant_mysql_privileges: The file or directory does not exist Any ideas what might be wrong? Regards, Pierre V.
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users