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

Fix broken upgrade process using custom apps #76

Merged

Conversation

sappor0
Copy link
Contributor

@sappor0 sappor0 commented Sep 21, 2023

The custom apps functionality was previously broken when upgrading:

The apps taskfile which was also used to enable custom apps was run in the upgrade taskfile which meant that the custom app was not found at this point.

The change in logic is thus: enable only the custom apps after they were copied. Custom apps should no longer be listed in the nextcloud_apps var.

Another possible solution would be to move the copying of the custom apps into the apps taskfile. TBH I don't quite understand enough of how all this works to get this to work.

@sappor0 sappor0 changed the title explicitly enable custom apps after they were copied Fix broken upgrade process using custom apps Sep 21, 2023
Copy link
Contributor

@doobry-systemli doobry-systemli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look sensible to me ☺️

@doobry-systemli doobry-systemli merged commit c8c9ded into systemli:main Oct 26, 2023
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

Successfully merging this pull request may close these issues.

2 participants