Revision 13429
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
126 | 126 |
warning e-mails. these can safely be ignored. (they happen because the |
127 | 127 |
parallel imports use all the available cores.) |
128 | 128 |
for test import, turn off DB backup (also turns off analytical DB creation): |
129 |
kill % # cancel after_import |
|
129 |
kill % # cancel after_import()
|
|
130 | 130 |
Wait (4 days) for the import to finish |
131 | 131 |
To recover from a closed terminal window: screen -r |
132 | 132 |
To restart an aborted import for a specific table: |
Also available in: Unified diff
/README.TXT: Full database import: for test import, turn off DB backup: added () after after_import to show that it's a function