There is a parameter file for the export which makes all required data available; it is located in the server installation directory under
config/export/customizing_update_*.par
. Here, all licenses to be exported must be entered under
--include-licenses
or all licenses to be retained must be entered under
--exclude-licenses
.
The counterpart for import can be found under
config/import/customizing_update_*.par
and must be adjusted to the respective target system. Here, all customer licenses that are not affected by the update must be entered under
--exclude-licenses
.
- NEW The file exists in two versions::
-
config/import/customizing_update_venus.par
for systems with a Venus database
-
config/import/customizing_update_voe.par
for systems with an Earth database
Application example:
# Export in the source system:
./planta_export.sh --output-file /tmp/cu_update @config/export/customizing_update_venus.par
# Import in the target system:
./planta_import.sh --input-file /tmp/cu_update @config/import/customizing_update_venus.par