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

Setup does not show other db options #4480

Open
ghost opened this issue Aug 1, 2022 · 7 comments
Open

Setup does not show other db options #4480

ghost opened this issue Aug 1, 2022 · 7 comments
Labels
Docker Everything related to Docker Support Support users to use FreshRSS

Comments

@ghost
Copy link

ghost commented Aug 1, 2022

During setup I only have the option to choose sqlite. I have configured mysql on the same network per the examples and instructions but still do not have the option to choose any other db.

@Frenzie
Copy link
Member

Frenzie commented Aug 1, 2022

You also need the PHP module, for example php-mysql on Debian/Ubuntu.

@ghost
Copy link
Author

ghost commented Aug 1, 2022

I should clarify, I am using alpine with nginx and php-fpm

@Frenzie
Copy link
Member

Frenzie commented Aug 1, 2022

The same package is named php-pdo_mysql on Alpine.

@ghost
Copy link
Author

ghost commented Aug 1, 2022

I have that package installed. Everything looks correct Docker wise. I have MySQL running on same network, I input environment variables for my freshrss container using compose to mimic the db information. The only thing I didn't mess with is any config files on freshrss. Is there something I can change in order for it to allow me to use MySQL? I only see SQLite as an option during configuration.

@Alkarex
Copy link
Member

Alkarex commented Aug 1, 2022

Are you using our Alpine Docker image?
freshrss/freshrss:alpine
or freshrss/freshrss:edge-alpine

@ghost
Copy link
Author

ghost commented Aug 1, 2022

No I am using a custom image with nginx and php as separate containers

@Alkarex
Copy link
Member

Alkarex commented Aug 2, 2022

I have just checked, and no problem with our official freshrss/freshrss:edge-alpine image, so probably a PHP configuration bug on your side.
Check https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine for reference

@math-GH math-GH added Support Support users to use FreshRSS Docker Everything related to Docker labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Everything related to Docker Support Support users to use FreshRSS
Projects
None yet
Development

No branches or pull requests

3 participants