Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - Use postgres as database #476

Open
RyuunosukeDS3 opened this issue Aug 6, 2024 · 4 comments
Open

[Feature] - Use postgres as database #476

RyuunosukeDS3 opened this issue Aug 6, 2024 · 4 comments

Comments

@RyuunosukeDS3
Copy link

I'd like to see wizarr have an option to use postgres as its database. For users using kubernetes this is a crucial feature.

@albinmedoc
Copy link
Contributor

Why is this a crucial feature when using kubernetes?

SQLite should work without problems with as little data as wizarr saves.

@RyuunosukeDS3
Copy link
Author

Cuz then I don't really need to have a persistent volume, I can just edit the config directly on my gitops solution and use Postgres as database.

@albinmedoc
Copy link
Contributor

There are some things that cannot be saved in the database, such as uploaded files. They need to be saved on a persistent volume.

@RyuunosukeDS3
Copy link
Author

That would be the case for people who actually use this feature. But then again they could make a persistent volume for that folder only, and also if we want to go a step further there are ways to save files in databases. Just need to enconde/decode it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants