From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: Stuck upgrading from Guix v0.12 Date: Thu, 31 Jan 2019 15:46:05 +0100 Message-ID: <665af628-ea4c-daaf-c9f2-692ef9a5ccad@riseup.net> References: <1545049789.2673.17.camel@tourbillion-technology.com> <1545058340.2673.29.camel@tourbillion-technology.com> <87ftuvvkxt.fsf@elephly.net> <87zht1wrec.fsf@gnu.org> <87h8f9tx3d.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpDbN-00013H-G2 for help-guix@gnu.org; Thu, 31 Jan 2019 09:46:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpDbM-0002Iu-Lk for help-guix@gnu.org; Thu, 31 Jan 2019 09:46:01 -0500 Received: from mx1.riseup.net ([198.252.153.129]:39554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpDbM-0002I1-96 for help-guix@gnu.org; Thu, 31 Jan 2019 09:46:00 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 421161A0A9F for ; Thu, 31 Jan 2019 06:45:59 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id A46221C05F6 for ; Thu, 31 Jan 2019 06:45:58 -0800 (PST) In-Reply-To: Content-Language: en-US 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" To: help-guix@gnu.org On 2019-01-09 17:47, Paul Garlick wrote: > Hi Guix, > > Got it! I have been able to upgrade from version 0.12 to version 0.16. > > I used 'guix copy' to copy a recent guix on a local server. Thank you > Gabor for the suggestion. The steps I followed were: > > i) generate signing keys on both systems > ii) copy across public keys and authorize on each system > iii) install guix in the user profile on the server > iv) use 'guix copy --from=localServer /gnu/store/...guix-0.16.0-4...' > Note: this copies the dependencies too > v) set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH on the receiving > system. Note: set the variables to point to the newly-copied paths in > /gnu/store for guile-gcrypt, guile-sqlite3, guile-git and guile- > bytestructures > vi) use '/gnu/store/...guix-0.16.0-4.../bin/guix pull' > vii) include .config/guix/current/bin in PATH variable > viii) use 'guix package --upgrade' > ix) update guix-daemon.service > x) restart daemon > > To finish, I authorized substitutes for ci.guix.info.pub. I am cooking > with gas again! Nice! Thanks for sharing. -- Cheers Swedebugia