Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2010 11:53:45 GMT
From:      Till Klampaeckel <till@php.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149030: databases/couchdb: Addition to the Makefile (pre-fetch notice)
Message-ID:  <201007281153.o6SBrj53018621@www.freebsd.org>
Resent-Message-ID: <201007281200.o6SC0CXx025934@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149030
>Category:       ports
>Synopsis:       databases/couchdb: Addition to the Makefile (pre-fetch notice)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 12:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Till Klampaeckel
>Release:        n/a
>Organization:
n/a
>Environment:
>Description:
I feel this is a necessary addition since CouchDB underwent some BC breaking changes on the road to 1.0.

Especially with larger data sets rebuilding a view can cause serious downtime since a view would be virtually unaccessible during the build process.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-07-28 13:43:51.000000000 +0200
+++ Makefile	2010-07-28 13:45:38.000000000 +0200
@@ -44,6 +44,7 @@ MAN1=	couchdb.1 couchjs.1
 pre-fetch:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "If you are upgrading CouchDB, please double-check that the datafile is compatible."
+	@${ECHO_MSG} "Upgrading also might require you to rebuild your views entirely."
 	@${ECHO_MSG} ""
 
 post-patch:



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007281153.o6SBrj53018621>