Infrastructure: Difference between revisions
m (Valerio Bozzolan moved page User:Valerio Bozzolan/Infrastructure to Infrastructure without leaving a redirect: useful information for hardware system administrators and curious people) |
(documentation about intern databases) |
||
| Line 70: | Line 70: | ||
mediawiki | mediawiki | ||
</pre> | </pre> | ||
== Legacy infrastructure == | |||
=== Server ''intern'' === | |||
There is a legacy server called <code>intern</code> and exposed via https://intern.wikimedia.ch/ that hosts some legacy MySQL databases. | |||
Here some hypothesis about the purpose of each database: | |||
* <code>b00028.board_</code> – legacy running wiki about https://board.wikimedia.ch/ | |||
* <code>db00028.chapters_</code> – legacy running wiki about https://chapters.wikimedia.ch/ | |||
* <code>db00028.members_</code> – legacy unused database previously related to https://members.wikimedia.ch/ ([[phab:T255848]]) | |||
* <code>dbwiki_chapters</code> – unrelated legacy wiki about `chapters.wikimedia.ch` (__but with no users__) | |||
* <code>dbwiki_executive</code> – legacy unused database previously related to https://executive.wikimedia.ch/ (note: no users, just contents) | |||
* <code>dbwiki_members</code> – legacy unused database probably an old backup of <code>db00028.members_</code> (note: no users, just contents) | |||
* <code>dbwiki_test</code> – unknown | |||
* <code>dbwikimania</code> – unknown | |||
* <code>dbwikivillage</code> – unknown WordPress | |||
* <code>dbwlm</code> – unknown WordPress | |||
* <code>dbwwwprod</code> – unknown CiviCRM + WordPress | |||
== See also == | == See also == | ||
* [[phab:tag/wmch-infrastructure/]] | * [[phab:tag/wmch-infrastructure/]] | ||
Revision as of 11:03, 5 July 2020
Wikimedia CH has a small but efficient server fleet. Here some information.
Access
Every server is accessible via SSH only through a Wikimedia CH VPN.
Once in the VPN, to enter in a server, we have to deploy your SSH keys in the right server.
Contact
If you have any question feel free to concat one of the users with access in the network:
- User:Ilario – infrastructure coordinator and operator
- User:Valerio Bozzolan – infrastructure operator
You may also want to file a task in the WMCH Infrastructure workboard on Wikimedia Phabricator.
Server fleet
Server members2
The server called members2 was installed in 2020 and runs Debian GNU/Linux buster (current stable).
Served resources:
LAN IPs:
192.168.128.41
WAN IPs:
89.207.237.60
Databases:
dbwiki_executivedbwiki_members
Notable packages installed:
mariadb-server apache2 mediawiki
Server demo
The server called members2 was installed in 2020 and runs Debian GNU/Linux (current stable).
Served resources:
LAN IPs:
192.168.128.40
WAN IPs:
89.207.237.59
Databases:
minipedia
Notable packages installed:
mariadb-server apache2 mediawiki
Legacy infrastructure
Server intern
There is a legacy server called intern and exposed via https://intern.wikimedia.ch/ that hosts some legacy MySQL databases.
Here some hypothesis about the purpose of each database:
b00028.board_– legacy running wiki about https://board.wikimedia.ch/db00028.chapters_– legacy running wiki about https://chapters.wikimedia.ch/db00028.members_– legacy unused database previously related to https://members.wikimedia.ch/ (phab:T255848)dbwiki_chapters– unrelated legacy wiki about `chapters.wikimedia.ch` (__but with no users__)dbwiki_executive– legacy unused database previously related to https://executive.wikimedia.ch/ (note: no users, just contents)dbwiki_members– legacy unused database probably an old backup ofdb00028.members_(note: no users, just contents)dbwiki_test– unknowndbwikimania– unknowndbwikivillage– unknown WordPressdbwlm– unknown WordPressdbwwwprod– unknown CiviCRM + WordPress