Skip to content

Conversation

@isc-dchui
Copy link
Collaborator

Resolves #889

This is a backwards incompatible change as it changes the default behavior to blocking same-version reinstall. There are 4 ways of getting around this block.

  1. Use reinstall command
  2. Pass the -force flag to load or install
  3. Pass the -DPermitReinstall=1 data flag to load or install
  4. Include this snippet in `module.xml:
<Defaults>
    <Parameter Name="PermitReinstall">1</Parameter>
</Defaults>

@isc-dchui isc-dchui marked this pull request as draft December 9, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a flag to disallow reinstallation of the same version

2 participants