Project

General

Profile

« Previous | Next » 

Revision 5917

Calls to `make inputs/.TNRS/cleanup`: Do `make inputs/.TNRS/tnrs_accepted/reinstall; make inputs/.TNRS/tnrs_other/reinstall` instead to use new split TNRS tables

View differences:

README.TXT
43 43
    Otherwise, continue
44 44
    Delete previous imports so they won't bloat the full DB backup:
45 45
        make backups/public.<version>.backup/remove
46
    make inputs/.TNRS/cleanup; make backups/TNRS.backup-remake &
46
    make inputs/.TNRS/tnrs_accepted/reinstall
47
    make inputs/.TNRS/tnrs_other/reinstall
48
    make backups/TNRS.backup-remake &
47 49
    make backups/public.<version>.backup/test &
48 50
    make backups/vegbien.<version>.backup/test &
49 51
    On local machine:
......
73 75
        Restore:
74 76
            yes|make inputs/.TNRS/uninstall
75 77
            make backups/TNRS.backup/restore &
76
            make inputs/.TNRS/cleanup
77
                This is necessary because the PostgreSQL collation may differ
78
                between vegbiendev's and your DB.
79 78
            yes|make schemas/public/reinstall
80 79
                Must come after TNRS restore to recreate tnrs_input_name view
81 80
    Full DB:

Also available in: Unified diff