From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Updating Guix requires full rebuild? Date: Mon, 01 Feb 2016 14:45:42 +0100 Message-ID: <87bn805yt5.fsf@gnu.org> References: <20160130100642.GA31612@novena-choice-citizen.lan> <20160131093723.GA21358@novena-choice-citizen.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQEnc-0004DI-Ar for help-guix@gnu.org; Mon, 01 Feb 2016 08:45:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQEnY-0001X8-BZ for help-guix@gnu.org; Mon, 01 Feb 2016 08:45:48 -0500 In-Reply-To: <20160131093723.GA21358@novena-choice-citizen.lan> (Jookia's message of "Sun, 31 Jan 2016 20:37:23 +1100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Jookia <166291@gmail.com> Cc: help-guix@gnu.org Jookia <166291@gmail.com> skribis: > Following up: davexunit looked at this issue with me on IRC and showed me= it's > to do with the Guix built from Git in Debian using /usr/local/var/guix wh= ile the > Guix installed using Guix used /var/guix - moving the files fixed everyth= ing. Oh. You need to be *very* careful with this because /var/guix/db/db.sqlite contains the metadata that says what=E2=80=99s valid= and what=E2=80=99s not in /gnu/store. If you run a guix-daemon instance that uses the wrong database, you could lost stuff in /gnu/store. Ludo=E2=80=99.