Revision 14688
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
30 | 30 |
sudo service postgresql stop |
31 | 31 |
this prevents the OS from SIGKILLing Postgres, which sometimes causes |
32 | 32 |
database corruption |
33 |
**WARNING**: system upgrades can break key parts of the full-database |
|
34 |
import, causing errors such as disk space overruns. for this reason, it |
|
35 |
is recommended to maintain a snapshot copy of the VM as it was at the |
|
36 |
last successful import, for fallback use if a system upgrade breaks |
|
37 |
anything. system upgrades on the snapshot VM should be disabled |
|
38 |
completely, and because this will also disable security fixes, the |
|
39 |
snapshot VM should be disconnected from the internet and all networking |
|
40 |
interfaces. (this is an unfortunate consequence of modern OSes being |
|
41 |
written in non-memory-safe languages such as C and C++.) |
|
42 | 33 |
|
43 | 34 |
Notes on running programs: |
44 | 35 |
**WARNING**: always start with a clean shell, to avoid spurious bugs. the |
Also available in: Unified diff
/README.TXT: Notes on system stability: removed no longer applicable warning about system upgrades, which is now incorrect because the disk space overrun bug (#887) was found not to have been caused by a system upgrade