Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos nuclet file version: transferVersion, compatibility, import failed, old installer, Docker Hub.

globe with meridians Language: Deutsch · English

open book Nuclet file version

Which Nuclos version supports which nuclet file version – plus a path for too-old files.

Status
colourGrey
titleReferenz
Status
colourBlue
titleAdministrator
Status
colourGreen
titleStand: Jul 2026
Status
colourGrey
titlegilt fuer Nuclos 4.2026.x

Panel
bgColor#F4F5F7

Auf dieser Seite

Inhalt
maxLevel2
minLevel2

Why file versions?

A nuclet can only be imported if its file version is supported by the installed Nuclos version. The version is kept stable as long as possible but may be raised by data model migrations.

Nuclet file versionNuclos fromto
13.7
23.83.15
34.04.11
44.124.17
54.184.18
64.19

Determine the file version

Rename the nuclet file to nuclet.zip, unpack it and open nuclet.xml – the version is at the top under transferVersion:

Codeblock
languagexml
<root>
  <transferVersion>5</transferVersion>
...

An incompatible version produces:

Codeblock
languagetext
Import of nuclet failed: Found file format version-{n}. This Nuclos supports only version-{n}

Nuclet with a too-old file version

Obtain an installer of a compatible version (for version 4 e.g. 4.17 – always the highest Nuclos version of a file version). Install into an empty schema, import the nuclet, then update with a current installer; the schema is migrated on start. Afterwards re-export the nuclet – it now has the current file version.

Tipp
titleOld installers

Old installers (e.g. 4.18) can often be found on Docker Hub. Copy the installer out of the image like this:

Codeblock
languagebash
docker create --name tmp-nuc-4.18 nuccess/nuclos:4.18.3
docker cp tmp-nuc-4.18:/opt/nuclos/update/backup/nuclos-4.18.3-installer-generic.jar nuclos-4.18.3-installer-generic.jar

Related pages

electric plug Nuclet import


Import.

Öffnen →

package Nuclet


Basics.

Öffnen →