mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #714] Vps + database #507
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#507
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 @ghost on GitHub (Jan 26, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/714
Hello I'm using a vps and I would like to know about the database host should Ileave localhost ? Becausd i didn't have database with my vps.
Thanks
@DevinNorgarb commented on GitHub (Feb 4, 2018):
If you a using a VPS would you not be able to install some sort of mysql/mariaDB or even SQLite (which BTW, I would not use for production),
If you dont have those basic functionalities what is the point of paying for a VPS, or even a shared host or am I missing something?
If you have another, say, MySQL server hosted elsewhere you can reference the servers IP instead of localhost.
If this works for you make sure you read some good tutorials and secure the open connection with a strong password, not using a wildcard for IP access to the DB server and your firewall is up and running.
I see Digital Ocean now has MySQL one click install images