Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6590C782B82 for <~alpine/users@lists.alpinelinux.org>; Mon, 13 Jul 2020 17:11:51 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1594660310; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=Hw++2heqmMM5yqFRRM/sNN5HaBpmdsoNjH7/Bvw4Phs=; b=SmrGnFHU4nhw2VgiJ19EQegta4PbGKegvqWzxqr4CKpGVEmsjfIK7BYdNusVfWTQAAwAmU N6VuVDDmkXTXJQdJV5u9hjUG5jVHPTHNRfUsWUsz5T8P+HYQ2eGNSc76nJiJDcQGsVPljv aeN/10uZy84ZyW6QzBQanlCG1yn5VeQ= From: Ariadne Conill To: ~alpine/users@lists.alpinelinux.org Subject: Re: Alpine upgrades on a physical server Date: Mon, 13 Jul 2020 11:11:46 -0600 Message-ID: <2995809.IqFZyr3sfq@localhost> In-Reply-To: <364e26c9-9d9f-25ff-64a1-bd5b32e47e73@it-express.ru> References: <364e26c9-9d9f-25ff-64a1-bd5b32e47e73@it-express.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: 0.90 On Monday, July 13, 2020 9:31:17 AM MDT Andrey Abramov wrote: > Hello! > > Is it ok to run alpine on a physical server? > I am talking about upgrades especially - new versions release quite > frequently (and are supported only within a year), so how alpine handles > this kind of upgrades? (I mean 3.12 -> 3.13 -> 3.14 -> ....) I run it on tons of physical servers. You just do: apk upgrade --available; reboot Ariadne