mcll@beckagab:~$ sudo bash -c "$(curl -s https://raw.githubusercontent.com/bluecherrydvr/bluecherry-docker/master/scripts/install.sh)" Do you want to install docker and setup Bluecherry server? [y/n]: y Docker is installed....skipping! Installing Bluecherry....... Találat:1 https://download.docker.com/linux/ubuntu focal InRelease Találat:3 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease Találat:4 http://tr.archive.ubuntu.com/ubuntu focal InRelease Találat:2 https://ftp.bme.hu/pub/mirrors/mariadb/mariadb-10.8.8/repo/ubuntu jammy InRelease Találat:5 http://tr.archive.ubuntu.com/ubuntu focal-updates InRelease Találat:6 http://unstable.bluecherrydvr.com focal InRelease Találat:7 http://tr.archive.ubuntu.com/ubuntu focal-backports InRelease Találat:8 http://tr.archive.ubuntu.com/ubuntu focal-security InRelease Találat:9 http://unstable.bluecherrydvr.com jammy InRelease Csomaglisták olvasása... Kész Csomaglisták olvasása... Kész Függőségi fa építése Állapotinformációk olvasása... Kész git már a legújabb verzió (1:2.25.1-1ubuntu3.11). 0 frissített, 0 újonnan telepített, 0 eltávolítandó és 0 nem frissített. Do you want to download and configure the Bluecherry docker images? If this is the first run of the script then select 'y' [y/n]: y Directory /bluecherry-docker...proceeding with cloning Cloning into 'bluecherry-docker'... remote: Enumerating objects: 1092, done. remote: Counting objects: 100% (498/498), done. remote: Compressing objects: 100% (274/274), done. remote: Total 1092 (delta 424), reused 206 (delta 206), pack-reused 594 Receiving objects: 100% (1092/1092), 1.98 MiB | 9.28 MiB/s, done. Resolving deltas: 100% (565/565), done. \n\n******************************************************************\n\n You will be asked the following to configure the docker container: Time Zone (formatted like this - See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) Create a password for the mysql admin Create a password for the mysql bluecherry user Time Zone (i.e. - America/Chicago): Hungary/Budapest Please provide a mysql admin password: Please provide a mysql bluecherry password: \n\nDownloading latest Bluecherry and related images...this may take a while...\n\n [+] Pulling 4/4 ✔ uptime-kuma Pulled 1.2s ✔ bc-mysql Pulled 1.3s ✔ bluecherry Pulled 1.3s ✔ mta_mailer Pulled 1.3s [+] Running 1/0 ✔ Container bc-mysql Running 0.0s Sleeping 45 seconds to make sure the database is initialized correctly... \n\n [+] Stopping 1/1 ✔ Container bc-mysql Stopped 11.3s [+] Running 1/1 ✔ Container bc-mysql Started 0.2s Sleeping another 15 seconds to run the database creation scripts... \n\n [+] Creating 1/0 ✔ Container bc-mysql Running 0.0s ++ cat /etc/os-release ++ grep '^ID=' ++ grep centos + [[ -n '' ]] + IN_DEB=1 + MODE=new_db + case "$MODE" in + [[ 8 -lt 6 ]] + new_db root bluecherry bluecherry bc-mysql % + echo new_db root bluecherry bluecherry bc-mysql % new_db root bluecherry bluecherry bc-mysql % + MYSQL_ADMIN_LOGIN=root + MYSQL_ADMIN_PASSWORD= + dbname=bluecherry + user=bluecherry + password= + host=bc-mysql + userhost=% + check_mysql_admin root + MYSQL_ADMIN_LOGIN=root + MYSQL_ADMIN_PASSWORD= + echo 'Testing MySQL admin credentials correctness...' Testing MySQL admin credentials correctness... + echo 'show databases' + mysql_wrapper -hbc-mysql -uroot + echo -e '\n\n\tProvided MySQL admin credentials are incorrect\n' Provided MySQL admin credentials are incorrect ++ whoami + echo -e 'Please create ~root/.my.cnf with right password like this\n' Please create ~root/.my.cnf with right password like this + echo '[client]' [client] + echo user=root user=root + echo -e 'password="pass"\n' password="pass" + echo '[mysql]' [mysql] + echo user=root user=root + echo -e 'password="pass"\n' password="pass" + echo '[mysqldump]' [mysqldump] + echo user=root user=root + echo -e 'password="pass"\n' password="pass" + echo '[mysqldiff]' [mysqldiff] + echo user=root user=root + echo 'password="pass"' password="pass" + exit 1 mcll@beckagab:~$