Project

General

Profile

« Previous | Next » 

Revision 3370

README.TXT: Updated warning messages to match what's actually output by the commands in question

View differences:

README.TXT
1 1
Installation:
2 2
    Install: make install
3
        WARNING: This will delete any existing VegBIEN DB!
3
        WARNING: This will delete the current public schema of your VegBIEN DB!
4 4
    Uninstall: make uninstall
5
        WARNING: This will delete your VegBIEN DB!
5
        WARNING: This will delete your entire VegBIEN DB!
6
        This includes all public schema versions and staging tables.
6 7
    Reinstall all datasources at once: . bin/reinstall_all
7 8

  
8 9
Data import:
......
15 16
    Back up an archived import: make schemas/public.<date>.backup &
16 17
        Note: To back up the last import, you must archive it first (see above)
17 18
    Empty the DB: make schemas/reinstall
18
        WARNING: This will delete your VegBIEN DB!
19
        WARNING: This will delete the current public schema of your VegBIEN DB!
19 20

  
20 21
Datasource setup:
21 22
    Add a new datasource: make inputs/<short_name>/add
......
25 26
Schema changes:
26 27
    Regenerate schema from installed DB: make schemas/remake
27 28
    Reinstall DB from schema: make schemas/reinstall
28
        WARNING: This will delete your VegBIEN DB!
29
        WARNING: This will delete the current public schema of your VegBIEN DB!
29 30
    Sync ERD with vegbien.sql schema:
30 31
        Run make schemas/vegbien.my.sql
31 32
        Open schemas/vegbien.ERD.mwb in MySQLWorkbench

Also available in: Unified diff