mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #138] Installation with PostgreSQL #94
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#94
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 @Roudaille77 on GitHub (Dec 23, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/138
Hi,
I am happy to have discover Koel, thanks you for this great app ! I just want to share my experience of using it with a Postgres database (on my Raspberry Pi 2). I have added this line in my
.envfile :DB_CONNECTION=pgsql.Then to avoid unique constraint violations when adding songs to library, execute those queries before setting your media path :
It seems that
Unknown artistandUnknown albumwith id1aren't correctly seen by Postgres !@funcoding commented on GitHub (Dec 23, 2015):
I think it's a prob with auto incrementing value in Postgres. This may help. I shall try to send a PR if possible.
@sammcj commented on GitHub (Dec 23, 2015):
+1 for replacing MySQL with PostgreSQL, it's generally considerably faster, better-designed, more standards-compliant, more consistent and is generally more programmer-friendly.
@jommgoncalves commented on GitHub (Dec 24, 2015):
+1 for replacing MySQL with PostgreSQL
@phanan commented on GitHub (Dec 24, 2015):
We're not here to discuss which technology is better – I'm sick of these "discussions" frankly saying. Come back when you think you have reached the limitation of MySQL, or any RDBMS for that matter, with Koel.