-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Installing without PostgreSQL #164
Comments
If you don't use PostgreSQL you should try removing the PG-related gems from the Gemfile. |
Just a quick comment on this, I'm actually using sqlite3 in production, depending on how many feeds you have you'll probably find it perfectly usable. Plus a lot easier to setup if your host has limitations. |
Just be aware that sqlite does not handle concurrent connections well - and since we use a 10-thread pool for fetching feeds you will likely run into |
Hi,
|
Closing since Stringer now uses PG in all environments. |
Hi,
I'm wondering wether I can use Stringer without PostgreSQL and MySQL instead since my hoster doesn't have PostgreSQL installed.
I changed the adapter in database.yml but it still breaks because of
pg
sais:Is there any chance to fix this?
The text was updated successfully, but these errors were encountered: