Out-of-space in the middle of upgrade (Docker)

Hi,

Moved from slack - as there seams to be more traction here in the forum.

I have this error in the middle of upgrading from 5.6.26 to 5.6.29 in docker, where the server momentary ran out of diskspace do to many double images in docker.
This is not the case any more have 50% diskspace free after docker upgrade completed.

now the problem is that it’s only serving a blank page with favicon and nothing else.

How do I go around and re-init the upgrade within the application? Have tried removing my image and re-pull it but that doesn’t do any thing to fix this… don’t know if there is a record in the database or in the static files from ./storage/ or ./public/ that are mounted from host.

Please advise - thanks

from laravel.log

[2023-08-05 01:50:00] production.ERROR: fwrite(): Write of 34 bytes failed with errno=28 No space left on device {"exception":"[object] (ErrorException(code: 0): fwrite(): Write of 34 bytes failed with>[stacktrace]
#0 /var/www/app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(270): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#2 /var/www/app/vendor/laravel/framework/src/Illuminate/Filesystem/LockableFile.php(108): fwrite()
#3 /var/www/app/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(115): Illuminate\\Filesystem\\LockableFile->write()
#4 /var/www/app/vendor/laravel/framework/src/Illuminate/Cache/FileLock.php(14): Illuminate\\Cache\\FileStore->add()
#5 /var/www/app/vendor/laravel/framework/src/Illuminate/Cache/Lock.php(90): Illuminate\\Cache\\FileLock->acquire()
#6 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheEventMutex.php(66): Illuminate\\Cache\\Lock->get()
#7 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Event.php(674): Illuminate\\Console\\Scheduling\\CacheEventMutex->exists()
#8 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Console\\Scheduling\\Event->Illuminate\\Console\\Scheduling\\{closure}()
#9 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#10 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(81): Illuminate\\Container\\Util::unwrapIfClosure()
#11 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#12 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/Container.php(661): Illuminate\\Container\\BoundMethod::call()
#13 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Event.php(380): Illuminate\\Container\\Container->call()
#14 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleRunCommand.php(118): Illuminate\\Console\\Scheduling\\Event->filtersPass()
#15 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Console\\Scheduling\\ScheduleRunCommand->handle()
#16 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#17 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure()
#18 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()
#19 /var/www/app/vendor/laravel/framework/src/Illuminate/Container/Container.php(661): Illuminate\\Container\\BoundMethod::call()
#20 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Command.php(183): Illuminate\\Container\\Container->call()
#21 /var/www/app/vendor/symfony/console/Command/Command.php(326): Illuminate\\Console\\Command->execute()
#22 /var/www/app/vendor/laravel/framework/src/Illuminate/Console/Command.php(152): Symfony\\Component\\Console\\Command\\Command->run()
#23 /var/www/app/vendor/symfony/console/Application.php(1063): Illuminate\\Console\\Command->run()
#24 /var/www/app/vendor/symfony/console/Application.php(320): Symfony\\Component\\Console\\Application->doRunCommand()
#25 /var/www/app/vendor/symfony/console/Application.php(174): Symfony\\Component\\Console\\Application->doRun()

Hi,

@david do you have any suggestions?

Maybe this solution will help you too: