You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update the cartridge itself, no, I'm afraid there's no way of achieving this with community-cartridges. At least none that I know of... But if you have an idea, please, by all means, feel free to bring it up in a pull-request.
So, to clarify, hypothetically on rare occasions when we discover serious bugs or come up with major new features for the cartridge, recreating the app is the only way to go at the moment.
The Node.js version is, however, auto-updated on each deploy as needed, and that's what most people care about. So if your app is running and don't really need the new features, there's no need to update the cartridge (based on the idea if it ain't broken, don't fix it :-). AFAIK there are apps running on this cartridge with more than 12 months up-time...
Ok! That makes a lot of sense! Thank you for the insight, I didn't realize that they updated on each deploy because I kept seeing version 5.x on my app instead of 6.x. I'll give it a shot.
I've made 6.x the cartridge default last month, so if your instance is older than that, just make sure to put something like https://semver.io/node/resolve/6 in NODE_VERSION_URL and you'll get 6.3.1 installed on your next deployment.
When creating an app there is a message in yellow letters that says:
Their documentation is very vague and information is unrelated. Most people suggest deleting the app and recreating it just to update the cartridge.
Is there a way to update the cartridge manually?
The text was updated successfully, but these errors were encountered: