| Auszug |
|---|
|
Nuclos DB export import: maintenance dbexport, dbimport, snapshot, streaming, BLOB, CLOB, curl, 4.3, database-independent. |
Language: Deutsch · English
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 |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
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 |
|---|
|
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 |
|---|
|
curl --cookie cookies.txt "http://localhost:8080/nuclos-war/rest/maintenance/dbexport" > full.xml.gz |
Import
| Codeblock |
|---|
|
curl --cookie cookies.txt "http://localhost:8080/nuclos-war/rest/maintenance/dbimport" --data-binary @full.xml.gz |
| Warnung |
|---|
|
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
Migrating data into Nuclos
Migration.
Open →