Production channel removal

@tessus It doesnā€™t use an internal database. You run the MariaDB Docker image alongside it, and the schema upgrade is done automatically when you bring up a new version of the Nextcloud image. Very easy to work with. Redis is also run in a separate container.

Yep, I would have hoped that it was setup this way. However, running a database system within a container may or may not be the best idea. It always depends. But thatā€™s off-topic. I will keep Docker in mind next time I upgrade the server. Thanks again.

Compared to previous owncloud updates, the updates are much smoother in Nextcloud. When I compare the problems to back then, it is much less and the user base is probably larger. Your post leaves the impression that it is impossible to upgrade without problems. There are probably environments and configurations where it is more critical, and for these users it is not a nice experience.

I am not sure if this production channel solves the problem. Iā€™d first prefer an updater where you can chose to either update the current branch or upgrade to the next version.

More and earlier testing would help to spot and fix issues earlier. I have a second test setup with a similar configuration, where I test a new version early with all the apps I use. That way, I am sure that there are few problems when I move my productive system. Not everybody can and wants to do that. But on the other hand, you canā€™t expect Nextcloud to check the upgrade procedure on each webhosting provider and their specific configuration.

Great. There are a few people who claim to know what everybody wants but it seems there are too few that actually do what everybody wants :wink:

Well, I am not happy either with all decisions from Nextcloud, Iā€™d like them to focus more on my needsā€¦

2 Likes

Yes, it did.

At 16.0.5 the production channel showed 17.0.0 as update, but when 16.0.6 came out it showed 16.0.6, so I could have used the updater to update within the major release. With the channel gone, I will have to upgrade to 17 and canā€™t use the updater to update to 16.0.6.

Just came to say that this is yet another sad theater of users feeling entitled and aggressive and demanding towards an open source project that you should be thankful to be able to use for free when most likely (might be wrong) you donā€™t contribute in any meaningful way.

@tessus just fork it if you donā€™t like it. These people are running a company and have to pay salaries and make their decisions in good faith. Why do you think they have to listen to you above everything else? If you think you are helpingā€¦ you are not at all. We need to be thankful and use positive constructive criticism, not unfounded aggressive claims.

@jospoortvliet I admire you for keeping cool and putting up with this everyday. My advice is to ignore the troll. NC is not perfect but you are doing great.

9 Likes

@nachoparker Hmm, I thought they wanted feedback. But as I thought, feedback is apparently only welcome, if itā€™s praise. Nobody was asking you to defend or not defend anyone. Unless you have an opinion about the channel removal (which is this topic about) you are the troll.

1 Like

@jospoortvliet

What I suggest the updater should allow to follow the recommended route. The updater seems to suggest to update to 17.0.1 also for users on 16.0.5. That is not recommended, possibly fatal going on some issues I saw on the forum. Just jacking everyone without a support contract to the latest version, no reason or flexibly apply is not recommended for anyone. It seems to suggest users without a support contract are not too much appreciated, as does the lack of usable documentation concerning logging and troubleshooting.

I agree that it would be better if the updater would first provide an update to the latest stable version in a series before it goes to a next major version. That would be nice to add, and perhaps somebody here is willing to do a PR that makes that happen. Maybe even looking at how it was done earlier in the production channel as it seems to have been doing this.

Thanks for the productive comments. also :heart: for @nachoparker @tflidd

Those arenā€™t early adopters, but somethingā€¦ different.

1 Like

I guess this feature is already available. What people are asking you to do is:

		'16.0.5' => [
			'100' => [
				'latest' => '16.0.6',
				'internalVersion' => '16.0.6.1',
				'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-16.0.6.zip',
				'web' => 'https://docs.nextcloud.com/server/16/admin_manual/maintenance/upgrade.html',
				'eol' => false,
				'minPHPVersion' => '7.1',
				'signature' => 'fdy5tfNIlHvO6d/GMIQ9WIYWD9j0KTKz2LZYCPNl2ulQs3OT6oDPk83uaq9I/mHA
eGCB3v0CMBeEYB6n0UZS95AnQSW5teFBroPcWDgdfkromMUSjD4TwJXedU94VfOx
RFamq6Nd65dqwfQ+PMDMW6E3ySpMLPT3NIOpiVOBnLqOO9AINyCn4lOacNDFINqq
BkPE2oK+QzwXjLV09mpffk7BaZwpNWkGiH6uQp/TcSog2RsNyIdQhhrE2XhkInn5
CKR41re0nUXQUyZBKTaQmOHezIeMHn9Z22Utt7npcVCNpqqb8RxIs8x/TJn9d+TZ
w/2xv2Pr0RV364JfdPO7ow==',
			],
		],

Should announce 16.0.6 for 100% of the 16.0.5 users.

Checking the above code I would assume that announcements for x.z.y have a higher priority than x.z or x. Have not tested it but thatā€™s how I read: https://github.com/nextcloud/updater_server/blob/master/config/config.php

People will still see the announcement for 17 but only if they are on 16.0.6. Itā€™s getting a bit more complicated if you want to rollout 16.0.7 to 50% of the 16.0.6 users. They will probably see 17.0.x announcement for a while until you change the 50% to 100%.

1 Like

You are right, thinking about it, this is something we could totally do. I will ask the release managers to do this going forward!

This makes it easier for people who really donā€™t want to update, but we still recommend what we think is the best thing to do and make that the easiest thing to do.

Now if somebody asks me how to disable the update notifications for a major update, I will :bomb: :wink:

3 Likes

I just want to add one other thing to this discussion, and that is it isnā€™t always a matter of whether someone wants to upgrade. We all like the latest and greatest stuff. I think just about anyone would agree.

The issue is that sometimes it really is a mission-critical installation, and some admins will want to, need to, or even be required by policy to delay upgrades until a release is considered more than stable. To give an extreme example, US military often doesnā€™t put a product into production until itā€™s in extended support (basically close to EOL). There are pros and cons to that obviously, and people may agree or disagree, but sometimes thatā€™s just how it is.

Now, I know the follow-up argument is going to be ā€œwell if it that critical then you will/should have support already.ā€ And thatā€™s fine, but it should be a supported style of deployment for anyone who wants to manage their installation that way without having to jump through a bunch of hoops to do it.

To elaborate on a point stated previously, there should be an option to hold at the latest patch of the current major version for as long as the admin feels the need to do so. I can do that by way of Docker image tags, but not everyone uses Docker, so a more universal method of indefinitely capping the version would be helpful.

3 Likes

Exactly. Thatā€™s what I was saying all along. And it happened to be added to the prod channel because I have been giving feedback over the last few years. But you removed that by removing the production channel. Do you understand now why I am so annoyed?

2 Likes

For such a deployment running a custom updater server is the way to go. 100% control for you. Probably also a option for smaller setups. Fork it on git hub, setup the git hooks with your server and announce the updates if you think itā€™s time.

Thatā€™s a completely overkill solution for one instance of Nextcloud and should not be necessary.

Thatā€™s all well and good, but some of us are network engineers and not programmers.

@KarlF12 you asked for the enterprise way to do it :wink:

Should we open an issue on the updater repo?
Iā€™d also like the ability to do purely patch updates with the command line updater. Iā€™m busy at the moment but I can make the implementation when I have some time and we can use the issue to discuss how this could be implemented.

2 Likes

I agree. Itā€™s not a good look at all. Just more bait and switch from Nextcloud.

From the Nextcloud website:
ā€œEnjoy constant improvements from a thriving and transparent, entirely open-source community development model, free of lockins or paywalls.ā€

Kind of seems like a joke in light of recent changes.

2 Likes

@kesselb Show me someone who runs WSUS for one other Windows server. That isnā€™t a reasonable solution.

1 Like

If you can do it, help is always appreciated I think.