For English see below.
Wir haben ein größeres Update für Rocket.Chat bereit gestellt. Die Version wird auf 6.3.x angehoben und an der Installation einiges umgebaut.
Es kommen damit auch Sicherheits-Updates mit. Das Installieren ist also Pflicht!
Release-Notes von Rocket.Chat sind hier nach zu lesen:
Das Update nie ohne ein Backup des Systems einspielen!
Das vorherige Update (Migration Datenbank) muss eingespielt sein (sonst Extra-Aufwand s.u.)
Dieses Update wird als Paket-Update eingespielt
Rocket.Chat unterstützt nicht mehr die Bereitstellung über ein Verzeichnis-Pfad ( /rocketchat ). Das wird während des Updates (aufwändig) umgebaut. Daraus resultiert, dass bei Clients (Smartphone, Desktop) die Adresse geändert werden muss: /rocketchat
entfernen.
Die bereits mit dem letzten Update eingeführte MongoDB >5 benötigt AVX-Unterstützung der CPU. Wenn diese nicht vorhanden ist, wird die Datenbank nicht starten.
Um herauszufinden, ob der/die Server/VM AVX beherrscht, kann z. B. die Fähigkeit abgefragt werden:
grep avx /proc/cpuinfo
oder
grep avx2 /proc/cpuinfo
Mehr Infos dazu finden sich im Netz.
Sollte das letzte Update-Paket mit dem Datenbank-Update nicht eingespielt worden sein, muss:
- Paket Update einspielen
- 5.4.10 als Tag in die
/etc/egroupware-rocketchat/docker-compose.overwrite.yml
eintragen, => docker-compose up -d
, dann docker logs -f rocketchat
, bis gestartet
-
stable6 als Tag in die
/etc/egroupware-rocketchat/docker-compose.overwrite.yml
, docker-compose up -d
, docker logs -f rocketchat
bis er 6.3.x als gestartet meldet
Wir stellen die offiziellen Rocket.Chat-Container in unserer eigenen Registry zur Verfügung. Die Container testen wir so gut es uns möglich ist (Integration, Auth, …). Darum sollte unbedingt unsere Registry in der Konfiguration verwendet werden (aktuell: stable6).
Für Fragen, Anregungen usw. bitte wie immer jeweils ein eigenes Thema im Forum (Kategorie Rocket.Chat) erstellen und auf diesen Artikel Bezug nehmen.
Viele Grüße
Dein EGroupware Team
Hello everybody.
We have provided a major update for Rocket.Chat. The version is raised to 6.3.x and some changes have been made to the installation.
It also comes with security updates. The installation is therefore mandatory!
Release notes from Rocket.Chat can be read here:
Never install the update without a backup of the system!
The previous update (migration database) must be installed (otherwise extra effort see below).
This update will be installed as a package update
Rocket.Chat no longer supports provision via a directory path ( /rocketchat ). This will be changed during the update (time-consuming). As a result, the address must be changed for clients (smartphone, desktop): remove /rocketchat
.
MongoDB >5, which was already introduced with the last update, requires AVX support of the CPU. If this is not present, the database will not start.
To find out if the server/VM can handle AVX, you can e.g. query the capability:
grep avx /proc/cpuinfo
or
grep avx2 /proc/cpuinfo
More information can be found on the net.
If the last update package with the database update has not been installed, you must:
- import the update package
- add 5.4.10 as tag to
/etc/egroupware-rocketchat/docker-compose.overwrite.yml
, => docker-compose up -d
, then docker logs -f rocketchat
, until started
- put stable6 as tag in
/etc/egroupware-rocketchat/docker-compose.overwrite.yml
, docker-compose up -d
, docker logs -f rocketchat
until it reports 6.3.x as started
We provide the official Rocket.Chat containers in our own registry. We test the containers as best we can (integration, auth, …). Therefore, our registry should definitely be used in the configuration (currently: stable6).
For questions, suggestions, etc., please create a separate topic in the forum (Category Rocket.Chat) and refer to this article.
Best regards
Your EGroupware team