<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Disaster_Recovery_Plan</id>
	<title>Disaster Recovery Plan - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Disaster_Recovery_Plan"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Disaster_Recovery_Plan&amp;action=history"/>
	<updated>2026-04-17T17:08:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://serverrental.store/index.php?title=Disaster_Recovery_Plan&amp;diff=1531&amp;oldid=prev</id>
		<title>Admin: Automated server configuration article</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Disaster_Recovery_Plan&amp;diff=1531&amp;oldid=prev"/>
		<updated>2025-04-15T10:53:49Z</updated>

		<summary type="html">&lt;p&gt;Automated server configuration article&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Disaster Recovery Plan ===&lt;br /&gt;
&lt;br /&gt;
This document outlines the Disaster Recovery (DR) plan for the MediaWiki installation serving [http://yourmediawiki.example.com Your MediaWiki Site]. It details the procedures and configurations necessary to restore service in the event of a catastrophic failure. This guide is intended for system administrators and those responsible for maintaining the MediaWiki environment.  Refer to [[Special:Myuserpage]] for contact information for the DR team.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The goal of this DR plan is to minimize downtime and data loss in the event of a disaster. A disaster can include, but is not limited to: hardware failure, natural disaster, data center outage, or security breach. This plan covers data backup, replication, and restoration procedures.  It assumes a basic understanding of [[Help:System requirements]] and server administration.  Regular testing of this plan, as documented in [[Manual:How to test your disaster recovery plan]], is critical to its success.  &lt;br /&gt;
&lt;br /&gt;
== System Overview ==&lt;br /&gt;
&lt;br /&gt;
Our MediaWiki installation consists of the following key components:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Web Server:&amp;#039;&amp;#039;&amp;#039; Apache 2.4 running on Ubuntu Server 22.04.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Database Server:&amp;#039;&amp;#039;&amp;#039; MariaDB 10.6.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PHP:&amp;#039;&amp;#039;&amp;#039; PHP 8.1 with necessary extensions (see [[Manual:Configuration settings]] for details).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Media Storage:&amp;#039;&amp;#039;&amp;#039; Local file system (mounted NFS share).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Caching:&amp;#039;&amp;#039;&amp;#039; Memcached.&lt;br /&gt;
&lt;br /&gt;
The following table summarizes the hardware specifications:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component&lt;br /&gt;
! Specification&lt;br /&gt;
! Quantity&lt;br /&gt;
|-&lt;br /&gt;
| Web Server CPU&lt;br /&gt;
| Intel Xeon Gold 6248R (24 cores)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Web Server RAM&lt;br /&gt;
| 64 GB DDR4 ECC&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Web Server Storage&lt;br /&gt;
| 1 TB SSD (RAID 1)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Database Server CPU&lt;br /&gt;
| Intel Xeon Silver 4210 (10 cores)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Database Server RAM&lt;br /&gt;
| 32 GB DDR4 ECC&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Database Server Storage&lt;br /&gt;
| 2 TB HDD (RAID 1)&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Backup Strategy ==&lt;br /&gt;
&lt;br /&gt;
A multi-layered backup strategy is employed to ensure data integrity and rapid recovery.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Full Backups:&amp;#039;&amp;#039;&amp;#039; Weekly full backups of the entire MediaWiki installation, including the database, file uploads, and configuration files.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Differential Backups:&amp;#039;&amp;#039;&amp;#039; Daily differential backups capturing changes since the last full backup.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Transaction Log Backups:&amp;#039;&amp;#039;&amp;#039;  MariaDB transaction logs are backed up every 5 minutes to minimize potential data loss.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Offsite Storage:&amp;#039;&amp;#039;&amp;#039; All backups are replicated to a geographically separate data center for disaster resilience. We utilize [https://www.backblaze.com/ Backblaze B2] for offsite storage.&lt;br /&gt;
&lt;br /&gt;
The backup schedule is detailed below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Backup Type&lt;br /&gt;
! Frequency&lt;br /&gt;
! Retention Period&lt;br /&gt;
|-&lt;br /&gt;
| Full Backup&lt;br /&gt;
| Weekly (Sunday)&lt;br /&gt;
| 4 Weeks&lt;br /&gt;
|-&lt;br /&gt;
| Differential Backup&lt;br /&gt;
| Daily&lt;br /&gt;
| 7 Days&lt;br /&gt;
|-&lt;br /&gt;
| Transaction Log Backup&lt;br /&gt;
| Every 5 minutes&lt;br /&gt;
| 24 Hours&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Disaster Recovery Procedures ==&lt;br /&gt;
&lt;br /&gt;
The following steps outline the DR process.  These procedures assume the primary data center is unavailable. &lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Declaration of Disaster:&amp;#039;&amp;#039;&amp;#039; The DR team (see [[Special:Listusers]] for team members) must declare a disaster based on pre-defined criteria.&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Failover to Secondary Site:&amp;#039;&amp;#039;&amp;#039; Activate the secondary infrastructure in the offsite data center. This involves bringing up the web server, database server, and storage.&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;Restore Database:&amp;#039;&amp;#039;&amp;#039; Restore the latest full backup, followed by the most recent differential backup and transaction logs.  This process is documented in [[Manual:Database backup and restore]].&lt;br /&gt;
4. &amp;#039;&amp;#039;&amp;#039;Restore File Uploads:&amp;#039;&amp;#039;&amp;#039; Restore the file uploads directory from the latest backup.&lt;br /&gt;
5. &amp;#039;&amp;#039;&amp;#039;Configuration Updates:&amp;#039;&amp;#039;&amp;#039; Update the `LocalSettings.php` file to reflect the new database connection details and any other environment-specific settings. See [[Manual:Configuration settings]] for details.&lt;br /&gt;
6. &amp;#039;&amp;#039;&amp;#039;DNS Propagation:&amp;#039;&amp;#039;&amp;#039; Update DNS records to point to the IP address of the secondary web server.  This may take up to 48 hours to fully propagate.&lt;br /&gt;
7. &amp;#039;&amp;#039;&amp;#039;Verification:&amp;#039;&amp;#039;&amp;#039;  Thoroughly test the restored MediaWiki installation to ensure functionality and data integrity.  This includes testing core features like editing, searching, and user authentication.  Refer to [[Help:Editing pages]] and [[Help:Searching]] for testing guidance.&lt;br /&gt;
&lt;br /&gt;
== System Configuration Details ==&lt;br /&gt;
&lt;br /&gt;
The following table details key configurations for the DR site:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Setting&lt;br /&gt;
! Primary Site Value&lt;br /&gt;
! Secondary Site Value&lt;br /&gt;
|-&lt;br /&gt;
| Database Host&lt;br /&gt;
| db.primary.example.com&lt;br /&gt;
| db.secondary.example.com&lt;br /&gt;
|-&lt;br /&gt;
| Database Name&lt;br /&gt;
| wikidb&lt;br /&gt;
| wikidb&lt;br /&gt;
|-&lt;br /&gt;
| Database User&lt;br /&gt;
| wikiuser&lt;br /&gt;
| wikiuser&lt;br /&gt;
|-&lt;br /&gt;
| Database Password&lt;br /&gt;
| **********&lt;br /&gt;
| **********&lt;br /&gt;
|-&lt;br /&gt;
| File Upload Path&lt;br /&gt;
| /var/www/mediawiki/uploads&lt;br /&gt;
| /var/www/mediawiki/uploads&lt;br /&gt;
|-&lt;br /&gt;
| LocalSettings.php Path&lt;br /&gt;
| /etc/mediawiki/LocalSettings.php&lt;br /&gt;
| /etc/mediawiki/LocalSettings.php&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Testing and Maintenance ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Regular DR Drills:&amp;#039;&amp;#039;&amp;#039; The DR plan will be tested at least twice per year.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Backup Verification:&amp;#039;&amp;#039;&amp;#039;  Backups will be regularly verified to ensure they are restorable.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Documentation Updates:&amp;#039;&amp;#039;&amp;#039; This document will be reviewed and updated as needed to reflect changes in the MediaWiki environment.  Refer to [[MediaWiki:Site notice]] for upcoming maintenance windows.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Security Audits:&amp;#039;&amp;#039;&amp;#039;  Regular security audits will be conducted to identify and mitigate potential vulnerabilities. See [[Special:Security]] for security related information.&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Intel-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-6700K/7700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2 x 512 GB&lt;br /&gt;
| CPU Benchmark: 8046&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-8700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2x1 TB&lt;br /&gt;
| CPU Benchmark: 13124&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-9900K Server]]&lt;br /&gt;
| 128 GB DDR4, NVMe SSD 2 x 1 TB&lt;br /&gt;
| CPU Benchmark: 49969&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Workstation]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2 NVMe SSD, NVIDIA RTX 4000&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== AMD-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 5 3600 Server]]&lt;br /&gt;
| 64 GB RAM, 2x480 GB NVMe&lt;br /&gt;
| CPU Benchmark: 17849&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 7 7700 Server]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2x1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 35224&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 5950X Server]]&lt;br /&gt;
| 128 GB RAM, 2x4 TB NVMe&lt;br /&gt;
| CPU Benchmark: 46045&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 7950X Server]]&lt;br /&gt;
| 128 GB DDR5 ECC, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 63561&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/1TB)]]&lt;br /&gt;
| 128 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/2TB)]]&lt;br /&gt;
| 128 GB RAM, 2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/4TB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/1TB)]]&lt;br /&gt;
| 256 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/4TB)]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 9454P Server]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Order Your Dedicated Server ==&lt;br /&gt;
[https://powervps.net/?from=32 Configure and order] your ideal server configuration&lt;br /&gt;
&lt;br /&gt;
=== Need Assistance? ===&lt;br /&gt;
* Telegram: [https://t.me/powervps @powervps Servers at a discounted price]&lt;br /&gt;
&lt;br /&gt;
⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>