mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #154] Document koel upgrade procedure #106
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TwizzyDizzy on GitHub (Dec 28, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/154
Hi @phanan,
thanks for koel so far - I like it a lot :) - in the near feature I will contribute some ideas as to what features might be interesting to implement for koel, but let's start with the basics before that:
I was wondering, what a generic update procedure might be if the initial install was something like:
In my imagination (partly tested) the upgrade might be something like:
The composer-update then, in turn, invokes artisan which is responsible for executing the scripts defined in composer.json:
Please tell me, if the above running order is what needs to be done.
As for my current installation of koel: I'm running on Debian 8, PHP 5.6, MySQL 5.5.
Unfortunately, when running composer update I get the following errors:
My goal is to have some bullet-proof update procedure - maybe even with some help on how one might do a rollback. This could then be used for the wiki.
Cheers so far
Thomas
@phanan commented on GitHub (Dec 29, 2015):
Have you checked the upgrade guide under
doc/upgrade? It should have these stuff covered.@TwizzyDizzy commented on GitHub (Dec 29, 2015):
Well... that's embarassing. Gonna check it out and close the issue above if everything went well.
Thanks & sorry
Thomas
@phanan commented on GitHub (Dec 29, 2015):
One rule of thumb is, never run
composer updatein your production env.Just commit composer.lock from development env (which Koel already did),
and run
composer install.On Tue, Dec 29, 2015 at 9:14 AM, Thomas Dalichow notifications@github.com
wrote:
@TwizzyDizzy commented on GitHub (Dec 29, 2015):
Everything went well :). Sorry for the fuzz!