Project

General

Profile

« Previous | Next » 

Revision 14091

/README.TXT: Notes on system stability: added warning that when shutting down the VM, one should always first stop Postgres, to prevent the OS from SIGKILLing it

View differences:

trunk/README.TXT
13 13
	cd /home/bien # should happen automatically at login
14 14

  
15 15
Notes on system stability:
16
	**WARNING**: when shutting down the VM, always first stop Postgres:
17
		sudo service postgresql stop
18
		this prevents the OS from SIGKILLing Postgres, which sometimes causes
19
		database corruption 
16 20
	**WARNING**: system upgrades can break key parts of the full-database
17 21
		import, causing errors such as disk space overruns. for this reason, it
18 22
		is recommended to maintain a snapshot copy of the VM as it was at the

Also available in: Unified diff