Subject: Re: how to update packages in production
To: Zafer Aydogan <zafer@aydogan.de>
From: Greg Troxel <gdt@ir.bbn.com>
List: pkgsrc-users
Date: 11/07/2007 09:07:48
I use pkg_rolling-replace, which avoids some of the make update problems.

None of this will get around the database dump/load issue, but you can 

make
stop-clients
stop-db
dump
make replace
start-db
load
start-clients