Upgrade To 4.11.3 Stalled

Trying to upgrade to 4.11.3 but the upgrade stalls as in pic below.

[attachment=14274:upgrade error.JPG]

Been sitting there for 3 hours. Any ideas ??

Thanks

Paul

This is the core_log.txt file

################################################################################
################################################################################
2020-03-22 14:48:22: Starting installation of the "core" upgrade package
2020-03-22 14:48:22: Upgrading version 4.11.2 to 4.11.3
2020-03-22 14:48:22: Running as user "?????"
2020-03-22 14:48:22: Storing entry point files permissions...
2020-03-22 14:48:22: index.php ==> 33188 (-rw-r--r--)
2020-03-22 14:48:22: ???????.php ==> 33188 (-rw-r--r--)
2020-03-22 14:48:22: api.php ==> 33188 (-rw-r--r--)
2020-03-22 14:48:22: ==> 16872 (drwxr-x---)
2020-03-22 14:48:22: Executing pre-upgrade validators
2020-03-22 14:48:22: Found 0 validators at package
2020-03-22 14:48:22: Executing "collisions" validator
2020-03-22 14:48:22: Executing "permissions" validator
2020-03-22 14:48:22: Executing "restore" validator
2020-03-22 14:48:22: Backup filename is "upg_core_4.11.2-4.11.3_22Mar2020_144821"
2020-03-22 14:48:22: Preparing restore script
2020-03-22 14:48:22: Upgrades directory permissions: drwxr-xr-x ???:???
2020-03-22 14:48:22: Source restore script permissions: -rw-r--r-- ???:???
2020-03-22 14:48:22: Directory "/home/????/public_html/upgrades/core_4.11.2-4.11.3/" for restore script already created
2020-03-22 14:48:22: Created restore script at "/home/????/public_html/upgrades/core_4.11.2-4.11.3/restore_2020-03-22_14-48-21.php"
2020-03-22 14:48:22: Restore script permissions: -rw-r--r-- ???:???
2020-03-22 14:48:22: Correcting target restore script directory permissions...
2020-03-22 14:48:22: ----------
2020-03-22 14:48:22: Changing permissions of "/home/????/public_html/upgrades/core_4.11.2-4.11.3/" to 755
2020-03-22 14:48:22: Using chmod()... OK
2020-03-22 14:48:22: ----------
2020-03-22 14:48:22: Target restore script directory permissions: drwxr-xr-x ???:???
2020-03-22 14:48:22: Correcting upgrades directory permissions...
2020-03-22 14:48:22: ----------
2020-03-22 14:48:22: Changing permissions of "/home/???/public_html/upgrades" to 755
2020-03-22 14:48:22: Using chmod()... OK
2020-03-22 14:48:22: ----------
2020-03-22 14:48:22: Upgrades directory permissions: drwxr-xr-x ???:???
2020-03-22 14:48:22: Checking restore script availability via HTTP/HTTPS
2020-03-22 14:48:22: Executing pre-upgrade script "/home/????/public_html/var/upgrade/packages/core/content/scripts/pre_script.php"
2020-03-22 14:48:23: Pre-upgrade script executed successfully
2020-03-22 14:48:23: Closing storefront
2020-03-22 14:48:23: Backing up files and database
2020-03-22 14:48:23: backup via mysqldump is disabled by config

upgrade error.JPG

Hello

1. Try set before upgrade in file config.local.php

define('DEVELOPMENT', true);

2. Prepare backup database manually (via console, phpmyadmin or adminer)

3. Start upgrade

4. Choose "Skip database backup"

5. Write what the effect is

Best regards

Robert