Project

General

Profile

« Previous | Next » 

Revision 8129

README.TXT: Full database import: Added steps to use `screen` to allow recovering from a closed terminal window

View differences:

README.TXT
53 53
            Check their MD5 sums using the steps under On jupiter below
54 54
            Remove these backups
55 55
    unset version
56
    screen
57
    Press ENTER
56 58
    Start column-based import: . bin/import_all by_col=1
57 59
        To use row-based import: . bin/import_all
58 60
        To stop all running imports: . bin/stop_imports
......
61 63
        Note that import_all will take up to an hour to import the NCBI backbone
62 64
            and other metadata before returning control to the shell.
63 65
    Wait (overnight) for the import to finish
66
    To recover from a closed terminal window: screen -r
67
    When there are no more running jobs, exit the screen
64 68
    Get $version: echo $version
65 69
    Set $version in all vegbiendev terminals: export version=<version>
66 70
    Upload logs (run on vegbiendev): make inputs/upload

Also available in: Unified diff