Revision 3381
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
11 | 11 |
Using column-based import: . bin/with_all 'import by_col=1' |
12 | 12 |
Stop all running imports: . bin/stop_imports |
13 | 13 |
Archive the last import: make schemas/rotate |
14 |
Remove the last import: make schemas/public/reinstall |
|
15 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
|
14 | 16 |
Re-import data: make schemas/rotate; . bin/import_all |
15 | 17 |
Note: This will archive the last import. |
16 |
Back up an archived import: make schemas/public.<date>.backup & |
|
18 |
|
|
19 |
Maintenance of archived imports: |
|
20 |
Back up: make schemas/public.<date>.backup & |
|
17 | 21 |
Note: To back up the last import, you must archive it first (see above) |
18 |
Restore an archived import: make schemas/public.<date>.backup/restore & |
|
19 |
Empty the DB: make schemas/reinstall |
|
20 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
|
22 |
Restore: make schemas/public.<date>.backup/restore & |
|
23 |
Remove: make schemas/public.<date>/uninstall |
|
21 | 24 |
|
22 | 25 |
Datasource setup: |
23 | 26 |
Add a new datasource: make inputs/<short_name>/add |
Also available in: Unified diff
README.TXT: Documented how to remove an archived import. Moved archived imports commands from Data import to new section Maintenance of archived imports. Changed "Empty the DB" to "Remove the last import" for clarity, and made the command apply just to the public schema and not also to the functions schemas (reinstalling those is documented under Schema changes).