Revision 4482
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
13 | 13 |
|
14 | 14 |
Data import: |
15 | 15 |
Perform the following steps on vegbiendev: |
16 |
svn up |
|
17 |
Update the schemas: make schemas/reinstall |
|
18 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
|
19 |
To save it: make schemas/rotate |
|
16 | 20 |
Start column-based import: . bin/with_all 'import by_col=1' |
17 | 21 |
To use row-based import: . bin/import_all |
18 | 22 |
To stop all running imports: . bin/stop_imports |
Also available in: Unified diff
README.TXT: Added steps before the import to `svn up` and update the schemas