-
Notifications
You must be signed in to change notification settings - Fork 59
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
Installation of version 0.2.1 fails on PostgreSQL #558
Comments
Ran into this last night too... seems something is off with the library the code is using to pull the data during migration. I checked the existing follows table to verify that the values were not empty strings, and they do indeed exist as non-null booleans in my case at least. So I don't know why it's converting them to empty strings here. |
I will work on a patch (I am currently moving) but you can still downgrade to 0.1.4: your old database is untouched !
|
@daita Thanks for the info! Do I need to manually remove database tables created by the failed upgrade when you release the fixed version? |
No, you can keep it like this |
Thanks, looking forward to the fixed version. Thank you for your work! |
Unfortunately it didn't work:
I got the error now with version 0.1.4. What I don't understand: On another system, that didn't have the social app installed until now, v0.2.1 works without problems (completely same setup). If I want to start all over, do you know what I need to do? AFAIK uninstalling/removing the app and dropping all tables with oc_social_a2* should be enough, right? Edit: Sorry, it works now. Had to enable it from the menu (enabling it using the occ command didn't work). |
please test 0.2.2 |
edit: Do I need to manually change the version in settings? I still have
|
@daita Thanks for the new version. Can you please take a look at the error? |
Thanks for the report, one of the file is not loaded when using the command line. However, can you update it using the web client ? |
Works well, I thought it would be safer to use CLI...;-) Thank you for the tip! edit: Two (mostly test) instances upgraded. The main one failed for the first time, but downgrade and second try works well. (I hope it was not related.) |
I just went via 0.2.1 to 0.2.2, both via the web update (and also on PostgreSQL), but I am now looking at a white page for the app on all my instances. There are no errors in the logs? This seems to be basically what is described in #559, please ignore this comment! |
The upgrade to v0.2.2 worked, thank you :) |
Describe the bug
I've tried to install version 0.2.1 on my test system using Nextcloud 16 with PostgreSQL 11. I've had version 0.1.4 running before, but disabled it. After the latest release I wanted to test it again, but the following error occurred after trying to update it:
I tried to completely remove the app using occ app:remove social, which worked fine, but now I'm not able to install it again. Is there a way to "reset" everything (including database tables, etc.?)
Expected behavior
Installation/Update should running fine, but doesn't :/
Technical details:
The text was updated successfully, but these errors were encountered: