Revision 6804
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
24 | 24 |
To save it: make schemas/rotate |
25 | 25 |
Make sure there is at least 100GB of disk space on /: df -h |
26 | 26 |
The import schema is 75GB, and may use additional space for temp tables |
27 |
To free up space, remove backups that have been archived on jupiter: |
|
28 |
List backups/ to view older backups |
|
29 |
Check their MD5 sums using the steps under On jupiter below |
|
30 |
Remove these backups |
|
27 | 31 |
Start column-based import: . bin/import_all by_col=1 |
28 | 32 |
To use row-based import: . bin/import_all |
29 | 33 |
To stop all running imports: . bin/stop_imports |
Also available in: Unified diff
README.TXT: Data import: Creating enough disk space: Added instructions for removing archived backups to free up space