Versionen im Vergleich

Schlüssel

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

Nuclos DB export import: maintenance dbexport, dbimport, snapshot, streaming, BLOB, CLOB, curl, 4.3, database-independent.

globe with meridians Language: Deutsch · English

hammer and wrench Fast and generic database import/export

Back up and restore the entire Nuclos schema from the command line – streamed, database-independent, from 4.3.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

From Nuclos 4.3, the entire Nuclos schema can be exported and imported from the command line – no client needed, only the server must run. Ideal for snapshots of an instance including master and live data, independent of the database type.

Info
titleStreaming

The data is streamed – no size limit; BLOB/CLOB are no problem. Via a pipe, data can be transferred directly from one instance to another.

Export

Codeblock
languagebash
curl --cookie cookies.txt "http://localhost:8080/nuclos-war/rest/maintenance/dbexport" > full.xml.gz

Import

Codeblock
languagebash
curl --cookie cookies.txt "http://localhost:8080/nuclos-war/rest/maintenance/dbimport" --data-binary @full.xml.gz
Warnung
titleLimitations

When switching between different Nuclos versions or databases, make a backup first. A complete switch of the database vendor is not possible, because Nuclos creates some vendor-specific DB objects that must be recreated manually.

Related pages

gear Migrating data into Nuclos


Migration.

Open →