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

PostgreSQL configuration #2

Open
eskalera opened this issue Feb 2, 2017 · 2 comments
Open

PostgreSQL configuration #2

eskalera opened this issue Feb 2, 2017 · 2 comments

Comments

@eskalera
Copy link

eskalera commented Feb 2, 2017

I get the following error when trying to configure PostgreSQL:

Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error

I have also tried adding the PostgreSQL add-on in heroku with no luck.

Does it still work for you out of the box? Any idea why this might happen?

Regards.

@jonassvatos
Copy link
Owner

psql was not a db of choise in my use-case, you need to add apropriate dependency into https://github.com/lsde/owncloud-for-heroku/blob/master/composer.json:

"require" : {
"ext-pdo_pgsql": "",
"ext-gd":"
"
},

@eskalera
Copy link
Author

eskalera commented Feb 8, 2017

Still the same error. I just used psql because it said so on the index.php. But I'm happy to use any other. The point is I still cannot deploy this repo as it is.

Sorry, I don't really know the intricacies of owncloud. Just wanted to test it in the simplest way.
What user, password , dbname, etc am I supposed to use?

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