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
I'm looking for feedback on how you would expect porter to work when upgrading or uninstalling a bundle with dependencies. Think about some of your bundles that have dependencies (or could once we have the new implementation ready), and how you would like to manage it after installation:
Do you only upgrade the root bundle and ignore the deps?
If you do manage the versions of the bundle and its dependencies separately, how do you know to upgrade the dependencies and if it's safe to not (or delay) upgrade something?
What if the new version of the bundle has additional dependencies that weren't there before? Do you want porter to install them, warn you, etc?
Do you know when you write the bundle that the dependencies should be managed together with the root bundle as a unit vs managed separately after they are installed?
How would you know when it's safe to uninstall a dependency?
I usually stick to examples like mysql + wordpress, which doesn't properly express all the different types of dependencies out there. So if you have an example bundle with dependencies that you can share, please do so!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm looking for feedback on how you would expect porter to work when upgrading or uninstalling a bundle with dependencies. Think about some of your bundles that have dependencies (or could once we have the new implementation ready), and how you would like to manage it after installation:
I usually stick to examples like mysql + wordpress, which doesn't properly express all the different types of dependencies out there. So if you have an example bundle with dependencies that you can share, please do so!
Beta Was this translation helpful? Give feedback.
All reactions