Install in cloud

NethServer Version: 7.9.2009 (rc1)
Module: Base system & Mysql

Hello! I’m tryng to install nethserver in cloud on a dedicated server but I have some problem.

  • First of all I prepare my system installing Centos minimal
  • I’ve started the install on centos process (following the manual)
  • Finally the system starts and I can connect to the server administration interface
  • I’ve installed the updates
  • I’ve installed the software package that I need

Everithing seems to work perfectly but on the server Dashboard I notice that my nethserver version is 7.9.2009(rc1) and if I go to the service page mysqld daemon is not running.

Is there a way to disable updates from testing repository?

Where can I found the log file of mysql?

Thank you

Here is the log of messages:

Nov 19 13:37:26 server systemd: Starting MariaDB database server…
Nov 19 13:37:26 server mariadb-prepare-db-dir: Database MariaDB is probably initialized in /var/lib/mysql already, nothing is done.
Nov 19 13:37:26 server mariadb-prepare-db-dir: If this is not the case, make sure the /var/lib/mysql is empty before running mariadb-prepare-db-dir.
Nov 19 13:37:27 server mysqld_safe: 201119 13:37:27 mysqld_safe Logging to ‘/var/log/mariadb/mariadb.log’.
Nov 19 13:37:27 server mysqld_safe: 201119 13:37:27 mysqld_safe A mysqld process already exists
Nov 19 13:37:27 server systemd: mysqld.service: main process exited, code=exited, status=1/FAILURE
Nov 19 13:37:27 server systemd: mysqld.service: control process exited, code=exited status=1
Nov 19 13:37:27 server systemd: Failed to start MariaDB database server.
Nov 19 13:37:27 server systemd: Unit mysqld.service entered failed state.
Nov 19 13:37:27 server systemd: mysqld.service failed.

Please check if mariadb service is running:

systemctl status mariadb

To stop and disable it:

systemctl disable mariadb --now