From c90980c902f29103df77bda8397dede2133ddada Mon Sep 17 00:00:00 2001 From: Michael Krause Date: Mon, 9 Feb 2026 10:23:14 -0600 Subject: [PATCH] Automation: Task execution results 2026-02-09 10:23:14 --- ...loy-bookstack_completed_20260209_102314.sh | 44 + .../results/deploy-bookstack_result.txt | 812 ++++++++++++++++++ 2 files changed, 856 insertions(+) create mode 100755 automation/logs/deploy-bookstack_completed_20260209_102314.sh create mode 100644 automation/results/deploy-bookstack_result.txt diff --git a/automation/logs/deploy-bookstack_completed_20260209_102314.sh b/automation/logs/deploy-bookstack_completed_20260209_102314.sh new file mode 100755 index 0000000..31315ba --- /dev/null +++ b/automation/logs/deploy-bookstack_completed_20260209_102314.sh @@ -0,0 +1,44 @@ +#!/bin/bash +# BookStack Deployment Script +# Service 3/5 - docs.firefrostgaming.com + +set -e +echo "=== BookStack Deployment Starting ===" +date + +# Update and install PHP +apt-get update +apt-get install -y php8.3-cli php8.3-fpm php8.3-mysql php8.3-gd php8.3-mbstring php8.3-xml php8.3-curl php8.3-zip php8.3-intl mysql-server + +# Install Composer +if [ ! -f /usr/local/bin/composer ]; then + curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer +fi + +# Database setup +mysql -e "CREATE DATABASE IF NOT EXISTS bookstack_db CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" +mysql -e "CREATE USER IF NOT EXISTS 'bookstack_user'@'localhost' IDENTIFIED BY 'FirefrostBookStack2026!';" +mysql -e "GRANT ALL PRIVILEGES ON bookstack_db.* TO 'bookstack_user'@'localhost';" +mysql -e "FLUSH PRIVILEGES;" + +# Download BookStack +cd /var/www +git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch bookstack || true +cd bookstack +export COMPOSER_ALLOW_SUPERUSER=1 +composer install --no-dev --no-plugins + +# Configure +cp .env.example .env +sed -i "s|APP_URL=.*|APP_URL=https://docs.firefrostgaming.com|g" .env +sed -i "s|DB_DATABASE=.*|DB_DATABASE=bookstack_db|g" .env +sed -i "s|DB_USERNAME=.*|DB_USERNAME=bookstack_user|g" .env +sed -i "s|DB_PASSWORD=.*|DB_PASSWORD=FirefrostBookStack2026!|g" .env +php artisan key:generate --force +php artisan migrate --force + +# Permissions +chown -R www-data:www-data /var/www/bookstack +chmod -R 755 /var/www/bookstack + +echo "=== Deployment Complete ===" diff --git a/automation/results/deploy-bookstack_result.txt b/automation/results/deploy-bookstack_result.txt new file mode 100644 index 0000000..8711722 --- /dev/null +++ b/automation/results/deploy-bookstack_result.txt @@ -0,0 +1,812 @@ +Task: deploy-bookstack.sh +Started: Mon Feb 9 10:21:18 AM CST 2026 +========================================== +=== BookStack Deployment Starting === +Mon Feb 9 10:21:18 AM CST 2026 +Hit:1 https://download.docker.com/linux/ubuntu noble InRelease +Hit:2 https://deb.nodesource.com/node_20.x nodistro InRelease +Hit:3 http://security.ubuntu.com/ubuntu noble-security InRelease +Hit:4 http://nl.archive.ubuntu.com/ubuntu noble InRelease +Hit:5 http://nl.archive.ubuntu.com/ubuntu noble-updates InRelease +Hit:6 http://nl.archive.ubuntu.com/ubuntu noble-backports InRelease +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + libcgi-fast-perl libcgi-pm-perl libclone-perl libencode-locale-perl + libevent-pthreads-2.1-7t64 libfcgi-bin libfcgi-perl libfcgi0t64 + libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl + libhttp-date-perl libhttp-message-perl libio-html-perl + liblwp-mediatypes-perl libmecab2 libprotobuf-lite32t64 libtimedate-perl + liburi-perl libzip4t64 mecab-ipadic mecab-ipadic-utf8 mecab-utils + mysql-client-8.0 mysql-client-core-8.0 mysql-common mysql-server-8.0 + mysql-server-core-8.0 php-common php8.3-common php8.3-opcache + php8.3-readline +Suggested packages: + libdata-dump-perl libipc-sharedcache-perl libio-compress-brotli-perl + libbusiness-isbn-perl libregexp-ipv6-perl libwww-perl mailx tinyca php-pear +The following NEW packages will be installed: + libcgi-fast-perl libcgi-pm-perl libclone-perl libencode-locale-perl + libevent-pthreads-2.1-7t64 libfcgi-bin libfcgi-perl libfcgi0t64 + libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl + libhttp-date-perl libhttp-message-perl libio-html-perl + liblwp-mediatypes-perl libmecab2 libprotobuf-lite32t64 libtimedate-perl + liburi-perl libzip4t64 mecab-ipadic mecab-ipadic-utf8 mecab-utils + mysql-client-8.0 mysql-client-core-8.0 mysql-common mysql-server + mysql-server-8.0 mysql-server-core-8.0 php-common php8.3-cli php8.3-common + php8.3-curl php8.3-fpm php8.3-gd php8.3-intl php8.3-mbstring php8.3-mysql + php8.3-opcache php8.3-readline php8.3-xml php8.3-zip +0 upgraded, 42 newly installed, 0 to remove and 5 not upgraded. +Need to get 35.7 MB of archives. +After this operation, 269 MB of additional disk space will be used. +Get:1 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 mysql-common all 5.8+1.1.0build1 [6,746 B] +Get:2 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 mysql-client-core-8.0 amd64 8.0.45-0ubuntu0.24.04.1 [2,740 kB] +Get:3 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 mysql-client-8.0 amd64 8.0.45-0ubuntu0.24.04.1 [22.5 kB] +Get:4 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libevent-pthreads-2.1-7t64 amd64 2.1.12-stable-9ubuntu2 [7,982 B] +Get:5 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libmecab2 amd64 0.996-14ubuntu4 [201 kB] +Get:6 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf-lite32t64 amd64 3.21.12-8.2ubuntu0.2 [238 kB] +Get:7 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 mysql-server-core-8.0 amd64 8.0.45-0ubuntu0.24.04.1 [17.6 MB] +Get:8 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 mysql-server-8.0 amd64 8.0.45-0ubuntu0.24.04.1 [1,441 kB] +Get:9 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tagset-perl all 3.20-6 [11.3 kB] +Get:10 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 liburi-perl all 5.27-1 [88.0 kB] +Get:11 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-parser-perl amd64 3.81-1build3 [85.8 kB] +Get:12 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libcgi-pm-perl all 4.63-1 [185 kB] +Get:13 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 libfcgi0t64 amd64 2.4.2-2.1ubuntu0.24.04.1 [27.0 kB] +Get:14 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libfcgi-perl amd64 0.82+ds-3build2 [21.7 kB] +Get:15 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libcgi-fast-perl all 1:2.17-1 [10.3 kB] +Get:16 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libclone-perl amd64 0.46-1build3 [10.7 kB] +Get:17 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libencode-locale-perl all 1.05-3 [11.6 kB] +Get:18 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 libfcgi-bin amd64 2.4.2-2.1ubuntu0.24.04.1 [11.2 kB] +Get:19 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-template-perl all 2.97-2 [60.2 kB] +Get:20 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] +Get:21 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-date-perl all 6.06-1 [10.2 kB] +Get:22 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libio-html-perl all 1.004-3 [15.9 kB] +Get:23 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] +Get:24 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-message-perl all 6.45-1ubuntu1 [78.2 kB] +Get:25 http://nl.archive.ubuntu.com/ubuntu noble/universe amd64 libzip4t64 amd64 1.7.3-1.1ubuntu2 [53.6 kB] +Get:26 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 mecab-utils amd64 0.996-14ubuntu4 [4,804 B] +Get:27 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 mecab-ipadic all 2.7.0-20070801+main-3 [6,718 kB] +Get:28 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-3 [4,384 B] +Get:29 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 mysql-server all 8.0.45-0ubuntu0.24.04.1 [9,524 B] +Get:30 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 php-common all 2:93ubuntu2 [13.9 kB] +Get:31 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-common amd64 8.3.6-0ubuntu0.24.04.6 [740 kB] +Get:32 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-opcache amd64 8.3.6-0ubuntu0.24.04.6 [372 kB] +Get:33 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-readline amd64 8.3.6-0ubuntu0.24.04.6 [13.4 kB] +Get:34 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-cli amd64 8.3.6-0ubuntu0.24.04.6 [1,916 kB] +Get:35 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-curl amd64 8.3.6-0ubuntu0.24.04.6 [40.3 kB] +Get:36 http://nl.archive.ubuntu.com/ubuntu noble-updates/universe amd64 php8.3-fpm amd64 8.3.6-0ubuntu0.24.04.6 [1,925 kB] +Get:37 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-gd amd64 8.3.6-0ubuntu0.24.04.6 [31.1 kB] +Get:38 http://nl.archive.ubuntu.com/ubuntu noble-updates/universe amd64 php8.3-intl amd64 8.3.6-0ubuntu0.24.04.6 [156 kB] +Get:39 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-mbstring amd64 8.3.6-0ubuntu0.24.04.6 [512 kB] +Get:40 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-mysql amd64 8.3.6-0ubuntu0.24.04.6 [127 kB] +Get:41 http://nl.archive.ubuntu.com/ubuntu noble-updates/main amd64 php8.3-xml amd64 8.3.6-0ubuntu0.24.04.6 [126 kB] +Get:42 http://nl.archive.ubuntu.com/ubuntu noble-updates/universe amd64 php8.3-zip amd64 8.3.6-0ubuntu0.24.04.6 [29.4 kB] +Preconfiguring packages ... +Fetched 35.7 MB in 29s (1,238 kB/s) +Selecting previously unselected package mysql-common. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 132153 files and directories currently installed.) +Preparing to unpack .../0-mysql-common_5.8+1.1.0build1_all.deb ... +Unpacking mysql-common (5.8+1.1.0build1) ... +Selecting previously unselected package mysql-client-core-8.0. +Preparing to unpack .../1-mysql-client-core-8.0_8.0.45-0ubuntu0.24.04.1_amd64.deb ... +Unpacking mysql-client-core-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Selecting previously unselected package mysql-client-8.0. +Preparing to unpack .../2-mysql-client-8.0_8.0.45-0ubuntu0.24.04.1_amd64.deb ... +Unpacking mysql-client-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Selecting previously unselected package libevent-pthreads-2.1-7t64:amd64. +Preparing to unpack .../3-libevent-pthreads-2.1-7t64_2.1.12-stable-9ubuntu2_amd64.deb ... +Unpacking libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-9ubuntu2) ... +Selecting previously unselected package libmecab2:amd64. +Preparing to unpack .../4-libmecab2_0.996-14ubuntu4_amd64.deb ... +Unpacking libmecab2:amd64 (0.996-14ubuntu4) ... +Selecting previously unselected package libprotobuf-lite32t64:amd64. +Preparing to unpack .../5-libprotobuf-lite32t64_3.21.12-8.2ubuntu0.2_amd64.deb ... +Unpacking libprotobuf-lite32t64:amd64 (3.21.12-8.2ubuntu0.2) ... +Selecting previously unselected package mysql-server-core-8.0. +Preparing to unpack .../6-mysql-server-core-8.0_8.0.45-0ubuntu0.24.04.1_amd64.deb ... +Unpacking mysql-server-core-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Setting up mysql-common (5.8+1.1.0build1) ... +update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode +Selecting previously unselected package mysql-server-8.0. +(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 132372 files and directories currently installed.) +Preparing to unpack .../00-mysql-server-8.0_8.0.45-0ubuntu0.24.04.1_amd64.deb ... +Unpacking mysql-server-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Selecting previously unselected package libhtml-tagset-perl. +Preparing to unpack .../01-libhtml-tagset-perl_3.20-6_all.deb ... +Unpacking libhtml-tagset-perl (3.20-6) ... +Selecting previously unselected package liburi-perl. +Preparing to unpack .../02-liburi-perl_5.27-1_all.deb ... +Unpacking liburi-perl (5.27-1) ... +Selecting previously unselected package libhtml-parser-perl:amd64. +Preparing to unpack .../03-libhtml-parser-perl_3.81-1build3_amd64.deb ... +Unpacking libhtml-parser-perl:amd64 (3.81-1build3) ... +Selecting previously unselected package libcgi-pm-perl. +Preparing to unpack .../04-libcgi-pm-perl_4.63-1_all.deb ... +Unpacking libcgi-pm-perl (4.63-1) ... +Selecting previously unselected package libfcgi0t64:amd64. +Preparing to unpack .../05-libfcgi0t64_2.4.2-2.1ubuntu0.24.04.1_amd64.deb ... +Unpacking libfcgi0t64:amd64 (2.4.2-2.1ubuntu0.24.04.1) ... +Selecting previously unselected package libfcgi-perl. +Preparing to unpack .../06-libfcgi-perl_0.82+ds-3build2_amd64.deb ... +Unpacking libfcgi-perl (0.82+ds-3build2) ... +Selecting previously unselected package libcgi-fast-perl. +Preparing to unpack .../07-libcgi-fast-perl_1%3a2.17-1_all.deb ... +Unpacking libcgi-fast-perl (1:2.17-1) ... +Selecting previously unselected package libclone-perl:amd64. +Preparing to unpack .../08-libclone-perl_0.46-1build3_amd64.deb ... +Unpacking libclone-perl:amd64 (0.46-1build3) ... +Selecting previously unselected package libencode-locale-perl. +Preparing to unpack .../09-libencode-locale-perl_1.05-3_all.deb ... +Unpacking libencode-locale-perl (1.05-3) ... +Selecting previously unselected package libfcgi-bin. +Preparing to unpack .../10-libfcgi-bin_2.4.2-2.1ubuntu0.24.04.1_amd64.deb ... +Unpacking libfcgi-bin (2.4.2-2.1ubuntu0.24.04.1) ... +Selecting previously unselected package libhtml-template-perl. +Preparing to unpack .../11-libhtml-template-perl_2.97-2_all.deb ... +Unpacking libhtml-template-perl (2.97-2) ... +Selecting previously unselected package libtimedate-perl. +Preparing to unpack .../12-libtimedate-perl_2.3300-2_all.deb ... +Unpacking libtimedate-perl (2.3300-2) ... +Selecting previously unselected package libhttp-date-perl. +Preparing to unpack .../13-libhttp-date-perl_6.06-1_all.deb ... +Unpacking libhttp-date-perl (6.06-1) ... +Selecting previously unselected package libio-html-perl. +Preparing to unpack .../14-libio-html-perl_1.004-3_all.deb ... +Unpacking libio-html-perl (1.004-3) ... +Selecting previously unselected package liblwp-mediatypes-perl. +Preparing to unpack .../15-liblwp-mediatypes-perl_6.04-2_all.deb ... +Unpacking liblwp-mediatypes-perl (6.04-2) ... +Selecting previously unselected package libhttp-message-perl. +Preparing to unpack .../16-libhttp-message-perl_6.45-1ubuntu1_all.deb ... +Unpacking libhttp-message-perl (6.45-1ubuntu1) ... +Selecting previously unselected package libzip4t64:amd64. +Preparing to unpack .../17-libzip4t64_1.7.3-1.1ubuntu2_amd64.deb ... +Unpacking libzip4t64:amd64 (1.7.3-1.1ubuntu2) ... +Selecting previously unselected package mecab-utils. +Preparing to unpack .../18-mecab-utils_0.996-14ubuntu4_amd64.deb ... +Unpacking mecab-utils (0.996-14ubuntu4) ... +Selecting previously unselected package mecab-ipadic. +Preparing to unpack .../19-mecab-ipadic_2.7.0-20070801+main-3_all.deb ... +Unpacking mecab-ipadic (2.7.0-20070801+main-3) ... +Selecting previously unselected package mecab-ipadic-utf8. +Preparing to unpack .../20-mecab-ipadic-utf8_2.7.0-20070801+main-3_all.deb ... +Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-3) ... +Selecting previously unselected package mysql-server. +Preparing to unpack .../21-mysql-server_8.0.45-0ubuntu0.24.04.1_all.deb ... +Unpacking mysql-server (8.0.45-0ubuntu0.24.04.1) ... +Selecting previously unselected package php-common. +Preparing to unpack .../22-php-common_2%3a93ubuntu2_all.deb ... +Unpacking php-common (2:93ubuntu2) ... +Selecting previously unselected package php8.3-common. +Preparing to unpack .../23-php8.3-common_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-common (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-opcache. +Preparing to unpack .../24-php8.3-opcache_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-opcache (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-readline. +Preparing to unpack .../25-php8.3-readline_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-readline (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-cli. +Preparing to unpack .../26-php8.3-cli_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-cli (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-curl. +Preparing to unpack .../27-php8.3-curl_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-curl (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-fpm. +Preparing to unpack .../28-php8.3-fpm_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-fpm (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-gd. +Preparing to unpack .../29-php8.3-gd_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-gd (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-intl. +Preparing to unpack .../30-php8.3-intl_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-intl (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-mbstring. +Preparing to unpack .../31-php8.3-mbstring_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-mbstring (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-mysql. +Preparing to unpack .../32-php8.3-mysql_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-mysql (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-xml. +Preparing to unpack .../33-php8.3-xml_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-xml (8.3.6-0ubuntu0.24.04.6) ... +Selecting previously unselected package php8.3-zip. +Preparing to unpack .../34-php8.3-zip_8.3.6-0ubuntu0.24.04.6_amd64.deb ... +Unpacking php8.3-zip (8.3.6-0ubuntu0.24.04.6) ... +Setting up libprotobuf-lite32t64:amd64 (3.21.12-8.2ubuntu0.2) ... +Setting up php-common (2:93ubuntu2) ... +Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /usr/lib/systemd/system/phpsessionclean.timer. +Setting up libmecab2:amd64 (0.996-14ubuntu4) ... +Setting up mysql-client-core-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Setting up libclone-perl:amd64 (0.46-1build3) ... +Setting up libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-9ubuntu2) ... +Setting up libfcgi0t64:amd64 (2.4.2-2.1ubuntu0.24.04.1) ... +Setting up libhtml-tagset-perl (3.20-6) ... +Setting up liblwp-mediatypes-perl (6.04-2) ... +Setting up libfcgi-bin (2.4.2-2.1ubuntu0.24.04.1) ... +Setting up libencode-locale-perl (1.05-3) ... +Setting up php8.3-common (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/calendar.ini with new version + +Creating config file /etc/php/8.3/mods-available/ctype.ini with new version + +Creating config file /etc/php/8.3/mods-available/exif.ini with new version + +Creating config file /etc/php/8.3/mods-available/fileinfo.ini with new version + +Creating config file /etc/php/8.3/mods-available/ffi.ini with new version + +Creating config file /etc/php/8.3/mods-available/ftp.ini with new version + +Creating config file /etc/php/8.3/mods-available/gettext.ini with new version + +Creating config file /etc/php/8.3/mods-available/iconv.ini with new version + +Creating config file /etc/php/8.3/mods-available/pdo.ini with new version + +Creating config file /etc/php/8.3/mods-available/phar.ini with new version + +Creating config file /etc/php/8.3/mods-available/posix.ini with new version + +Creating config file /etc/php/8.3/mods-available/shmop.ini with new version + +Creating config file /etc/php/8.3/mods-available/sockets.ini with new version + +Creating config file /etc/php/8.3/mods-available/sysvmsg.ini with new version + +Creating config file /etc/php/8.3/mods-available/sysvsem.ini with new version + +Creating config file /etc/php/8.3/mods-available/sysvshm.ini with new version + +Creating config file /etc/php/8.3/mods-available/tokenizer.ini with new version +Setting up php8.3-mysql (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/mysqlnd.ini with new version + +Creating config file /etc/php/8.3/mods-available/mysqli.ini with new version + +Creating config file /etc/php/8.3/mods-available/pdo_mysql.ini with new version +Setting up php8.3-mbstring (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/mbstring.ini with new version +Setting up php8.3-readline (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/readline.ini with new version +Setting up mecab-utils (0.996-14ubuntu4) ... +Setting up libio-html-perl (1.004-3) ... +Setting up mysql-server-core-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Setting up libtimedate-perl (2.3300-2) ... +Setting up mysql-client-8.0 (8.0.45-0ubuntu0.24.04.1) ... +Setting up libfcgi-perl (0.82+ds-3build2) ... +Setting up php8.3-xml (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/dom.ini with new version + +Creating config file /etc/php/8.3/mods-available/simplexml.ini with new version + +Creating config file /etc/php/8.3/mods-available/xml.ini with new version + +Creating config file /etc/php/8.3/mods-available/xmlreader.ini with new version + +Creating config file /etc/php/8.3/mods-available/xmlwriter.ini with new version + +Creating config file /etc/php/8.3/mods-available/xsl.ini with new version +Setting up php8.3-opcache (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/opcache.ini with new version +Setting up libzip4t64:amd64 (1.7.3-1.1ubuntu2) ... +Setting up liburi-perl (5.27-1) ... +Setting up php8.3-gd (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/gd.ini with new version +Setting up mysql-server-8.0 (8.0.45-0ubuntu0.24.04.1) ... +update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode +Renaming removed key_buffer and myisam-recover options (if present) +mysqld will log errors to /var/log/mysql/error.log +mysqld is running as pid 43250 +Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /usr/lib/systemd/system/mysql.service. +Setting up libhttp-date-perl (6.06-1) ... +Setting up mecab-ipadic (2.7.0-20070801+main-3) ... +Compiling IPA dictionary for Mecab. This takes long time... +reading /usr/share/mecab/dic/ipadic/unk.def ... 40 +emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| +/usr/share/mecab/dic/ipadic/model.def is not found. skipped. +reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 +reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 +reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 +reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 +reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 +reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 +reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 +reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 +reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 +reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 +reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 +reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 +reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 +reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 +reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 +reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 +reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 +reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 +reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 +reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 +reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 +reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 +reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 +reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 +reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 +reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 +emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| +reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 +emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| + +done! +update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode +Setting up php8.3-curl (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/curl.ini with new version +Setting up php8.3-intl (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/intl.ini with new version +Setting up php8.3-cli (8.3.6-0ubuntu0.24.04.6) ... +update-alternatives: using /usr/bin/php8.3 to provide /usr/bin/php (php) in auto mode +update-alternatives: using /usr/bin/phar8.3 to provide /usr/bin/phar (phar) in auto mode +update-alternatives: using /usr/bin/phar.phar8.3 to provide /usr/bin/phar.phar (phar.phar) in auto mode + +Creating config file /etc/php/8.3/cli/php.ini with new version +Setting up php8.3-zip (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/mods-available/zip.ini with new version +Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-3) ... +Compiling IPA dictionary for Mecab. This takes long time... +reading /usr/share/mecab/dic/ipadic/unk.def ... 40 +emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| +/usr/share/mecab/dic/ipadic/model.def is not found. skipped. +reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 +reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 +reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 +reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 +reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 +reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 +reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 +reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 +reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 +reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 +reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 +reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 +reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 +reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 +reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 +reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 +reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 +reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 +reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 +reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 +reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 +reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 +reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 +reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 +reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 +reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 +emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| +reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 +emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| + +done! +update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode +Setting up libhtml-parser-perl:amd64 (3.81-1build3) ... +Setting up libhttp-message-perl (6.45-1ubuntu1) ... +Setting up mysql-server (8.0.45-0ubuntu0.24.04.1) ... +Setting up php8.3-fpm (8.3.6-0ubuntu0.24.04.6) ... + +Creating config file /etc/php/8.3/fpm/php.ini with new version +Created symlink /etc/systemd/system/multi-user.target.wants/php8.3-fpm.service → /usr/lib/systemd/system/php8.3-fpm.service. +Setting up libcgi-pm-perl (4.63-1) ... +Setting up libhtml-template-perl (2.97-2) ... +Setting up libcgi-fast-perl (1:2.17-1) ... +Processing triggers for man-db (2.12.0-4build2) ... +Processing triggers for libc-bin (2.39-0ubuntu8.7) ... +Processing triggers for php8.3-cli (8.3.6-0ubuntu0.24.04.6) ... +Processing triggers for php8.3-fpm (8.3.6-0ubuntu0.24.04.6) ... + +Running kernel seems to be up-to-date. + +The processor microcode seems to be up-to-date. + +No services need to be restarted. + +No containers need to be restarted. + +No user sessions are running outdated binaries. + +No VM guests are running outdated hypervisor (qemu) binaries on this host. +All settings correct for using Composer +Downloading... + +Composer (version 2.9.5) successfully installed to: /usr/local/bin/composer +Use it: php /usr/local/bin/composer + +Cloning into 'bookstack'... +> @php -r "!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');" +Installing dependencies from lock file +Verifying lock file contents can be installed on current platform. +Package operations: 111 installs, 0 updates, 0 removals + - Downloading aws/aws-crt-php (v1.2.7) + - Downloading dasprid/enum (1.0.7) + - Downloading bacon/bacon-qr-code (v3.0.3) + - Downloading doctrine/inflector (2.1.0) + - Downloading doctrine/lexer (3.0.1) + - Downloading masterminds/html5 (2.10.0) + - Downloading symfony/polyfill-mbstring (v1.33.0) + - Downloading thecodingmachine/safe (v3.3.0) + - Downloading sabberworm/php-css-parser (v9.1.0) + - Downloading dompdf/php-svg-lib (1.0.2) + - Downloading dompdf/php-font-lib (1.0.2) + - Downloading dompdf/dompdf (v3.1.4) + - Downloading dragonmantank/cron-expression (v3.6.0) + - Downloading symfony/deprecation-contracts (v3.6.0) + - Downloading symfony/http-foundation (v7.4.5) + - Downloading fruitcake/php-cors (v1.4.0) + - Downloading guzzlehttp/promises (2.3.0) + - Downloading symfony/polyfill-php80 (v1.33.0) + - Downloading guzzlehttp/uri-template (v1.0.5) + - Downloading intervention/gif (4.2.4) + - Downloading intervention/image (3.11.6) + - Downloading symfony/process (v7.4.5) + - Downloading psr/log (3.0.2) + - Downloading knplabs/knp-snappy (v1.5.1) + - Downloading symfony/polyfill-intl-normalizer (v1.33.0) + - Downloading symfony/polyfill-intl-grapheme (v1.33.0) + - Downloading symfony/polyfill-ctype (v1.33.0) + - Downloading symfony/string (v7.4.4) + - Downloading psr/container (2.0.2) + - Downloading symfony/service-contracts (v3.6.1) + - Downloading symfony/console (v7.4.4) + - Downloading laravel/prompts (v0.3.11) + - Downloading laravel/serializable-closure (v2.0.8) + - Downloading paragonie/random_compat (v9.99.100) + - Downloading paragonie/constant_time_encoding (v3.1.3) + - Downloading phpseclib/phpseclib (3.0.49) + - Downloading ralouphie/getallheaders (3.0.3) + - Downloading psr/http-message (2.0) + - Downloading psr/http-factory (1.1.0) + - Downloading guzzlehttp/psr7 (2.8.0) + - Downloading psr/http-client (1.0.3) + - Downloading guzzlehttp/guzzle (7.10.0) + - Downloading league/oauth1-client (v1.11.0) + - Downloading voku/portable-ascii (2.0.3) + - Downloading phpoption/phpoption (1.9.5) + - Downloading graham-campbell/result-type (v1.1.4) + - Downloading vlucas/phpdotenv (v5.6.3) + - Downloading symfony/css-selector (v7.4.0) + - Downloading tijsverkoyen/css-to-inline-styles (v2.4.0) + - Downloading symfony/var-dumper (v7.4.4) + - Downloading symfony/polyfill-uuid (v1.33.0) + - Downloading symfony/uid (v7.4.4) + - Downloading symfony/routing (v7.4.4) + - Downloading symfony/polyfill-php85 (v1.33.0) + - Downloading symfony/polyfill-php84 (v1.33.0) + - Downloading symfony/polyfill-php83 (v1.33.0) + - Downloading symfony/polyfill-intl-idn (v1.33.0) + - Downloading symfony/mime (v7.4.5) + - Downloading psr/event-dispatcher (1.0.0) + - Downloading symfony/event-dispatcher-contracts (v3.6.0) + - Downloading symfony/event-dispatcher (v7.4.4) + - Downloading egulias/email-validator (4.0.4) + - Downloading symfony/mailer (v7.4.4) + - Downloading symfony/error-handler (v7.4.4) + - Downloading symfony/http-kernel (v7.4.5) + - Downloading symfony/finder (v7.4.5) + - Downloading ramsey/collection (2.1.1) + - Downloading brick/math (0.14.1) + - Downloading ramsey/uuid (4.9.2) + - Downloading psr/simple-cache (3.0.0) + - Downloading nunomaduro/termwind (v2.3.3) + - Downloading symfony/translation-contracts (v3.6.1) + - Downloading symfony/translation (v7.4.4) + - Downloading psr/clock (1.0.0) + - Downloading symfony/clock (v7.4.0) + - Downloading carbonphp/carbon-doctrine-types (3.2.0) + - Downloading nesbot/carbon (3.11.1) + - Downloading monolog/monolog (3.10.0) + - Downloading league/uri-interfaces (7.8.0) + - Downloading league/uri (7.8.0) + - Downloading league/mime-type-detection (1.16.0) + - Downloading league/flysystem-local (3.31.0) + - Downloading league/flysystem (3.31.0) + - Downloading nette/utils (v4.1.1) + - Downloading nette/schema (v1.3.3) + - Downloading dflydev/dot-access-data (v3.0.3) + - Downloading league/config (v1.2.0) + - Downloading league/commonmark (2.8.0) + - Downloading laravel/framework (v12.49.0) + - Downloading firebase/php-jwt (v7.0.2) + - Downloading laravel/socialite (v5.24.2) + - Downloading nikic/php-parser (v5.7.0) + - Downloading psy/psysh (v0.12.18) + - Downloading laravel/tinker (v2.11.0) + - Downloading symfony/filesystem (v7.4.0) + - Downloading mtdowling/jmespath.php (2.8.0) + - Downloading aws/aws-sdk-php (3.369.22) + - Downloading league/flysystem-aws-s3-v3 (3.31.0) + - Downloading league/html-to-markdown (5.1.1) + - Downloading league/oauth2-client (2.9.0) + - Downloading robrichards/xmlseclibs (3.1.4) + - Downloading onelogin/php-saml (4.3.1) + - Downloading pragmarx/google2fa (v9.0.0) + - Downloading predis/predis (v3.3.0) + - Downloading socialiteproviders/manager (v4.8.1) + - Downloading socialiteproviders/discord (4.2.0) + - Downloading socialiteproviders/gitlab (4.1.0) + - Downloading socialiteproviders/microsoft-azure (5.2.0) + - Downloading socialiteproviders/okta (4.5.0) + - Downloading socialiteproviders/twitch (5.4.0) + - Downloading ssddanbrown/htmldiff (v2.0.0) + 0/111 [>---------------------------] 0% + 13/111 [===>------------------------] 11% + 30/111 [=======>--------------------] 27% + 40/111 [==========>-----------------] 36% + 55/111 [=============>--------------] 49% + 67/111 [================>-----------] 60% + 81/111 [====================>-------] 72% + 90/111 [======================>-----] 81% + 101/111 [=========================>--] 90% + 111/111 [============================] 100% + - Installing aws/aws-crt-php (v1.2.7): Extracting archive + - Installing dasprid/enum (1.0.7): Extracting archive + - Installing bacon/bacon-qr-code (v3.0.3): Extracting archive + - Installing doctrine/inflector (2.1.0): Extracting archive + - Installing doctrine/lexer (3.0.1): Extracting archive + - Installing masterminds/html5 (2.10.0): Extracting archive + - Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive + - Installing thecodingmachine/safe (v3.3.0): Extracting archive + - Installing sabberworm/php-css-parser (v9.1.0): Extracting archive + - Installing dompdf/php-svg-lib (1.0.2): Extracting archive + - Installing dompdf/php-font-lib (1.0.2): Extracting archive + - Installing dompdf/dompdf (v3.1.4): Extracting archive + - Installing dragonmantank/cron-expression (v3.6.0): Extracting archive + - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive + - Installing symfony/http-foundation (v7.4.5): Extracting archive + - Installing fruitcake/php-cors (v1.4.0): Extracting archive + - Installing guzzlehttp/promises (2.3.0): Extracting archive + - Installing symfony/polyfill-php80 (v1.33.0): Extracting archive + - Installing guzzlehttp/uri-template (v1.0.5): Extracting archive + - Installing intervention/gif (4.2.4): Extracting archive + - Installing intervention/image (3.11.6): Extracting archive + - Installing symfony/process (v7.4.5): Extracting archive + - Installing psr/log (3.0.2): Extracting archive + - Installing knplabs/knp-snappy (v1.5.1): Extracting archive + - Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive + - Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive + - Installing symfony/polyfill-ctype (v1.33.0): Extracting archive + - Installing symfony/string (v7.4.4): Extracting archive + - Installing psr/container (2.0.2): Extracting archive + - Installing symfony/service-contracts (v3.6.1): Extracting archive + - Installing symfony/console (v7.4.4): Extracting archive + - Installing laravel/prompts (v0.3.11): Extracting archive + - Installing laravel/serializable-closure (v2.0.8): Extracting archive + - Installing paragonie/random_compat (v9.99.100): Extracting archive + - Installing paragonie/constant_time_encoding (v3.1.3): Extracting archive + - Installing phpseclib/phpseclib (3.0.49): Extracting archive + - Installing ralouphie/getallheaders (3.0.3): Extracting archive + - Installing psr/http-message (2.0): Extracting archive + - Installing psr/http-factory (1.1.0): Extracting archive + - Installing guzzlehttp/psr7 (2.8.0): Extracting archive + - Installing psr/http-client (1.0.3): Extracting archive + - Installing guzzlehttp/guzzle (7.10.0): Extracting archive + - Installing league/oauth1-client (v1.11.0): Extracting archive + - Installing voku/portable-ascii (2.0.3): Extracting archive + - Installing phpoption/phpoption (1.9.5): Extracting archive + - Installing graham-campbell/result-type (v1.1.4): Extracting archive + - Installing vlucas/phpdotenv (v5.6.3): Extracting archive + - Installing symfony/css-selector (v7.4.0): Extracting archive + - Installing tijsverkoyen/css-to-inline-styles (v2.4.0): Extracting archive + - Installing symfony/var-dumper (v7.4.4): Extracting archive + - Installing symfony/polyfill-uuid (v1.33.0): Extracting archive + - Installing symfony/uid (v7.4.4): Extracting archive + - Installing symfony/routing (v7.4.4): Extracting archive + - Installing symfony/polyfill-php85 (v1.33.0): Extracting archive + - Installing symfony/polyfill-php84 (v1.33.0): Extracting archive + - Installing symfony/polyfill-php83 (v1.33.0): Extracting archive + - Installing symfony/polyfill-intl-idn (v1.33.0): Extracting archive + - Installing symfony/mime (v7.4.5): Extracting archive + - Installing psr/event-dispatcher (1.0.0): Extracting archive + - Installing symfony/event-dispatcher-contracts (v3.6.0): Extracting archive + - Installing symfony/event-dispatcher (v7.4.4): Extracting archive + - Installing egulias/email-validator (4.0.4): Extracting archive + - Installing symfony/mailer (v7.4.4): Extracting archive + - Installing symfony/error-handler (v7.4.4): Extracting archive + - Installing symfony/http-kernel (v7.4.5): Extracting archive + - Installing symfony/finder (v7.4.5): Extracting archive + - Installing ramsey/collection (2.1.1): Extracting archive + - Installing brick/math (0.14.1): Extracting archive + - Installing ramsey/uuid (4.9.2): Extracting archive + - Installing psr/simple-cache (3.0.0): Extracting archive + - Installing nunomaduro/termwind (v2.3.3): Extracting archive + - Installing symfony/translation-contracts (v3.6.1): Extracting archive + - Installing symfony/translation (v7.4.4): Extracting archive + - Installing psr/clock (1.0.0): Extracting archive + - Installing symfony/clock (v7.4.0): Extracting archive + - Installing carbonphp/carbon-doctrine-types (3.2.0): Extracting archive + - Installing nesbot/carbon (3.11.1): Extracting archive + - Installing monolog/monolog (3.10.0): Extracting archive + - Installing league/uri-interfaces (7.8.0): Extracting archive + - Installing league/uri (7.8.0): Extracting archive + - Installing league/mime-type-detection (1.16.0): Extracting archive + - Installing league/flysystem-local (3.31.0): Extracting archive + - Installing league/flysystem (3.31.0): Extracting archive + - Installing nette/utils (v4.1.1): Extracting archive + - Installing nette/schema (v1.3.3): Extracting archive + - Installing dflydev/dot-access-data (v3.0.3): Extracting archive + - Installing league/config (v1.2.0): Extracting archive + - Installing league/commonmark (2.8.0): Extracting archive + - Installing laravel/framework (v12.49.0): Extracting archive + - Installing firebase/php-jwt (v7.0.2): Extracting archive + - Installing laravel/socialite (v5.24.2): Extracting archive + - Installing nikic/php-parser (v5.7.0): Extracting archive + - Installing psy/psysh (v0.12.18): Extracting archive + - Installing laravel/tinker (v2.11.0): Extracting archive + - Installing symfony/filesystem (v7.4.0): Extracting archive + - Installing mtdowling/jmespath.php (2.8.0): Extracting archive + - Installing aws/aws-sdk-php (3.369.22): Extracting archive + - Installing league/flysystem-aws-s3-v3 (3.31.0): Extracting archive + - Installing league/html-to-markdown (5.1.1): Extracting archive + - Installing league/oauth2-client (2.9.0): Extracting archive + - Installing robrichards/xmlseclibs (3.1.4): Extracting archive + - Installing onelogin/php-saml (4.3.1): Extracting archive + - Installing pragmarx/google2fa (v9.0.0): Extracting archive + - Installing predis/predis (v3.3.0): Extracting archive + - Installing socialiteproviders/manager (v4.8.1): Extracting archive + - Installing socialiteproviders/discord (4.2.0): Extracting archive + - Installing socialiteproviders/gitlab (4.1.0): Extracting archive + - Installing socialiteproviders/microsoft-azure (5.2.0): Extracting archive + - Installing socialiteproviders/okta (4.5.0): Extracting archive + - Installing socialiteproviders/twitch (5.4.0): Extracting archive + - Installing ssddanbrown/htmldiff (v2.0.0): Extracting archive + 0/111 [>---------------------------] 0% + 46/111 [===========>----------------] 41% + 70/111 [=================>----------] 63% + 92/111 [=======================>----] 82% + 109/111 [===========================>] 98% + 111/111 [============================] 100% +Generating optimized autoload files +> Illuminate\Foundation\ComposerScripts::postAutoloadDump +> @php artisan package:discover --ansi + +  INFO  Discovering packages. + + laravel/socialite ..................................................... DONE + laravel/tinker ........................................................ DONE + nesbot/carbon ......................................................... DONE + nunomaduro/termwind ................................................... DONE + socialiteproviders/manager ............................................ DONE + +62 packages you are using are looking for funding. +Use the `composer fund` command to find out more! +> @php artisan cache:clear + + INFO Application cache cleared successfully. + +> @php artisan view:clear + + INFO Compiled views cleared successfully. + + + INFO Application key set successfully. + + + INFO Preparing database. + + Creating migration table ...................................... 58.45ms DONE + + INFO Running migrations. + + 2014_10_12_000000_create_users_table ......................... 321.18ms DONE + 2014_10_12_100000_create_password_resets_table ............... 110.43ms DONE + 2015_07_12_114933_create_books_table .......................... 48.98ms DONE + 2015_07_12_190027_create_pages_table .......................... 48.89ms DONE + 2015_07_13_172121_create_images_table ......................... 52.21ms DONE + 2015_07_27_172342_create_chapters_table ....................... 46.90ms DONE + 2015_08_08_200447_add_users_to_entities ............................ 1s DONE + 2015_08_09_093534_create_page_revisions_table ................. 47.64ms DONE + 2015_08_16_142133_create_activities_table ..................... 50.51ms DONE + 2015_08_29_105422_add_roles_and_permissions ........................ 1s DONE + 2015_08_30_125859_create_settings_table ....................... 47.75ms DONE + 2015_08_31_175240_add_search_indexes ........................... 0.03ms DONE + 2015_09_04_165821_create_social_accounts_table ............... 111.92ms DONE + 2015_09_05_164707_add_email_confirmation_table ............... 138.52ms DONE + 2015_11_21_145609_create_views_table .......................... 50.08ms DONE + 2015_11_26_221857_add_entity_indexes ......................... 625.40ms DONE + 2015_12_05_145049_fulltext_weighting ........................... 0.03ms DONE + 2015_12_07_195238_add_image_upload_types ..................... 215.45ms DONE + 2015_12_09_195748_add_user_avatars ............................ 38.42ms DONE + 2016_01_11_210908_add_external_auth_to_users .................. 73.57ms DONE + 2016_02_25_184030_add_slug_to_revisions ...................... 282.69ms DONE + 2016_02_27_120329_update_permissions_and_roles ............... 534.02ms DONE + 2016_02_28_084200_add_entity_access_controls ................. 755.90ms DONE + 2016_03_09_203143_add_page_revision_types .................... 164.38ms DONE + 2016_03_13_082138_add_page_drafts ............................ 187.17ms DONE + 2016_03_25_123157_add_markdown_support ....................... 288.69ms DONE + 2016_04_09_100730_add_view_permissions_to_roles .............. 152.58ms DONE + 2016_04_20_192649_create_joint_permissions_table ............. 534.24ms DONE + 2016_05_06_185215_create_tags_table .......................... 182.59ms DONE + 2016_07_07_181521_add_summary_to_page_revisions .............. 139.58ms DONE + 2016_09_29_101449_remove_hidden_roles ........................ 226.29ms DONE + 2016_10_09_142037_create_attachments_table ................... 199.78ms DONE + 2017_01_21_163556_create_cache_table ......................... 136.77ms DONE + 2017_01_21_163602_create_sessions_table ...................... 137.89ms DONE + 2017_03_19_091553_create_search_index_table .................. 180.19ms DONE + 2017_04_20_185112_add_revision_counts ........................ 328.99ms DONE + 2017_07_02_152834_update_db_encoding_to_ut8mb4 ................. 0.03ms DONE + 2017_08_01_130541_create_comments_table ...................... 207.20ms DONE + 2017_08_29_102650_add_cover_image_display .................... 132.93ms DONE + 2018_07_15_173514_add_role_external_auth_id ................... 89.23ms DONE + 2018_08_04_115700_create_bookshelves_table ......................... 1s DONE + 2019_07_07_112515_add_template_support ....................... 215.72ms DONE + 2019_08_17_140214_add_user_invites_table ..................... 103.00ms DONE + 2019_12_29_120917_add_api_auth ............................... 151.85ms DONE + 2020_08_04_111754_drop_joint_permissions_id .................. 353.92ms DONE + 2020_08_04_131052_remove_role_name_field ..................... 133.00ms DONE + 2020_09_19_094251_add_activity_indexes ........................ 61.88ms DONE + 2020_09_27_210059_add_entity_soft_deletes .................... 575.59ms DONE + 2020_09_27_210528_create_deletions_table ..................... 141.26ms DONE + 2020_11_07_232321_simplify_activities_table .................. 462.62ms DONE + 2020_12_30_173528_add_owned_by_field_to_entities ............. 759.39ms DONE + 2021_01_30_225441_add_settings_type_column .................... 90.63ms DONE + 2021_03_08_215138_add_user_slug .............................. 104.18ms DONE + 2021_05_15_173110_create_favourites_table .................... 106.93ms DONE + 2021_06_30_173111_create_mfa_values_table .................... 108.67ms DONE + 2021_07_03_085038_add_mfa_enforced_to_roles_table ............. 28.65ms DONE + 2021_08_28_161743_add_export_role_permission .................. 14.88ms DONE + 2021_09_26_044614_add_activities_ip_column ................... 150.92ms DONE + 2021_11_26_070438_add_index_for_user_ip ....................... 33.69ms DONE + 2021_12_07_111343_create_webhooks_table ...................... 224.54ms DONE + 2021_12_13_152024_create_jobs_table ........................... 81.95ms DONE + 2021_12_13_152120_create_failed_jobs_table .................... 77.16ms DONE + 2022_01_03_154041_add_webhooks_timeout_error_columns ......... 458.17ms DONE + 2022_04_17_101741_add_editor_change_field_and_permission ..... 216.26ms DONE + 2022_04_25_140741_update_polymorphic_types ..................... 5.77ms DONE + 2022_07_16_170051_drop_joint_permission_type ................. 458.52ms DONE + 2022_08_17_092941_create_references_table .................... 176.17ms DONE + 2022_09_02_082910_fix_shelf_cover_image_types .................. 0.35ms DONE + 2022_10_07_091406_flatten_entity_permissions_table ........... 225.85ms DONE + 2022_10_08_104202_drop_entity_restricted_field ............... 591.65ms DONE + 2023_01_24_104625_refactor_joint_permissions_storage ......... 546.11ms DONE + 2023_01_28_141230_copy_color_settings_for_dark_mode ............ 0.41ms DONE + 2023_02_20_093655_increase_attachments_path_length ........... 132.97ms DONE + 2023_02_23_200227_add_updated_at_index_to_pages ............... 40.47ms DONE + 2023_06_10_071823_remove_guest_user_secondary_roles ............ 1.17ms DONE + 2023_06_25_181952_remove_bookshelf_create_entity_permissions ... 0.03ms DONE + 2023_07_25_124945_add_receive_notifications_role_permissions .. 12.35ms DONE + 2023_07_31_104430_create_watches_table ....................... 162.35ms DONE + 2023_08_21_174248_increase_cache_size ........................ 118.46ms DONE + 2023_12_02_104541_add_default_template_to_books .............. 133.16ms DONE + 2023_12_17_140913_add_description_html_to_entities ........... 422.21ms DONE + 2024_01_01_104542_add_default_template_to_chapters ........... 153.72ms DONE + 2024_02_04_141358_add_views_updated_index ..................... 33.76ms DONE + 2024_05_04_154409_rename_activity_relation_columns ............ 63.46ms DONE + 2024_09_29_140340_ensure_editor_value_set ...................... 1.00ms DONE + 2024_10_29_114420_add_import_role_permission .................. 14.96ms DONE + 2024_11_02_160700_create_imports_table ........................ 80.77ms DONE + 2024_11_27_171039_add_instance_id_setting ..................... 10.17ms DONE + 2025_01_29_180933_create_sort_rules_table ..................... 48.71ms DONE + 2025_02_05_150842_add_sort_rule_id_to_books .................. 146.15ms DONE + 2025_04_18_215145_add_content_refs_and_archived_to_comments .. 303.94ms DONE + 2025_09_02_111542_remove_unused_columns ...................... 188.86ms DONE + 2025_09_15_132850_create_entities_table ...................... 451.46ms DONE + 2025_09_15_134701_migrate_entity_data .......................... 4.52ms DONE + 2025_09_15_134751_update_entity_relation_columns ................... 2s DONE + 2025_09_15_134813_drop_old_entity_tables ..................... 208.93ms DONE + 2025_10_18_163331_clean_user_id_references ......................... 1s DONE + 2025_10_22_134507_update_comments_relation_field_names ........ 65.28ms DONE + 2025_11_23_161812_create_slug_history_table .................. 171.95ms DONE + 2025_12_15_140219_create_mention_history_table ............... 104.68ms DONE + 2025_12_19_103417_add_views_viewable_type_index ............... 38.92ms DONE + +=== Deployment Complete === +========================================== +Finished: Mon Feb 9 10:23:14 AM CST 2026 +Exit Code: 0