Replace custom build with version from appstore?
-
Hi,
with the cloudron cli it is possible to "update" an app that was originally installed from the appstore with a locally built version (by doing
cloudron install --app 778fa79a-7f96-418e-8810-b16c1a8a7ea2, where 778.. is the id of the current app).
But how about going back to the official version? Theupdateaction does not seem to support specifying an appstore id.One a side note depending on the combination of parameters I get different error messages from the cloudron cli.
$ cloudron install --appstore-id com.github.xxx --app xxx Use "cloudron update" to update an app $ cloudron install --appstore-id com.github.xxx Location: xxx Failed to install app: 409 message: Domain 'xxx.yyy.eu' is in use -
Since we separated the install from the update, I don't think that is possible anymore. Before there was quite a bit of flexibility but also magic when it was a new install or an update.
This also is why the error messages are like this. Previously adding
--appwould essentially mean updating or more like overwrite that app with this appstoreId or local manifest/build. The update part is now handled by the update subcommand and the install is always a new instance.I guess what is missing here is to accept either the appstoreId or the image (which defaults to check for the current folder having a manifest and a corresponding build) for the update subcommand.
-
Since we separated the install from the update, I don't think that is possible anymore. Before there was quite a bit of flexibility but also magic when it was a new install or an update.
This also is why the error messages are like this. Previously adding
--appwould essentially mean updating or more like overwrite that app with this appstoreId or local manifest/build. The update part is now handled by the update subcommand and the install is always a new instance.I guess what is missing here is to accept either the appstoreId or the image (which defaults to check for the current folder having a manifest and a corresponding build) for the update subcommand.
-
@nebulon said in Replace custom build with version from appstore?:
I guess what is missing here is to accept either the appstoreId or the image [..] for the update subcommand.
yes, that would be nice
-
F fbartels referenced this topic on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
