nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.26k stars 4.05k forks source link

Unsuccessful Update to 14.x #11820

Closed pydlv closed 6 years ago

pydlv commented 6 years ago

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ' UPDATE oc_filecache SET mimetype = ? WHERE mimetype <> ? AND mimetype <> ? AND name COLLATE utf8mb4_general_ci LIKE ? ' with params ["73", 2, "73", "%.vsdm"]: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

Detailed logs Preparing update

Set log level to debug

Turned on maintenance mode

Updating database schema

Updated database

Updated "federatedfilesharing" to 1.4.0

Updated "files_pdfviewer" to 1.3.2

Updated "files_texteditor" to 2.6.0

Updated "files_videoplayer" to 1.3.0

Updated "password_policy" to 1.4.0

Updated "provisioning_api" to 1.4.0

Updated "serverinfo" to 1.4.0

Updated "survey_client" to 1.2.0

Updated "twofactor_backupcodes" to 1.3.1

Updated "updatenotification" to 1.4.1

Updated "federation" to 1.4.0

Updated "lookup_server_connector" to 1.2.0

Updated "oauth2" to 1.2.1

Updated "files" to 1.9.0

Updated "activity" to 2.7.0

[0 / 0]: Fix broken values of calendar objects

Updated "dav" to 1.6.0

Updated "encryption" to 2.2.0

Updated "files_sharing" to 1.6.2

Updated "files_trashbin" to 1.4.1

Updated "files_versions" to 1.7.1

Updated "sharebymail" to 1.4.0

Updated "workflowengine" to 1.4.0

Updated "firstrunwizard" to 2.3.0

Updated "nextcloud_announcements" to 1.3.0

Updated "notifications" to 2.2.1

Updated "theming" to 1.5.0

Checking for update of app "activity" in appstore

Checked for update of app "activity" in appstore

Checking for update of app "cloud_federation_api" in appstore

Checked for update of app "cloud_federation_api" in appstore

Checking for update of app "dav" in appstore

Checked for update of app "dav" in appstore

Checking for update of app "encryption" in appstore

Checked for update of app "encryption" in appstore

Checking for update of app "federatedfilesharing" in appstore

Checked for update of app "federatedfilesharing" in appstore

Checking for update of app "federation" in appstore

Checked for update of app "federation" in appstore

Checking for update of app "files" in appstore

Checked for update of app "files" in appstore

Checking for update of app "files_pdfviewer" in appstore

Checked for update of app "files_pdfviewer" in appstore

Checking for update of app "files_sharing" in appstore

Checked for update of app "files_sharing" in appstore

Checking for update of app "files_texteditor" in appstore

Checked for update of app "files_texteditor" in appstore

Checking for update of app "files_trashbin" in appstore

Checked for update of app "files_trashbin" in appstore

Checking for update of app "files_versions" in appstore

Checked for update of app "files_versions" in appstore

Checking for update of app "files_videoplayer" in appstore

Checked for update of app "files_videoplayer" in appstore

Checking for update of app "firstrunwizard" in appstore

Checked for update of app "firstrunwizard" in appstore

Checking for update of app "logreader" in appstore

Checked for update of app "logreader" in appstore

Checking for update of app "lookup_server_connector" in appstore

Checked for update of app "lookup_server_connector" in appstore

Checking for update of app "nextcloud_announcements" in appstore

Checked for update of app "nextcloud_announcements" in appstore

Checking for update of app "notifications" in appstore

Checked for update of app "notifications" in appstore

Checking for update of app "oauth2" in appstore

Checked for update of app "oauth2" in appstore

Checking for update of app "password_policy" in appstore

Checked for update of app "password_policy" in appstore

Checking for update of app "provisioning_api" in appstore

Checked for update of app "provisioning_api" in appstore

Checking for update of app "serverinfo" in appstore

Checked for update of app "serverinfo" in appstore

Checking for update of app "sharebymail" in appstore

Checked for update of app "sharebymail" in appstore

Checking for update of app "survey_client" in appstore

Checked for update of app "survey_client" in appstore

Checking for update of app "theming" in appstore

Checked for update of app "theming" in appstore

Checking for update of app "twofactor_backupcodes" in appstore

Checked for update of app "twofactor_backupcodes" in appstore

Checking for update of app "updatenotification" in appstore

Checked for update of app "updatenotification" in appstore

Checking for update of app "workflowengine" in appstore

Checked for update of app "workflowengine" in appstore

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ' UPDATE oc_filecache SET mimetype = ? WHERE mimetype <> ? AND mimetype <> ? AND name COLLATE utf8mb4_general_ci LIKE ? ' with params ["73", 2, "73", "%.vsdm"]: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

The update was unsuccessful. Please report this issue to the Nextcloud community.

nextcloud-bot commented 6 years ago

GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/3636 (Update fails), https://github.com/nextcloud/server/pull/10664 (Update CRL), https://github.com/nextcloud/server/issues/11807 (News app stopped working after update to 14.0.3), https://github.com/nextcloud/server/issues/5062 (Final beta > 12, oAuth2 failed to enable, update failure), and https://github.com/nextcloud/server/issues/9337 (Upgrade from 12 to 13 garbles file app CSS).

MorrisJobke commented 6 years ago

SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

It seems that the mysql server stopped during the upgrade :/ There is unfortunately very little we can do in this case :( Just retry again the upgrade and maybe check the logs of your DB server.

pydlv commented 6 years ago

@MorrisJobke I can confirm mysql is running on the server and I even tried rebooting it and trying to update via the command line. 13.x was working fine and I didn't make any changes to the server other than clicking the update button

MorrisJobke commented 6 years ago

This then looks a lot like #8863

pydlv commented 6 years ago

Solved my issue by running apt-get update and apt-get upgrade, which updated the mysql database.

Not sure what version I was running before, but here's part of the logs if it helps:

Setting up mysql-client-core-5.7 (5.7.23-0ubuntu0.16.04.1) ...
Setting up mysql-client-5.7 (5.7.23-0ubuntu0.16.04.1) ...
Setting up mysql-server-core-5.7 (5.7.23-0ubuntu0.16.04.1) ...
Setting up mysql-server-5.7 (5.7.23-0ubuntu0.16.04.1) ...
Checking if update is needed.
Checking server version.
Running queries to upgrade MySQL server.
Checking system database.
mysql.columns_priv                                 OK
mysql.db                                           OK
mysql.engine_cost                                  OK
mysql.event                                        OK
mysql.func                                         OK
mysql.general_log                                  OK
mysql.gtid_executed                                OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.innodb_index_stats                           OK
mysql.innodb_table_stats                           OK
mysql.ndb_binlog_index                             OK
mysql.plugin                                       OK
mysql.proc                                         OK
mysql.procs_priv                                   OK
mysql.proxies_priv                                 OK
mysql.server_cost                                  OK
mysql.servers                                      OK
mysql.slave_master_info                            OK
mysql.slave_relay_log_info                         OK
mysql.slave_worker_info                            OK
mysql.slow_log                                     OK
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK
The sys schema is already up to date (version 1.5.1).
Checking databases.
nextcloud.oc_accounts                              OK
nextcloud.oc_activity                              OK
nextcloud.oc_activity_mq                           OK
nextcloud.oc_addressbookchanges                    OK
nextcloud.oc_addressbooks                          OK
nextcloud.oc_appconfig                             OK
nextcloud.oc_authtoken                             OK
nextcloud.oc_bruteforce_attempts                   OK
nextcloud.oc_calendar_invitations                  OK
nextcloud.oc_calendar_resources                    OK
nextcloud.oc_calendar_rooms                        OK
nextcloud.oc_calendarchanges                       OK
nextcloud.oc_calendarobjects                       OK
nextcloud.oc_calendarobjects_props                 OK
nextcloud.oc_calendars                             OK
nextcloud.oc_calendarsubscriptions                 OK
nextcloud.oc_cards                                 OK
nextcloud.oc_cards_properties                      OK
nextcloud.oc_comments                              OK
nextcloud.oc_comments_read_markers                 OK
nextcloud.oc_credentials                           OK
nextcloud.oc_dav_shares                            OK
nextcloud.oc_directlink                            OK
nextcloud.oc_federated_reshares                    OK
nextcloud.oc_file_locks                            OK
nextcloud.oc_filecache                             OK
nextcloud.oc_files_trash                           OK
nextcloud.oc_flow_checks                           OK
nextcloud.oc_flow_operations                       OK
nextcloud.oc_group_admin                           OK
nextcloud.oc_group_user                            OK
nextcloud.oc_groups                                OK
nextcloud.oc_jobs                                  OK
nextcloud.oc_migrations                            OK
nextcloud.oc_mimetypes                             OK
nextcloud.oc_mounts                                OK
nextcloud.oc_notifications                         OK
nextcloud.oc_notifications_pushtokens              OK
nextcloud.oc_oauth2_access_tokens                  OK
nextcloud.oc_oauth2_clients                        OK
nextcloud.oc_preferences                           OK
nextcloud.oc_privatedata                           OK
nextcloud.oc_properties                            OK
nextcloud.oc_schedulingobjects                     OK
nextcloud.oc_share                                 OK
nextcloud.oc_share_external                        OK
nextcloud.oc_storages                              OK
nextcloud.oc_systemtag                             OK
nextcloud.oc_systemtag_group                       OK
nextcloud.oc_systemtag_object_mapping              OK
nextcloud.oc_trusted_servers                       OK
nextcloud.oc_twofactor_backupcodes                 OK
nextcloud.oc_twofactor_providers                   OK
nextcloud.oc_twofactor_u2f_registrations           OK
nextcloud.oc_users                                 OK
nextcloud.oc_vcategory                             OK
nextcloud.oc_vcategory_to_object                   OK
nextcloud.oc_whats_new                             OK
sys.sys_config                                     OK
Upgrade process completed successfully.
Checking if update is needed.

After that I just ran rebooted and ran sudo -uwww-data php occ upgrade and everything worked

pydlv commented 6 years ago

It also did some stuff with PHP, so that might have been the issue:

Setting up php7.0-common (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-mysql (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-xml (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-json (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-zip (7.0.32-0ubuntu0.16.04.1) ...
Setting up libcurl3:amd64 (7.47.0-1ubuntu2.9) ...
Setting up php7.0-curl (7.0.32-0ubuntu0.16.04.1) ...
Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ...
Setting up php7.0-gd (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-mbstring (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-opcache (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-readline (7.0.32-0ubuntu0.16.04.1) ...
Setting up php7.0-cli (7.0.32-0ubuntu0.16.04.1) ...
Setting up libapache2-mod-php7.0 (7.0.32-0ubuntu0.16.04.1) ...
apache2_invoke php7.0: already enabled
pydlv commented 6 years ago

Maybe this helps:

Start-Date: 2018-10-17  14:21:18
Commandline: apt-get upgrade
Upgrade: perl-base:amd64 (5.22.1-9ubuntu0.3, 5.22.1-9ubuntu0.5), libpolkit-gobject-1-0:amd64 (0.105-14.1, 0.105-14.1ubuntu0.1), libdns-export162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), update-manager-core:amd64 (1:16.04.12, 1:16.04.14), uuid-runtime:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), libfdisk1:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), php7.0-cli:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), ifupdown:amd64 (0.8.10ubuntu1.2, 0.8.10ubuntu1.4), libcurl3:amd64 (7.47.0-1ubuntu2.7, 7.47.0-1ubuntu2.9), mysql-client-5.7:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), libapt-inst2.0:amd64 (1.2.26, 1.2.27), libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.2, 2.4.42+dfsg-2ubuntu3.3), openssl:amd64 (1.0.2g-1ubuntu4.12, 1.0.2g-1ubuntu4.13), cloud-initramfs-dyn-netconf:amd64 (0.27ubuntu1.5, 0.27ubuntu1.6), update-notifier-common:amd64 (3.168.8, 3.168.9), mysql-server-5.7:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), git-man:amd64 (1:2.7.4-0ubuntu1.3, 1:2.7.4-0ubuntu1.5), libsystemd0:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), php7.0-gd:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), grub-common:amd64 (2.02~beta2-36ubuntu3.17, 2.02~beta2-36ubuntu3.18), apt:amd64 (1.2.26, 1.2.27), libgd3:amd64 (2.1.1-4ubuntu0.16.04.8, 2.1.1-4ubuntu0.16.04.10), libmount1:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), snapd:amd64 (2.32.3.2, 2.34.2), vlan:amd64 (1.9-3.2ubuntu1.16.04.4, 1.9-3.2ubuntu1.16.04.5), mysql-server:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), libelf1:amd64 (0.165-3ubuntu1, 0.165-3ubuntu1.1), squashfs-tools:amd64 (1:4.3-3ubuntu2.16.04.1, 1:4.3-3ubuntu2.16.04.3), bind9-host:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), php7.0-opcache:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), snap-confine:amd64 (2.32.3.2, 2.34.2), open-iscsi:amd64 (2.0.873+git0.3b4b4500-14ubuntu3.4, 2.0.873+git0.3b4b4500-14ubuntu3.6), dnsutils:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), perl-modules-5.22:amd64 (5.22.1-9ubuntu0.3, 5.22.1-9ubuntu0.5), dnsmasq-base:amd64 (2.75-1ubuntu0.16.04.4, 2.75-1ubuntu0.16.04.5), console-setup-linux:amd64 (1.108ubuntu15.3, 1.108ubuntu15.4), linux-base:amd64 (4.0ubuntu1, 4.5ubuntu1~16.04.1), util-linux:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), php7.0-common:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), python-apt-common:amd64 (1.1.0~beta1ubuntu0.16.04.1, 1.1.0~beta1ubuntu0.16.04.2), git:amd64 (1:2.7.4-0ubuntu1.3, 1:2.7.4-0ubuntu1.5), openssh-sftp-server:amd64 (1:7.2p2-4ubuntu2.4, 1:7.2p2-4ubuntu2.5), libpolkit-agent-1-0:amd64 (0.105-14.1, 0.105-14.1ubuntu0.1), grub2-common:amd64 (2.02~beta2-36ubuntu3.17, 2.02~beta2-36ubuntu3.18), libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), udev:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), console-setup:amd64 (1.108ubuntu15.3, 1.108ubuntu15.4), plymouth-theme-ubuntu-text:amd64 (0.9.2-3ubuntu13.4, 0.9.2-3ubuntu13.5), procps:amd64 (2:3.3.10-4ubuntu2.3, 2:3.3.10-4ubuntu2.4), grub-legacy-ec2:amd64 (18.2-4-g05926e48-0ubuntu1~16.04.1, 18.3-9-g2e62cb8a-0ubuntu1~16.04.2), libmagic1:amd64 (1:5.25-2ubuntu1, 1:5.25-2ubuntu1.1), libapt-pkg5.0:amd64 (1.2.26, 1.2.27), initramfs-tools-bin:amd64 (0.122ubuntu8.11, 0.122ubuntu8.13), grub-pc:amd64 (2.02~beta2-36ubuntu3.17, 2.02~beta2-36ubuntu3.18), apache2-data:amd64 (2.4.18-2ubuntu3.8, 2.4.18-2ubuntu3.9), libprocps4:amd64 (2:3.3.10-4ubuntu2.3, 2:3.3.10-4ubuntu2.4), libx11-6:amd64 (2:1.6.3-1ubuntu2, 2:1.6.3-1ubuntu2.1), libudev1:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), libapparmor1:amd64 (2.10.95-0ubuntu2.9, 2.10.95-0ubuntu2.10), libplymouth4:amd64 (0.9.2-3ubuntu13.4, 0.9.2-3ubuntu13.5), mount:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), libperl5.22:amd64 (5.22.1-9ubuntu0.3, 5.22.1-9ubuntu0.5), ntp:amd64 (1:4.2.8p4+dfsg-3ubuntu5.8, 1:4.2.8p4+dfsg-3ubuntu5.9), grub-pc-bin:amd64 (2.02~beta2-36ubuntu3.17, 2.02~beta2-36ubuntu3.18), gcc-5-base:amd64 (5.4.0-6ubuntu1~16.04.9, 5.4.0-6ubuntu1~16.04.10), apport:amd64 (2.20.1-0ubuntu2.16, 2.20.1-0ubuntu2.18), libblkid1:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), mysql-client-core-5.7:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), libapparmor-perl:amd64 (2.10.95-0ubuntu2.9, 2.10.95-0ubuntu2.10), php7.0-json:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), libisc-export160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), python3-update-manager:amd64 (1:16.04.12, 1:16.04.14), php7.0-mbstring:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), php7.0-readline:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), python3-apport:amd64 (2.20.1-0ubuntu2.16, 2.20.1-0ubuntu2.18), php7.0-xml:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), libmspack0:amd64 (0.5-1ubuntu0.16.04.1, 0.5-1ubuntu0.16.04.2), systemd-sysv:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), php7.0-curl:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), libuuid1:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), php7.0-zip:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), libgcrypt20:amd64 (1.6.5-2ubuntu0.4, 1.6.5-2ubuntu0.5), liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), gpgv:amd64 (1.4.20-1ubuntu3.1, 1.4.20-1ubuntu3.3), ubuntu-core-launcher:amd64 (2.32.3.2, 2.34.2), libpam-systemd:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), distro-info-data:amd64 (0.28ubuntu0.7, 0.28ubuntu0.8), shared-mime-info:amd64 (1.5-2ubuntu0.1, 1.5-2ubuntu0.2), systemd:amd64 (229-4ubuntu21.2, 229-4ubuntu21.4), libsmartcols1:amd64 (2.27.1-6ubuntu3.4, 2.27.1-6ubuntu3.6), libpolkit-backend-1-0:amd64 (0.105-14.1, 0.105-14.1ubuntu0.1), mysql-common:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), openssh-server:amd64 (1:7.2p2-4ubuntu2.4, 1:7.2p2-4ubuntu2.5), apt-utils:amd64 (1.2.26, 1.2.27), libx11-data:amd64 (2:1.6.3-1ubuntu2, 2:1.6.3-1ubuntu2.1), openssh-client:amd64 (1:7.2p2-4ubuntu2.4, 1:7.2p2-4ubuntu2.5), sosreport:amd64 (3.5-1~ubuntu16.04.2, 3.5-1~ubuntu16.04.3), keyboard-configuration:amd64 (1.108ubuntu15.3, 1.108ubuntu15.4), bsdutils:amd64 (1:2.27.1-6ubuntu3.4, 1:2.27.1-6ubuntu3.6), libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), plymouth:amd64 (0.9.2-3ubuntu13.4, 0.9.2-3ubuntu13.5), libjpeg-turbo8:amd64 (1.4.2-0ubuntu3, 1.4.2-0ubuntu3.1), libglib2.0-data:amd64 (2.48.2-0ubuntu1, 2.48.2-0ubuntu4.1), policykit-1:amd64 (0.105-14.1, 0.105-14.1ubuntu0.1), libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.5, 2.9.3+dfsg1-1ubuntu0.6), file:amd64 (1:5.25-2ubuntu1, 1:5.25-2ubuntu1.1), apache2-bin:amd64 (2.4.18-2ubuntu3.8, 2.4.18-2ubuntu3.9), perl:amd64 (5.22.1-9ubuntu0.3, 5.22.1-9ubuntu0.5), apparmor:amd64 (2.10.95-0ubuntu2.9, 2.10.95-0ubuntu2.10), dns-root-data:amd64 (2015052300+h+1, 2018013001~16.04.1), libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), wget:amd64 (1.17.1-1ubuntu1.3, 1.17.1-1ubuntu1.4), apt-transport-https:amd64 (1.2.26, 1.2.27), linux-firmware:amd64 (1.157.17, 1.157.20), libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.10, 1:9.10.3.dfsg.P4-8ubuntu1.11), overlayroot:amd64 (0.27ubuntu1.5, 0.27ubuntu1.6), gnupg:amd64 (1.4.20-1ubuntu3.1, 1.4.20-1ubuntu3.3), cloud-initramfs-copymods:amd64 (0.27ubuntu1.5, 0.27ubuntu1.6), apache2:amd64 (2.4.18-2ubuntu3.8, 2.4.18-2ubuntu3.9), libstdc++6:amd64 (5.4.0-6ubuntu1~16.04.9, 5.4.0-6ubuntu1~16.04.10), apache2-utils:amd64 (2.4.18-2ubuntu3.8, 2.4.18-2ubuntu3.9), curl:amd64 (7.47.0-1ubuntu2.7, 7.47.0-1ubuntu2.9), cloud-guest-utils:amd64 (0.27-0ubuntu25, 0.27-0ubuntu25.1), libapache2-mod-php7.0:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), python3-problem-report:amd64 (2.20.1-0ubuntu2.16, 2.20.1-0ubuntu2.18), mysql-server-core-5.7:amd64 (5.7.21-0ubuntu0.16.04.1, 5.7.23-0ubuntu0.16.04.1), libpng12-0:amd64 (1.2.54-1ubuntu1, 1.2.54-1ubuntu1.1), libglib2.0-0:amd64 (2.48.2-0ubuntu1, 2.48.2-0ubuntu4.1), wireless-regdb:amd64 (2015.07.20-1ubuntu1, 2018.05.09-0ubuntu1~16.04.1), initramfs-tools-core:amd64 (0.122ubuntu8.11, 0.122ubuntu8.13), libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.7, 7.47.0-1ubuntu2.9), initramfs-tools:amd64 (0.122ubuntu8.11, 0.122ubuntu8.13), docker-ce:amd64 (18.03.0~ce-0~ubuntu, 18.06.1~ce~3-0~ubuntu), python3-apt:amd64 (1.1.0~beta1ubuntu0.16.04.1, 1.1.0~beta1ubuntu0.16.04.2), libssl1.0.0:amd64 (1.0.2g-1ubuntu4.12, 1.0.2g-1ubuntu4.13), base-files:amd64 (9.4ubuntu4.6, 9.4ubuntu4.7), php7.0-mysql:amd64 (7.0.28-0ubuntu0.16.04.1, 7.0.32-0ubuntu0.16.04.1), tzdata:amd64 (2017c-0ubuntu0.16.04, 2018e-0ubuntu0.16.04), libslang2:amd64 (2.3.0-2ubuntu1, 2.3.0-2ubuntu1.1)
End-Date: 2018-10-17  14:24:17