Can't Update from v0.24.3 to latest version (v0.26.2) #1238

Closed
opened 2026-02-05 00:21:31 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @digitalvyce on GitHub (Jun 27, 2019).

Attempting to update BookStack from v0.24.3 to v0.26.2 using the instructions found at https://www.bookstackapp.com/docs/admin/updates/

When running the git pull origin release && composer install && php artisan migrate command I get the following

` From https://github.com/BookStackApp/BookStack

  • branch release -> FETCH_HEAD
    Already up-to-date. `

and

`> php -r "!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');"

php -r "!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');"
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating optimized autoload files
Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover
`

When logging into BookStack and going to "Settings" it still shows the old version number (0.24.3) even after running the php artisan commands after the original git command.

php artisan cache:clear php artisan view:clear

Any advice or tricks to get it to force update that I'm missing? Thanks!

Originally created by @digitalvyce on GitHub (Jun 27, 2019). Attempting to update BookStack from v0.24.3 to v0.26.2 using the instructions found at https://www.bookstackapp.com/docs/admin/updates/ When running the `git pull origin release && composer install && php artisan migrate` command I get the following ` From https://github.com/BookStackApp/BookStack * branch release -> FETCH_HEAD Already up-to-date. ` and `> php -r "!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');" > php -r "!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');" Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover ` When logging into BookStack and going to "Settings" it still shows the old version number (0.24.3) even after running the php artisan commands after the original git command. `php artisan cache:clear php artisan view:clear` Any advice or tricks to get it to force update that I'm missing? Thanks!
Author
Owner

@digitalvyce commented on GitHub (Jun 27, 2019):

Nevermind - Im an f-ing idiot, I forgot I dockerized this awhile ago and need to update via docker not this way haha - Closing so my shame can be forgotten

@digitalvyce commented on GitHub (Jun 27, 2019): Nevermind - Im an f-ing idiot, I forgot I dockerized this awhile ago and need to update via docker not this way haha - Closing so my shame can be forgotten
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1238