-
-
Notifications
You must be signed in to change notification settings - Fork 27
Issue when using postgres as db #179
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
Comments
PostgreSQL internal and external works perfectly fine. Most likely you have something misconfigured in your setup but no one can answer that but you because you didn't provide any information to show how you configured it. |
i use docker compose, i removed app urls and db password from the below m3u-editor: |
Ah, i guess postgres is only available to the dev branch not latest / master, right? |
Yes that is my understanding. PostgreSQL is still only available in dev. Has been working great. |
Yes, Postgres support is only in the |
I have followed the getting started manual for using postgres but when booting up i see the following error in the logs:
In Connection.php line 825:
could not find driver (Connection: pgsql, SQL: select exists (select 1 from
pg_class c, pg_namespace n where n.nspname = 'public' and c.relname = 'mig
rations' and c.relkind in ('r', 'p') and n.oid = c.relnamespace))
The text was updated successfully, but these errors were encountered: