Revision 11570
Added by Aaron Marcuse-Kubitza about 11 years ago
README.TXT | ||
---|---|---|
119 | 119 |
For each newly-archived backup: |
120 | 120 |
make -s <backup>.md5/test |
121 | 121 |
Check that "OK" is printed next to the filename |
122 |
On nimoy: |
|
123 |
cd /home/bien/svn/ |
|
124 |
svn up |
|
125 |
export version=<version> |
|
126 |
make backups/analytical_stem.$version.csv/download |
|
127 |
In the bien_web DB: |
|
128 |
Create the analytical_stem_<version> table using its schema |
|
129 |
in schemas/vegbien.my.sql |
|
130 |
make -s backups/analytical_stem.$version.csv.md5/test |
|
131 |
Check that "OK" is printed next to the filename |
|
132 |
table=analytical_stem_$version bin/publish_analytical_db \ |
|
133 |
backups/analytical_stem.$version.csv |
|
134 | 122 |
If desired, record the import times in inputs/import.stats.xls: |
135 | 123 |
Open inputs/import.stats.xls |
136 | 124 |
If the rightmost import is within 5 columns of column IV: |
Also available in: Unified diff
/README.TXT: Full database import: after import: removed step to install analytical_stem on nimoy because the import mechanism is not set up to do this (we don't generate CSV exports of the full analytical_stem table because they take up a lot of space and are not currently used for anything)