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

Need assistance upgrading to Nextcloud 29 #1969

Closed
Haraade opened this issue Sep 7, 2024 · 2 comments
Closed

Need assistance upgrading to Nextcloud 29 #1969

Haraade opened this issue Sep 7, 2024 · 2 comments

Comments

@Haraade
Copy link
Contributor

Haraade commented Sep 7, 2024

Need assistance upgrading to Nextcloud 29.0.x. I haven't installed and used the social app in Nextcloud, but during upgrade, installation is interrupted due to: InvalidArgumentException: Index name "nid" for table "oc_social_3_cache_actor" collides with the constraint on table "oc_social_3_stream". As I see it, social must be removed from the database. How to perform this with NextcloudPi?

@theCalcaholic
Copy link
Collaborator

theCalcaholic commented Sep 7, 2024

Hi, this is not really related to NextcloudPi, as it is a general DB issue with an app.
You can ask for help in the Nextcloud help forum or ask the author of the Nextcloud app in question.

I myself can't offer support for individual instances unless you would like to hire me for paid freelance work.

I wish you good luck with the issue!

@theCalcaholic theCalcaholic closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2024
@Haraade
Copy link
Contributor Author

Haraade commented Sep 8, 2024

Thank you for your assistance. For others who would have this problem.

mysql -u ncadmin --password=$MYSQL_PASSWORD nextcloud -e "show tables" -s | grep "social" | xargs -I "@@" mysql -u ncadmin --password=$MYSQL_PASSWORD nextcloud -e "DROP TABLE @@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants