Skip to content

Commit

Permalink
add information about ownership of records during cli eln import
Browse files Browse the repository at this point in the history
  • Loading branch information
jat255 committed Sep 13, 2024
1 parent 8ae97f4 commit 6fcb37e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/import-export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Figure out the Team ID by looking at the Team from the Sysconfig panel, where th
# import in team 42, force everything to be of type "Resources" with category "6"
docker exec -it elabftw bin/console import:eln --type items --category 6 your.eln 42
By default (if no ``--userid`` setting is provided), the ownership of the items will be
determined by comparing the email addresses of users between the export and import
servers. This allows for simple migration of data from one ELabFTW server to another,
even if users have differing ``userid`` values on the two servers. If the user that owns
an item in the exported data is not present on the destination (import) server, the
importer will create users as necessary.


.. _csvimport:

Expand Down

0 comments on commit 6fcb37e

Please sign in to comment.