Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969388564 php.internals:128417 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 lists.php.net (Postfix) with ESMTPS id 076891A00BC; Thu, 7 Aug 2025 10:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1754562913; bh=jrcT1GNo1n6cx0nWB7Qfib7HFblrZUsjrm2rur1SWxE=; h=Date:From:To:Subject:From; b=M0/GBhjBtouTqFlQyeQKkcesqdLjZTAftJ6SDCZlzLtAjwTyhwcXhFktpLKr65Akq RkuWBOQ+wFubThMJ2pnBIKPNuv7ogd76Cu+ce6y7RKC8ki50KXOisqmdX6vJBb76u2 1aWL9/FER2JCxpVhb4kMrph3VL7xwMCQXPur9dpM/na7LtlOpsZljkuVrydlzdiZlO wLOzTtR0USUdyLJ8pmpzjrBUSA3iIsmNAHrG+hjKcQBWq2kzKwsSxacuPUtGbL6+cS rK1DSe1TegkcwoOG3SpxVsasrW/s+GYWEbnjwiQteRZ0q1VzjJaJuLgO/UmLn7nwN6 2kvBrvdOQ7eGg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 717B9180048; Thu, 7 Aug 2025 10:35:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Thu, 7 Aug 2025 10:35:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1754563009; bh=jrcT1GNo1n6cx0nWB7Qfib7HFblrZUsjrm2rur1SWxE=; h=Date:From:To:Subject:From; b=FcuusW6m7TA1PX7Xv5Pq9Rf61VUAOSUOEzUqqWZdmnXAueU1nez9zp9kk/T2n3wEZ zzBVw6EZPvqCiwuI5GM7voBBQfrUHehlZ9LkXF28IpuW1pYDDlVUZXyvI5yaLrlwZc K720QwIxm084EZCWVL8pUwKLgzqFnSaPTN5dBeGMRwp+ngpL/f+PHrqiioUNvMh223 c1E4IFLxiY2qa5LqeykZfNF0rgbweNvu5Nnqa9Bn/OPe9SXdC8GjzrqHNzNY98pW0b KdtR6o4Y9A2r1veZ65XXRiK8MeJWHv0cgMwVur1CbUN4MRZIqoy/WOm6eO1VP9mUNS XZk5Ge9XDl0XQ== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 278C910C050; Thu, 07 Aug 2025 11:36:49 +0100 (BST) Date: Thu, 7 Aug 2025 11:36:48 +0100 (BST) To: PHP Developers Mailing List , php-notes@lists.php.net, PHP Documentation List Subject: [PHP-DEV] Moving Main, and Minimal Service Outage Message-ID: <57a94056-0e64-cc43-eca9-675211e764ca@php.net> Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) Hi, As part of moving all servers to a new infrastructure, I have now prepared the "main" server, which handles wiki auth, notes management, account management, etc. I need to transfer the data over, and then update DNS. That's a process that takes up to 15 minutes (but likely a lot less) in which changes to the database on the old machine will not be synched to the database on the new server. The move of main might also cause issues, as obviously there was no documentation on how any of this was put together, so please let me and systems@php.net know if you notice anything odd, wrong, or not working after the move. I'm intending to make the switch tomorrow morning, at around 11:30 BST. Let me know if you have any questions. cheers, Derick