-
-
Notifications
You must be signed in to change notification settings - Fork 770
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
Error setting up database on fresh install #3739
Comments
Which version of PG are you using? |
10.5 |
Travis is using the 9.6.6. |
I'm still getting the error on 10.1. Although it did work on 9.6.5. |
This issue is related to Doctrine and was fixed in doctrine/dbal 2.7: doctrine/dbal#2893 Sadly, 2.7 is not currently available on packagist. |
What do you mean? It looks updated here https://packagist.org/packages/doctrine/dbal |
Hm, I misinterpreted a dependency of doctrine/orm. I'll check again |
Postgres 10 support is done since few release #3488 Also, dbal 2.6.0 required php 7.1 and wallabag still support php5. |
Beside the fact that dbal 2.6.0 requires php ^7.1, the lock to |
As we force the php version in Lines 132 to 137 in ad77c34
|
EOL of PHP 5.6 and PHP 7.0 is set for December 2018, maybe we could deprecate them and bump the minimal version to 7.1 in the following months. |
This is planned for wallabag 2.4.0 |
ACK |
I am getting the same error, on php7.2 and also postgresql 10. I might misread this, but if I change the composer.json to not require php 5.6.0 but 7.2, the same error occurs. Is there something else I have to do? |
There are a lot of other things to do #3758 |
Postgresql 11 has been released a while ago. Do I have to open another issue for that? The OS I'm using is a rolling release. So it should hit the repos soon. |
@rEnr3n if I understand correctly initial support of Pg 11 was added in dbal 2.8.0. I think we will have updated to this version by the release of wallabag 2.4.0, so no need to create another issue ;-) |
Ok I found the bug. Pfiou. |
The formula needs to be updated to support Debian 10/buster so that Wallabag can be installed on the latest release. It isn't currently possible to initialise a new Wallabag v2.3.8 instance on Debian 10/buster due to the default PostgreSQL version, but importing the database from a previous install should still work. See: wallabag/wallabag#3739
Issue details
Please provide issue details here.
Remember, this is not a place to ask questions. For that, go to https://community.wallabag.org/ (forum) or http://gitter.im/wallabag/wallabag (chat).
Environment
git clone
or by downloading the package? https://aur.archlinux.org/packages/wallabag/Steps to reproduce/test case
Please provide necessary steps for reproduction of this issue, or better the
reduced test case (without any external dependencies, if possible).
php /usr/share/webapps/wallabag/bin/console wallabag:install --env=prod
I get this error during step 2.
Error log
The text was updated successfully, but these errors were encountered: