[GH-ISSUE #1644] Upgrading instructions #899

Closed
opened 2026-02-26 02:34:33 +03:00 by kerem · 1 comment
Owner

Originally created by @JBlond on GitHub (Dec 30, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1644

Description

The installer says that it is in docs

The docs show

Check out [Releases](https://github.com/koel/koel/releases) for upgrade guides corresponding to your Koel version and installation method.

On the releases page there is nothing how to do that.

What is the offical way to upgrade to the next version?

Originally created by @JBlond on GitHub (Dec 30, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1644 **Description** The installer says that it is in docs The docs show ```text Check out [Releases](https://github.com/koel/koel/releases) for upgrade guides corresponding to your Koel version and installation method. ``` On the releases page there is nothing how to do that. What is the offical way to upgrade to the next version?
kerem closed this issue 2026-02-26 02:34:33 +03:00
Author
Owner

@pattmax00 commented on GitHub (Jan 8, 2023):

I describe how to do this at the end of my blog post here: https://blog.mpatterson.xyz/post/koel_install_guide/

cd /var/www/koel
git pull
# You will see the new version tag in the git output
git checkout v6.7.2 # Replace with the version you see in the git output
composer install
php artisan koel:init # This will run migrations and recompile the front end, plus whatever else is needed
<!-- gh-comment-id:1374693303 --> @pattmax00 commented on GitHub (Jan 8, 2023): I describe how to do this at the end of my blog post here: https://blog.mpatterson.xyz/post/koel_install_guide/ ``` cd /var/www/koel git pull # You will see the new version tag in the git output git checkout v6.7.2 # Replace with the version you see in the git output composer install php artisan koel:init # This will run migrations and recompile the front end, plus whatever else is needed ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#899
No description provided.