Last edited 13 hours ago
by Robert Vogel

Update from 4.5 to 5.1

Revision as of 15:42, 20 May 2025 by Robert Vogel (talk | contribs) (Created page with "With version 4.5 of BlueSpice, there were two options for installation: # <code>bluespice-deploy</code> container stack # Classic tarball Based on which of those you are starting from, the update to BlueSpice version 5.1 may require different steps. == Updating from <code>bluespice-deploy</code> 4.5 == <syntaxhighlight lang="text"> . ├── adminPassword ├── bluespice │ ├── _sf_archive/ │ ├── _sf_instances/ │ ├── extensions │...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With version 4.5 of BlueSpice, there were two options for installation:

  1. bluespice-deploy container stack
  2. Classic tarball

Based on which of those you are starting from, the update to BlueSpice version 5.1 may require different steps.

Updating from bluespice-deploy 4.5

.
├── adminPassword
├── bluespice
│   ├── _sf_archive/
│   ├── _sf_instances/
│   ├── extensions
│   │   └── BlueSpiceFoundation
│   │       └── data/
│   ├── images/
│   ├── logs/
│   ├── post-init-settings.php
│   └── pre-init-settings.php
└── simplesamlphp
    ├── cache/
    ├── certs
    │   ├── saml.crt
    │   └── saml.pem
    ├── data/
    └── logs/