mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #591] Migrating database failure #419
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#419
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 @tlebars on GitHub (May 7, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/591
Hi,
I just tried to install Koel but I get an error to the final step: php artisan koel:init
Database migration fails:
[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel/#sql-5028_3a' to './koel/songs' (errno: 150) (SQL: ALTER TABLE songs CHANGE contributing_artist_id artist_id INT UNSIGNED DEFAULT NULL)[Doctrine\DBAL\Driver\PDOException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel/#sql-5028_3a' to './koel/songs' (errno: 150)[PDOException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel/#sql-5028_3a' to './koel/songs' (errno: 150)I followed the Debian 8 tutorial to install.
yarn version: 0.23.4
node version: 7.10.0
npm version: 4.2.0
Don't really know how to fix this.
Thanks.
@phanan commented on GitHub (May 8, 2017):
You're on
masterbranch. Please switch to a stable branch instead.