-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some additional documentation about record ownership during import #29
base: next
Are you sure you want to change the base?
Conversation
@@ -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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to use correct case: eLabFTW
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer "instance" instead of "servers". Or maybe both "instances/servers".
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"importer" could be replaced by "import process", to make it cleare we're talking about the code, not the human doing the import.
No description provided.