Revision 12395
Added by Aaron Marcuse-Kubitza about 11 years ago
trunk/README.TXT | ||
---|---|---|
68 | 68 |
Remove these backups |
69 | 69 |
screen |
70 | 70 |
Press ENTER |
71 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
|
71 | 72 |
set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs |
72 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
|
73 | 73 |
unset version |
74 | 74 |
Start column-based import: . bin/import_all |
75 | 75 |
To use row-based import: . bin/import_all by_col= |
Also available in: Unified diff
/README.TXT: Full database import: screen: run `unset TMOUT` first because it is most important, now that the remote servers have a TMOUT set for extra security