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

Remove unecessary logic. #1213

Closed
wants to merge 1 commit into from
Closed

Remove unecessary logic. #1213

wants to merge 1 commit into from

Conversation

pierreozoux
Copy link
Member

@pierreozoux pierreozoux commented Aug 25, 2020

I did wrote this some years ago, when app update logic was not that great,
It is now resolved.

@pierreozoux pierreozoux requested a review from SnowMB August 25, 2020 15:41
@@ -86,10 +86,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP

if version_greater "$image_version" "$installed_version"; then
echo "Initializing nextcloud $image_version ..."
if [ "$installed_version" != "0.0.0.0" ]; then
echo "Upgrading nextcloud from $installed_version ..."
Copy link
Contributor

Choose a reason for hiding this comment

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

I would keep this line for the log.

Copy link
Contributor

@J0WI J0WI left a comment

Choose a reason for hiding this comment

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

Needs rebasing

@pierreozoux
Copy link
Member Author

I'll not be able to rebase at the moment :/

I hope I have sometime during the summer, I'd like to backport all the changes of our images here, but it seems complicated...

Do you think it would be possible to have a call between maintainers of this image?

I'd love to get this image stateless :)

Have a nice weekend!

@J0WI
Copy link
Contributor

J0WI commented Oct 8, 2024

closing in favour of #2267

@J0WI J0WI closed this Oct 8, 2024
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.

3 participants