From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AAD121F66F for ; Sat, 22 Aug 2020 20:12:30 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 2110FEC754; Sat, 22 Aug 2020 16:12:29 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=SSWJLIlbXjRw6iHxAdvVF0UfN8M=; b=elHWC0 bYzOyVMmtxYweF9znGUN9vgmgDIZ0JjzWCjZ+r+N6R7/oEFqeiOD2KNpg8hjq7xS cXfQWUzhXB4r6+wE82FRB1gIOIe/68+acqWQw+1qvJqUb2mPfiP1bIwZZWprwy8m nXyYFrxddxbWkk6sUAcCNVAaL9adPsJ/KY8Ng= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id F3587EC753; Sat, 22 Aug 2020 16:12:28 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=LlROMpQumlZGRsZbtoE8v/0/1m91hQtlS+S8vXQyynw=; b=ungInJ3vsYDy6Co7rdkBCX9jLweZYEdJOCnjiwHz7bwzghu4TaN43raICJM69D1Jiua/vxPiH43xCGcumS1jLKravYL6+ufUajm0SNVSaB1HyfGSTrvLyl8CGjS7zIyyueFFFSLcBAJ4DAJXjXkjH0+de1Ot7F6LTvMabXdyndw= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 466A9EC752; Sat, 22 Aug 2020 16:12:24 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/5] "mairix -t" workalike for mbox.gz downloads In-Reply-To: <20200822064237.GA15720@dcvr> References: <20200822060627.15595-1-e@yhbt.net> <20200822064237.GA15720@dcvr> Date: Sat, 22 Aug 2020 16:12:22 -0400 Message-ID: <874koucue1.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: CAECF5F0-E4B3-11EA-8A6A-F0EA2EB3C613-24757444!pb-smtp20.pobox.com List-Id: Eric Wong writes: > Eric Wong wrote: >> It requires "public-inbox-index --reindex" to activate; >> but PATCH 5/5 makes it safe to upgrade WWW either before >> or after --reindex. That means BOFHs can upgrade without >> regard to ordering. > > public-inbox-watch users will need to restart -watch before > --reindex, though. Don't think that's avoidable... Oops, the few times I've used --reindex I don't think I've given order much thought. Is it accurate to say that "restart services then --reindex" is the recommended order in general?