From solr-user-return-144237-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed Oct 3 18:54:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 441E518065B for ; Wed, 3 Oct 2018 18:54:04 +0200 (CEST) Received: (qmail 15474 invoked by uid 500); 3 Oct 2018 16:54:02 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 14787 invoked by uid 99); 3 Oct 2018 16:54:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2018 16:54:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2BAE3C77CD for ; Wed, 3 Oct 2018 16:54:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=elyograg.org Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ILfuVg1ulhao for ; Wed, 3 Oct 2018 16:54:00 +0000 (UTC) Received: from frodo.elyograg.org (frodo.elyograg.org [166.70.79.217]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CC8E65F4DA for ; Wed, 3 Oct 2018 16:53:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by frodo.elyograg.org (Postfix) with ESMTP id 55E9ABB8 for ; Wed, 3 Oct 2018 10:53:58 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=elyograg.org; h= content-language:content-transfer-encoding:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=mail; t=1538585638; bh=ZcPf6qEkYfnwzGuEGDkEFCT1OU3o M+nzmc0F09Jg28c=; b=u67GaZf32xU73e4EnL/N1FI4NIMfLaiUEpNNqsMXqtFF fVqvMxYCnZ2Q8d3J7E1q4XUCZX99cJ6p8i5vZJKVs3Ht24qBzqAoBSezrT7ZzvJm SffjIZjT+CYeb+keozwRKYn5V+MyN+zSk4fXONqI3dO4PaulTUtO5Pd9+4ZgwQ8= X-Virus-Scanned: Debian amavisd-new at frodo.elyograg.org Received: from frodo.elyograg.org ([127.0.0.1]) by localhost (frodo.elyograg.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id bx43wjePqs45 for ; Wed, 3 Oct 2018 10:53:58 -0600 (MDT) Received: from [192.168.1.124] (124.int.elyograg.org [192.168.1.124]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: elyograg@elyograg.org) by frodo.elyograg.org (Postfix) with ESMTPSA id E3B07BB6 for ; Wed, 3 Oct 2018 10:53:57 -0600 (MDT) Subject: Re: Restoring and upgrading a standalone index to SolrCloud To: solr-user@lucene.apache.org References: From: Shawn Heisey Message-ID: <17c26366-a77e-37be-5fad-797cd5581654@elyograg.org> Date: Wed, 3 Oct 2018 10:53:59 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US On 10/3/2018 10:45 AM, Shawn Heisey wrote: > Here's one way to do this: Oh, and when you delete the data directory, delete the tlog directory too.  Don't copy tlog from the non-cloud install.  Solr will re-create it as long as the directory gives it permission to do so. Thanks, Shawn