Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent installer rerun and remove update path #2235

Conversation

AlvinSchiller
Copy link
Collaborator

@AlvinSchiller AlvinSchiller commented Feb 2, 2024

Enforcement for #2211 (comment) to not let users rerun the installer and break their existing installation.

Rerunning the installer is currently not supported as it

  • doesn't remember config used in a previous installation
  • doesn't clean system files written before
  • overwrites setting files in the shared folder
  • (doesn't support uninstalling feature)

Also the update via pull doesn't cache changes in the installation scripts, therefore this can lead to incompatibilities.
Rebuilding the Web App on main and develop is not possible, without further user interaction, as Node is not installed by default.

@AlvinSchiller AlvinSchiller added installation future3 Relates to future3 development labels Feb 2, 2024
@AlvinSchiller AlvinSchiller added this to the v3.5 milestone Feb 2, 2024
documentation/builders/update.md Outdated Show resolved Hide resolved
Co-authored-by: s-martin <s-martin@users.noreply.github.com>
@AlvinSchiller AlvinSchiller merged commit 1e1ae25 into MiczFlor:future3/develop Feb 4, 2024
17 checks passed
@AlvinSchiller AlvinSchiller deleted the future3/fix/prevent_rerun_installer branch February 4, 2024 18:32
@AlvinSchiller AlvinSchiller mentioned this pull request Feb 4, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future3 Relates to future3 development installation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants