[16.0][BKP] server_environment: module uninstallation - #280
Closed
yankinmax wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
Hello @simahawk , I've checked the script on the runbot (module can be uninstalled without issues), but I can't fix the pre-commit issue. |
Open
2 tasks
ivantodorovich
approved these changes
Aug 19, 2026
ivantodorovich
left a comment
Contributor
There was a problem hiding this comment.
The pre-commit issue might be resolved with a copier update on the 16.0 branch (to be done in a separate PR)
Contributor
Author
I suppose this can do a maintainer? Is it automated? |
lmignon
approved these changes
Aug 19, 2026
yankinmax
force-pushed
the
16.0-server_environment_uninstall_helper
branch
from
August 19, 2026 13:55
b4a6415 to
1815983
Compare
Contributor
Author
|
I'm going to close this one, because have found @gurneyalex has already opened such PR (I didn't see at first). He is an original author! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a helper to manage the restoring of the database columns when a module using
server_environmentis uninstalled or the dependency onserver_environmentis dropped.Document how to use the helper in an uninstall script or in an upgrade script (if a new version of the addon drops the dependency).
Backport of: