Revision 13016
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/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 |
restart Postgres to free up any disk space used by temp tables from the last |
|
61 |
import (this is apparently not automatically reclaimed): |
|
62 |
make postgres_restart |
|
60 | 63 |
Make sure there is at least 500GB of disk space on /: df -h |
61 | 64 |
The import schema is 315GB, and may use significant additional space for |
62 | 65 |
temp tables |
Also available in: Unified diff
/README.TXT: Full database import: added step to restart Postgres to free up any disk space used by temp tables from the last import (this is apparently not automatically reclaimed)