From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KPZmOWRKXmAnQQAAgWs5BA (envelope-from ) for ; Fri, 26 Mar 2021 21:56:04 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +KIrNGRKXmASeQAAbx9fmQ (envelope-from ) for ; Fri, 26 Mar 2021 20:56:04 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 80B201A850 for ; Fri, 26 Mar 2021 21:56:04 +0100 (CET) Received: from localhost ([::1]:55740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPtUx-0000jQ-Ki for larch@yhetil.org; Fri, 26 Mar 2021 16:56:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPrgR-00032v-QL for help-guix@gnu.org; Fri, 26 Mar 2021 14:59:47 -0400 Received: from mail-pl1-x630.google.com ([2607:f8b0:4864:20::630]:36503) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lPrgO-0003la-Ef for help-guix@gnu.org; Fri, 26 Mar 2021 14:59:47 -0400 Received: by mail-pl1-x630.google.com with SMTP id ay2so1362483plb.3 for ; Fri, 26 Mar 2021 11:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:content-transfer-encoding; bh=RGzGSGhwkVa7JfJJ9dhwbxJtFpHXdWerI1r0L7ihBbQ=; b=AlQu+VEF8sISPUcepj+u4dxDEwNHjyENdVUuy++x55mNSvwkEm1pVIkMsu3V19Zt+I soYWym8YCan5LFtuKot80P24YCiuaEHLDpyG4C1ZjqaY5n8TYzK5vTmErPwRlWXOeQiu EGzNOX30d2gTInPPwzA4cgDZNyTOoXvm9Di8k8GLOJzWIxNF2nz6lezMeVTQzQft/sYI hZhDCKc77Q1rLobzUVr/dMu0FXlICr4WqO6UaWRanjWlMsayh1siImVaUMkFiquMxUil OAR8WCKWt8cDR/++mBfpWIzsfWhub+OdSx1kUfo9yOXhlC1Z+aqRrVdVM1vdr0mZa4YM HKWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-disposition:content-transfer-encoding; bh=RGzGSGhwkVa7JfJJ9dhwbxJtFpHXdWerI1r0L7ihBbQ=; b=esaYi2RtN9W1W/JgELOUO3rmqMRR2ERwoycuDYwjWt7Ro9gUbWkbm+WHDibNKgnEd/ +5OqTJxhb5iX+U+G93dJDo6mSR4ZWFxsVra0EYWVG4g/nPbWKFwCsBtvjUaqLId1ubSz LNYudnRbl741cHsLanlfYapMB+q34GPn4MIcLKB76gKDWDVN8Ov4UvSxFA0YA2QB5vDP VHg+7WlpsmTfgdJMGEBeXCERnOtngMAfkdmTFFt2stzrKRoM2+Y7gefReATy/sGsCXGw cQQ9KLmm3SHESypXPkG5UE7uvVI1G2CG2C41SNbJD5VW601GyY3SCPGdgUNrLFLRJoUI fpEA== X-Gm-Message-State: AOAM530fhLgEPpBbo/TgpNAnyHLh+CRVUG6t8FtlbksteSwfkvrbVfDV Uv1putF+xMII4uLmaqFdlzVYV7rKT0U= X-Google-Smtp-Source: ABdhPJyYnzIRYvoP7Xkvi0GGvkQn7bvwNSL9GJtYZdh1Up40bklDYzHmUxg7RoYO+YjuADTjMfLsEw== X-Received: by 2002:a17:90b:3692:: with SMTP id mj18mr14463205pjb.44.1616785182644; Fri, 26 Mar 2021 11:59:42 -0700 (PDT) Received: from home-guest ([61.6.230.244]) by smtp.gmail.com with ESMTPSA id c25sm9601757pfo.101.2021.03.26.11.59.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Mar 2021 11:59:42 -0700 (PDT) Date: Sat, 27 Mar 2021 02:59:36 +0800 From: Tim Lee To: help-guix@gnu.org Subject: 'guix deploy' installs old version of Guix on Digital Ocean Message-ID: <20210326185936.vnhhnu6m3zny56es@home-guest> Mail-Followup-To: help-guix@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::630; envelope-from=progscriptclone@gmail.com; helo=mail-pl1-x630.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 26 Mar 2021 16:55:51 -0400 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1616792164; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=RGzGSGhwkVa7JfJJ9dhwbxJtFpHXdWerI1r0L7ihBbQ=; b=T7UmfG0KXfgOQfWxTIO5/OFFRQUoqodA7dBT/1Qz2Iw08BDzQyfl+MMt7X+FXjyueRFO7j EpiL8knoTI9CsCMq3ab2xzZdkqDEU1AchMjmywQ+N6+e+33PYVkev89Y3HtaYtAiyH62rA pqsUVYYPzR7YRmA4zqjtptUPfvuEys712jaCoL2ZLwOmzy+k2YQ8K1UwNDCr6sMxDF+Qus 9kJk7CetHy48Sj3o+XFrMOo9ibLOpqmQ0TtBYxoI6mTLdqs3T27XIzoxYwY8QA9lWNj992 TF4IrdmtL6O2t9YWW5/1HrsHvBxqM7FS6MGivG3oelA4TNWvTlxQWodTmNPieQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1616792164; a=rsa-sha256; cv=none; b=r470Xw2yC6mN2hYqVon5DYwgtgw9hWsYsRRR4QUG3cALKZEGEjWySOwT6ogo4DLWbaZ7mM lzw8hQbVcUop2lVhBrRU/VrVPUVc2I3fIto8Rrq/3E9aa1swbmTlxb7pWzF6WgVrY78Wu8 XOq0jhTH+i/bXwgAik1fsQjVXqlS3oJVJrMouUk0OCUi2GWI1ahUaQmaYkssG4zwKl7J6m /QhPhlCYlW53q1tC4sNisg/3/LOtimA+LjvWlp+uE+9udmOGNBNZ7G5Ps84Rf9DbTx4sxm 6EkvC2ufAh1ujBemhn9GeSVOrduzYGZsQkMitCQyYduxI0tX+2vOC+kY0qvUlg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=AlQu+VEF; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Spam-Score: -2.62 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=AlQu+VEF; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 80B201A850 X-Spam-Score: -2.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: mGLMIPd1v1hC I am following this article to manage my Digital Ocean servers using 'guix deploy': https://guix.gnu.org/blog/2019/managing-servers-with-gnu-guix-a-tutorial/ However, I notice that the Digital Ocean deployment actually installs Guix version 1.0.1 (May 2019) instead of the latest version — 1.2.0 (November 2020). I looked into the source code and found that gnu/machine/digital-ocean.scm is outdated: https://github.com/guix-mirror/guix/blob/v1.2.0/gnu/machine/digital-ocean.scm#L198 Is it safe to deploy an old version of Guix, considering the massive improvements that have taken place over 18 months between May 2019 and November 2020?