Revision 13010
Added by Aaron Marcuse-Kubitza almost 11 years ago
README.TXT | ||
---|---|---|
57 | 57 |
To keep a previous import other than the public schema: |
58 | 58 |
export dump_opts='--exclude-schema=public --exclude-schema=<version>' |
59 | 59 |
# env var will be inherited by `screen` shell |
60 |
Make sure there is at least 350GB of disk space on /: df -h |
|
61 |
The import schema is 315GB, and may use additional space for temp tables |
|
60 |
Make sure there is at least 500GB of disk space on /: df -h |
|
61 |
The import schema is 315GB, and may use significant additional space for |
|
62 |
temp tables |
|
62 | 63 |
To free up space, remove backups that have been archived on jupiter: |
63 | 64 |
List backups/ to view older backups |
64 | 65 |
Check their MD5 sums using the steps under On jupiter below |
Also available in: Unified diff
/README.TXT: Full database import: disk space: increased minimum requirement to 500GB (~200GB extra), as the import may use significant additional space for temp tables