Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122708 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id E58251A009C for ; Thu, 21 Mar 2024 16:04:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711037118; bh=8Mz/r7NyJdPwNi0ifB9EwTni8Q6JSUlznKuVHGU4ZXU=; h=Date:From:To:cc:Subject:From; b=Yy9CZ3xK/YWX70F0Zdvc0ol/qQ8lvgFAraPiF933vkNj1gdxA/HI+fTBaFHw2p2R8 xp3pt6HJ7W3ww8lhETZ6pdC0/4JTGyWkQKCXQozR4r7KDjULy/YocDOHEhWyQXlqme aunK/fVDyxw6Snl67vk7qDJYGmVjtmW0dNHSBd38j5ObczLSlbtMrhlu9pt3t6x77O WQtvxENgAJJ+GfT+4leqjL55uF2heSvsBbwsHl14BWRwgMpUCC65M85bW5CTzHGSq0 bt4AtUBCmfbl5x0XKVh2ynAamK6XgsqDOLKPm/KYR7HxHbIOA4C4yZEKOkqVn2KrFT Xw1Rc4+ETyYXA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 36CF018088F for ; Thu, 21 Mar 2024 16:05:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_PASS, SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Thu, 21 Mar 2024 16:05:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711037094; bh=8Mz/r7NyJdPwNi0ifB9EwTni8Q6JSUlznKuVHGU4ZXU=; h=Date:From:To:cc:Subject:From; b=Hxj4TT+BtnI6H5AsiB4/2YSXPnFcO/D9hirXSsXIrzZJNQ3EfnC2bI1T4GOQATADL 9usBK1G700CyP+FRLHCPa1MAfbjemlT4MO9l8KJ+0EY6vapWLplEiMf00lTOFMr6MK klmkrDMJr3m1ysm7QHrAMZhhCtlbiV0gwgD4hy4KZL6qNpK7UFQ8YPj2l0Bjhke00v vo2UdbTuEPbxGULeU9FgQ7FETool09ETCorT37l7jwbGFwqNv46iF+8tMeQWARlU5s XJJfo2rhQLMY24V33z3Y6QWKzBmee+QdSzesXsPo69FZPhWS8r6RDwss/skr6dCZ2+ A9D3W6E5Ldokg== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 23E4210C05F; Thu, 21 Mar 2024 16:04:54 +0000 (GMT) Date: Thu, 21 Mar 2024 17:04:53 +0100 (CET) To: PHP Developers Mailing List cc: PHP Systems , Mark Scholten Subject: [PHP-DEV] System Upgrades / Rsync Server Swapover Message-ID: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) Hi! TL,DR: 1. I have just pushed a DNS change to use our new rsync server. 2. I have upgraded main.php.net from Debian 10 to 12 3. I have installed all the latest updates on most machines Long Form 1. In the beginning of the year, Deft (formerly Server Central), reached out to us that the current rsync server is old, and they would like to continue sponsoring us with a replacement (faster) machine. I set up this new server in February, but then the mailing list stuff happened and life got in the way, so I have only just switched DNS over after testing each property. Except that I could not test rsync and rmtools, as I don't know where they live. Nor PEAR, as I don't have access, and I also don't know whether it uses our rsync service. This change should not cause any issues, but let me know if some websites don't update after committing code through Git. 2. main.php.net still ran Debian 10, and now Debian 12. This does come with a new PHP version (8.2), and I have changed it to use the system PHP instead of using Sury's repostory. Again, I also don't expect this to cause issues. 3. It is good to install system update onces in a while, and I've done that. Let me know if anything broke! cheers, Derick -- https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support mastodon: @derickr@phpc.social @xdebug@phpc.social