⚓ T355281 Set up some beta cluster wikis with different registrable domain
Page Menu
Phabricator
Create Task
Maniphest
T355281
Set up some beta cluster wikis with different registrable domain
Closed, Resolved
Public
Actions
Edit Task
Edit Related Tasks...
Create Subtask
Edit Parent Tasks
Edit Subtasks
Merge Duplicates In
Close As Duplicate
Edit Related Objects...
Edit Commits
Edit Mocks
Mute Notifications
Protect as security issue
Assigned To
pmiazga
Authored By
Tgr
Jan 18 2024, 4:05 AM
2024-01-18 04:05:32 (UTC+0)
Tags
Beta-Cluster-Infrastructure
(To Triage)
MediaWiki-Platform-Team
(In progress (DO NOT USE))
SUL3
(In progress)
Referenced Files
None
Subscribers
Aklapper
ArielGlenn
matmarex
Tgr
Urbanecm_WMF
Description
All beta cluster wikis have the same registrable domain (
wmflabs.org
). That's a problem for testing
T348388: SUL3: Use a dedicated domain for login and account creation
as some browser limitations on cross-wiki requests only apply to requests to a different registrable domain. We should have, at the very least, two beta wikis under a different registrable domain that they share with each other.
TODO:
Create subdomains for two new wikis with different registrable domains
Configure SSL certificates for domains
Create two new wikis using
as a guide
Point newly created subdomains to wikis
Configure wikis (make sure they may match our environment)
Details
Related Changes in Gerrit:
Subject
Repo
Branch
Lines +/-
Simplify remaining CentralAuthEnableSul3 options
mediawiki/extensions/CentralAuth
master
+36
-53
beta: Add server_alias for wikivoyage.beta.wmcloud.org
operations/puppet
production
+4
-1
beta: introduce pl.wikivoyage.beta.wmcloud.org wiki
operations/mediawiki-config
master
+18
-4
beta: Introduce new test2wiki on test2.wikipedia.beta.wmcloud.org
operations/mediawiki-config
master
+29
-3
[beta] Add test2.wikimedia.beta.wmcloud.org to beta_sites
operations/puppet
production
+10
-1
Customize query in gerrit
Related Objects
Search...
Task Graph
Mentions
Status
Subtype
Assigned
Task
Restricted Task
Resolved
kostajh
T294511
2021 Security Team wikireplicas audit
Declined
None
T284948
Raw IPs of logged-out users disclosed in wiki-replicas
Resolved
Niharika
T324492
Temporary accounts - MVP
Resolved
Madalina
T326816
[Epic] Update features for temporary accounts
Resolved
kostajh
T355377
Update MediaWiki Platform team owned products for IP masking
Resolved
kostajh
T326937
Prepare CentralAuth extension for IP Masking
Stalled
None
T355280
Try to connect to central session before temp user creation
Open
None
T345245
Mitigate phase-out of third-party cookies in Wikimedia production
Resolved
Tgr
T345249
Mitigate phase-out of third-party cookies in CentralAuth
Resolved
OWresch-WMF
T348388
SUL3: Use a dedicated domain for login and account creation
Resolved
pmiazga
T355281
Set up some beta cluster wikis with different registrable domain
Mentioned In
T289318: Move *.beta.wmflabs.org to *.beta.wmcloud.org
Mentioned Here
T289318: Move *.beta.wmflabs.org to *.beta.wmcloud.org
rCLIP75cd846c7bb6: Update Hiera for deployment-prep deployment-acme-chief
T358236: Cannot create a new wiki on beta cluster
T348388: SUL3: Use a dedicated domain for login and account creation
Event Timeline
Tgr
created this task.
Jan 18 2024, 4:05 AM
2024-01-18 04:05:32 (UTC+0)
Restricted Application
added a subscriber:
Aklapper
View Herald Transcript
Jan 18 2024, 4:05 AM
2024-01-18 04:05:33 (UTC+0)
Tgr
added a parent task:
T355280: Try to connect to central session before temp user creation
Jan 18 2024, 5:33 AM
2024-01-18 05:33:01 (UTC+0)
larissagaulia
assigned this task to
pmiazga
Jan 29 2024, 3:04 PM
2024-01-29 15:04:16 (UTC+0)
larissagaulia
moved this task from
Inbox, needs triage
to
In progress (DO NOT USE)
on the
MediaWiki-Platform-Team
board.
pmiazga
added a subscriber:
taavi
Jan 29 2024, 3:41 PM
2024-01-29 15:41:20 (UTC+0)
Comment Actions
@taavi
@Tgr
do we have any domains that we could use or do we need to purchase those first?
taavi
added a comment.
Jan 29 2024, 3:43 PM
2024-01-29 15:43:11 (UTC+0)
Comment Actions
beta.wmcloud.org
is already delegated to this project, and
Cloud-VPS
admins can delegate additional
wmcloud.org
subdomains (which is on the
public suffix list
) if necessary.
ArielGlenn
subscribed.
Feb 5 2024, 5:25 PM
2024-02-05 17:25:32 (UTC+0)
Comment Actions
As I try to help plan this out, I have accumulated some questions.
Can we add the new domain right to the unified cert for acme-chief for deployment-prep, or is it better to have a separate cert entry in the config?
Can we use the current cache-text08 to handle requests to wikis with the new domain, or should we spin up another cache-text instance?
Is it feasible to move an existing wiki family to the new domain? en.wikinews seems like a good candidate since it is the only one in the wikinews family, if it's not being used for end to end testing.
Is there anything we'll need to do for routing to make sure external packets to a host using the new domain get to the right place?
We'll need a second wiki (new) for full CentralAuth testing; are the instructions at
still good? If not, what should we be aware of?
I guess we need to add the new domain to the setting for $wmgUseCORS in CommonSettings-labs.php? Where else should we be checking?
Probably other things here but that's the stuff in my notes.
Tgr
added a comment.
Feb 5 2024, 7:51 PM
2024-02-05 19:51:32 (UTC+0)
Comment Actions
In
T355281#9514060
@ArielGlenn
wrote:
Can we use the current cache-text08 to handle requests to wikis with the new domain, or should we spin up another cache-text instance?
I don't think Varnish cares about the domain (beyond it being part of the URL). It shouldn't be any different from production where any Varnish box can cache for any wiki.
Is it feasible to move an existing wiki family to the new domain? en.wikinews seems like a good candidate since it is the only one in the wikinews family, if it's not being used for end to end testing.
Cached links will point to the wrong place so we'll probably have to flush the parser cache and the Varnish cache. Other than that I am not aware of complications (which doesn't say much).
I guess we need to add the new domain to the setting for $wmgUseCORS in CommonSettings-labs.php? Where else should we be checking?
Probably just grep puppet and mw-config for
wmflabs.org
and see if anything seems relevant.
pmiazga
added a comment.
Feb 12 2024, 3:16 PM
2024-02-12 15:16:13 (UTC+0)
Comment Actions
I'm going to start adding items that needs to be done.
@taavi
you mentioned that beta.wmcloud.org is already designated for this. But do you meant that we can create a wiki with
beta.wmcloud.org
URL, or are we talking about creating a subdomain under
beta.wmcloud.org
In
T355281#9514060
@ArielGlenn
wrote:
Is it feasible to move an existing wiki family to the new domain? en.wikinews seems like a good candidate since it is the only one in the wikinews family, if it's not being used for end to end testing.
I gave it a thought - and because we're creating this just to test Account creation and Auth mechanisms we don't need a wiki with content. I'm afraid that repurposing an existing wiki might cause us some troubles in the future (breaking someones flow but removing wiki they use)
pmiazga
updated the task description.
(Show Details)
Feb 12 2024, 3:18 PM
2024-02-12 15:18:24 (UTC+0)
taavi
added a comment.
Feb 12 2024, 3:20 PM
2024-02-12 15:20:32 (UTC+0)
Comment Actions
In
T355281#9534091
@pmiazga
wrote:
I'm going to start adding items that needs to be done.
@taavi
you mentioned that beta.wmcloud.org is already designated for this. But do you meant that we can create a wiki with
beta.wmcloud.org
URL, or are we talking about creating a subdomain under
beta.wmcloud.org
Both are possible. The domain is
delegated
to the project, which means that DNS records for it and any subdomains can be modified via Horizon (
DNS
Zones
), acme-chief can issue certificates, etc.
pmiazga
added a subscriber:
Ariel
Feb 13 2024, 3:23 PM
2024-02-13 15:23:59 (UTC+0)
Comment Actions
I would stick to
beta.wmcloud.org
as it nicely sticks follows
{LANG}.{PROJECT}.org
schema. Now I wonder, do we need an additional domain too?
In
T355281#9514060
@ArielGlenn
wrote:
We'll need a second wiki (new) for full CentralAuth testing; are the instructions at
still good? If not, what should we be aware of?
@Ariel
you mentioned we would need "a second wiki" - did you mean that we need
beta.wmcloud.org
and one more, or just
beta.wmcloud.org
is enough as the second wiki.
My current understanding is that we want to make sure that autologin works between
and
- eg you log-in on one, you're automatically logged in on second one.
@Tgr
can you confirm?
ArielGlenn
added a comment.
Feb 13 2024, 3:59 PM
2024-02-13 15:59:16 (UTC+0)
Comment Actions
We may want to test the behaviour when going from logged in on a wiki on beta.wmflabs.org (let's say en.wikipedia) and then visiting some-language.some-wiki.beta.wmcloud.org which is not designated as the "representative wiki" for that wiki family, and see if the behaviour is different from visiting the "representative wiki" immediately after login on en.wp.beta.wmflabs.org. These scenarios behave differently for me in production.
pmiazga
added a subscriber:
Urbanecm_WMF
Feb 21 2024, 6:01 PM
2024-02-21 18:01:58 (UTC+0)
Comment Actions
I spoke with
@Urbanecm_WMF
about creating new wikis and I learned that we want to keep the beta cluster wikis similar to production wikis. In other words, if we want to create a wiki then it should be something that is not available on the beta cluster yet but has a production equivalent. It is not desirable to have beta-wikis that do not have a production equivalent.
Additionally, we might want to migrate more wikis to wmcloud in the future, and creating a wiki that already exists on beta cluster is not recommended - as it is tricky to delete a wiki. Therefore I cannot create a second English Wikipedia on
wmcloud.org
. Maybe we could merge them, but it would still be tricky and it's better to avoid it. T
We agreed that the best route for this ticket would be to create two wikis:
create a
test2wiki
which is equivalent to production
. We had this env earlier but it was removed. This wiki would be located on https://test2.wikipedia.beta.wmcloud.org`
create a Polish version of Vikivoyage (as English is present on beta) - this is equivalent to
. This site would be accessible on
@taavi
- quick question - do you think we should keep the
.beta
part in the URL? Eg
test2.wikipedia.beta.wmcloud
or can we skip the
beta
part and do only
test2.wikipedia.wmcloud.org
Commands I'm going to execute on beta cluster env:
mwscript extensions/WikimediaMaintenance/addWiki.php --wiki=aawiki en wikipedia test2wiki test2.wikipedia.beta.wmcloud.org
mwscript extensions/WikimediaMaintenance/addWiki.php --wiki=aawiki pl wikivoyage plwikivoyage pl.wikivoyage.beta.wmcloud.org
@Tgr
@ArielGlenn
- do you have any other thoughts on this?
ArielGlenn
added a comment.
Feb 21 2024, 6:21 PM
2024-02-21 18:21:10 (UTC+0)
Comment Actions
I'd prefer the beta be kept in the name, making it clear that these are wikis on the deployment cluster.
I'm not sure of the viability of having some wikis in the same family on one domain and some on the other. Maybe
@Tgr
has more to say on that.
taavi
added a comment.
Feb 22 2024, 1:55 PM
2024-02-22 13:55:01 (UTC+0)
Comment Actions
In
T355281#9564701
@pmiazga
wrote:
@taavi
- quick question - do you think we should keep the
.beta
part in the URL? Eg
test2.wikipedia.beta.wmcloud
or can we skip the
beta
part and do only
test2.wikipedia.wmcloud.org
Quick answer: yes, let's keep it.
pmiazga
added a comment.
Edited
Feb 22 2024, 3:53 PM
2024-02-22 15:53:29 (UTC+0)
Comment Actions
Cannot move forward due to
AddWiki
script not working on BetaCluster due to missing SQL files in Math Extension -
. I'm looking into that.
Stashbot
added a comment.
Mar 14 2024, 2:39 PM
2024-03-14 14:39:40 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-releng)
[2024-03-14T14:39:39Z]
T355281
Stashbot
added a comment.
Mar 14 2024, 2:58 PM
2024-03-14 14:58:29 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-releng)
[2024-03-14T14:58:28Z]
T355281
pmiazga
added a comment.
Edited
Apr 2 2024, 12:47 PM
2024-04-02 12:47:15 (UTC+0)
Comment Actions
This task has been blocked for some time due to issues with the
addWiki.php
maintenance script. We do not create new wikis on a daily basis, it's more on a per-request basis.The
addWiki.php
works on the BetaCluster/Prod infrastructure therefore it is tricky to fully test its behaviour locally. We can check parts of it locally, but it can be fully tested only on deployment servers.
On top of that - another challenge is that the BetaCluster has no owner, no product person, no one who makes sure it's in a healthy state. When such issues occur, we're on our own to get those fixed.
So far we tried to create a new wiki multiple times (over 10 times) and each time it failed. Some of those failures didn't have side effects, just required code fixes before moving forward. But for example, one of the issues caused an outage on the Beta Cluster database causing replication failure for around five days (Thursday-Tuesday). The replication stopped working, which resulted in unusable beta cluster wikis and failing jenkins jobs.
We're at the state where the database is finally properly initialised and the majority of the
addWiki.php
script is working.
All details on broken
addWiki.php
behaviour and recent work is tracked in
T358236
Stashbot
added a comment.
Apr 4 2024, 4:58 PM
2024-04-04 16:58:12 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-sre)
[2024-04-04T16:58:11Z]
T355281
executed “mwscript extensions/WikimediaMaintenance/addWiki.php --wiki=aawiki --skipclusters=main,echo,growth,mediamoderation,extstore en wikipedia test2wiki test2.wikipedia.beta.wmcloud.org” on deployment-deploy03.deployment-prep
Stashbot
added a comment.
Apr 4 2024, 5:02 PM
2024-04-04 17:02:46 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-releng)
[2024-04-04T17:02:45Z]
T355281
executed “mwscript extensions/WikimediaMaintenance/addWiki.php --wiki=aawiki --skipclusters=main,echo,growth,mediamoderation,extstore en wikipedia test2wiki test2.wikipedia.beta.wmcloud.org” on deployment-deploy03.
Tgr
added a project:
SUL3
May 19 2024, 10:47 AM
2024-05-19 10:47:15 (UTC+0)
Tgr
added a parent task:
T348388: SUL3: Use a dedicated domain for login and account creation
Tgr
moved this task from
Backlog
to
In progress
on the
SUL3
board.
May 19 2024, 10:49 AM
2024-05-19 10:49:16 (UTC+0)
gerritbot
added a comment.
May 24 2024, 12:19 PM
2024-05-24 12:19:36 (UTC+0)
Comment Actions
Change #1035749 had a related patch set uploaded (by Pmiazga; author: Pmiazga):
[operations/mediawiki-config@master] beta: Introduce new test2wiki on test.wikipedia.beta.wmcloud.org
gerritbot
added a project:
Patch-For-Review
May 24 2024, 12:19 PM
2024-05-24 12:19:36 (UTC+0)
gerritbot
added a comment.
May 24 2024, 12:32 PM
2024-05-24 12:32:42 (UTC+0)
Comment Actions
Change #1035752 had a related patch set uploaded (by Pmiazga; author: Pmiazga):
[operations/puppet@production] [beta] Add test2.wikimedia.beta.wmcloud.org to beta_sites
Tgr
added a comment.
Edited
May 27 2024, 8:53 PM
2024-05-27 20:53:13 (UTC+0)
Comment Actions
Horizon hiera edits automatically create a commit in cloud/instance-puppet (like this:
rCLIP75cd846c7bb6: Update Hiera for deployment-prep deployment-acme-chief
); I think it's good practice to link those from the task, since otherwise Horizon changes don't have much of an audit trail.
I think there are some more hiera changes needed:
deployment-acme-chief
for ACME / Let's Encrypt (already there but needs the
.m
version too)
deployment-cache
for... also ACME? maybe one of those is about serving certificates and the other is about renewing them? not sure
deployment-mediawiki
for Envoy
gerritbot
added a comment.
Jun 4 2024, 4:02 PM
2024-06-04 16:02:20 (UTC+0)
Comment Actions
Change #1035752
merged
by JHathaway:
[operations/puppet@production] [beta] Add test2.wikimedia.beta.wmcloud.org to beta_sites
pmiazga
added a comment.
Jun 4 2024, 4:29 PM
2024-06-04 16:29:36 (UTC+0)
Comment Actions
Hiera updates:
gerritbot
added a comment.
Jun 4 2024, 8:33 PM
2024-06-04 20:33:59 (UTC+0)
Comment Actions
Change #1035749
merged
by jenkins-bot:
[operations/mediawiki-config@master] beta: Introduce new test2wiki on test2.wikipedia.beta.wmcloud.org
Stashbot
added a comment.
Jun 4 2024, 8:34 PM
2024-06-04 20:34:32 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2024-06-04T20:34:30Z]
T355281
)]]
Stashbot
added a comment.
Jun 4 2024, 8:37 PM
2024-06-04 20:37:55 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2024-06-04T20:37:54Z]
T355281
)]] synced to the testservers (
Stashbot
added a comment.
Jun 4 2024, 8:47 PM
2024-06-04 20:47:44 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2024-06-04T20:47:43Z]
T355281
)]] (duration: 13m 12s)
Maintenance_bot
removed a project:
Patch-For-Review
Jun 4 2024, 9:30 PM
2024-06-04 21:30:41 (UTC+0)
pmiazga
updated the task description.
(Show Details)
Jun 6 2024, 2:21 PM
2024-06-06 14:21:47 (UTC+0)
pmiazga
added a comment.
Jun 6 2024, 2:39 PM
2024-06-06 14:39:01 (UTC+0)
Comment Actions
@Tgr
the beta cluster wiki is fully functional -
I just want to confirm - we also want a second project under beta.wmcloud.org, our initial idea was to create a Polish Wikivoyage
mwscript extensions/WikimediaMaintenance/addWiki.php --wiki=aawiki pl wikivoyage plwikivoyage pl.wikivoyage.beta.wmcloud.org
Is it something we're still interested in doing?
Tgr
added a comment.
Jun 6 2024, 3:53 PM
2024-06-06 15:53:12 (UTC+0)
Comment Actions
Yeah I think a second domain would be useful if it isn't much extra effort.
Stashbot
added a comment.
Jun 6 2024, 5:49 PM
2024-06-06 17:49:44 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-cloud)
[2024-06-06T17:49:41Z]
T355281
updated DNS zones and hiera configs - added *.m.wikipedia.beta.wmcloud.org, *.wikivoyage.beta.wmcloud.org and *.m.wikivoyage.beta.wmcloud.org domains
pmiazga
added a comment.
Edited
Jun 6 2024, 5:53 PM
2024-06-06 17:53:53 (UTC+0)
Comment Actions
Hiera configs for new domains:
And last remaining config for `deployment-mediawiki:
pmiazga
updated the task description.
(Show Details)
Jun 6 2024, 5:54 PM
2024-06-06 17:54:10 (UTC+0)
gerritbot
added a comment.
Jun 6 2024, 6:27 PM
2024-06-06 18:27:25 (UTC+0)
Comment Actions
Change #1039809 had a related patch set uploaded (by Pmiazga; author: Pmiazga):
[operations/mediawiki-config@master] beta: introduce pl.wikivoyage.beta.wmcloud.org wiki
gerritbot
added a project:
Patch-For-Review
Jun 6 2024, 6:27 PM
2024-06-06 18:27:26 (UTC+0)
Stashbot
added a comment.
Jun 6 2024, 6:31 PM
2024-06-06 18:31:00 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-cloud)
[2024-06-06T18:30:57Z]
T355281
testing mediawiki-config patch Idcd9cdde4e45950916306f676a07f10f4c68e2a8, executed
scap sync-world
Tgr
updated the task description.
(Show Details)
Jun 6 2024, 6:47 PM
2024-06-06 18:47:36 (UTC+0)
Tgr
updated the task description.
(Show Details)
gerritbot
added a comment.
Jun 6 2024, 7:39 PM
2024-06-06 19:39:43 (UTC+0)
Comment Actions
Change #1039822 had a related patch set uploaded (by Pmiazga; author: Pmiazga):
[operations/puppet@production] beta: Add server_alias for wikivoyage.beta.wmcloud.org
Stashbot
added a comment.
Jun 7 2024, 10:31 AM
2024-06-07 10:31:32 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-cloud)
[2024-06-07T10:31:29Z]
T355281
gerritbot
added a comment.
Jun 7 2024, 12:05 PM
2024-06-07 12:05:31 (UTC+0)
Comment Actions
Change #1039822
merged
by Clément Goubert:
[operations/puppet@production] beta: Add server_alias for wikivoyage.beta.wmcloud.org
gerritbot
added a comment.
Jun 7 2024, 12:50 PM
2024-06-07 12:50:42 (UTC+0)
Comment Actions
Change #1039809
merged
by jenkins-bot:
[operations/mediawiki-config@master] beta: introduce pl.wikivoyage.beta.wmcloud.org wiki
taavi
unsubscribed.
Jun 7 2024, 12:51 PM
2024-06-07 12:51:10 (UTC+0)
Maintenance_bot
removed a project:
Patch-For-Review
Jun 7 2024, 1:30 PM
2024-06-07 13:30:54 (UTC+0)
pmiazga
updated the task description.
(Show Details)
Jun 7 2024, 1:43 PM
2024-06-07 13:43:48 (UTC+0)
Comment Actions
Both wikis are working, and certificates are generated. On Monday I'll announce this change and close this ticket.
pmiazga
closed this task as
Resolved
Jun 10 2024, 6:09 PM
2024-06-10 18:09:35 (UTC+0)
Tgr
added a comment.
Jun 12 2024, 3:04 PM
2024-06-12 15:04:21 (UTC+0)
Comment Actions
I'm a bit late realizing this but we could have probably just added
beta.wmflabs.org
beta.wmcloud.org
to the public suffix list and gotten the same result for free. Maybe we should still do it, so beta behavior is more aligned with production. (
wmflabs.org
wmcloud.org
are already on the list, but I don't think there's any rule against a domain and its subdomain both being there.)
gerritbot
added a comment.
Apr 11 2025, 1:41 PM
2025-04-11 13:41:26 (UTC+0)
Comment Actions
Change #1135964 had a related patch set uploaded (by Bartosz Dziewoński; author: Bartosz Dziewoński):
[mediawiki/extensions/CentralAuth@master] Simplify remaining CentralAuthEnableSul3 options
gerritbot
added a project:
Patch-For-Review
Apr 11 2025, 1:41 PM
2025-04-11 13:41:27 (UTC+0)
ArielGlenn
added a comment.
Apr 11 2025, 5:42 PM
2025-04-11 17:42:55 (UTC+0)
Comment Actions
Hey
@pmiazga
can you remove the "Ariel" subscriber you added? That's my "created only for the NDA required for the Code of Conduct stuff" account, never used. And it sends notifications to my non-work email. I already get proper notification on this (work) account. Thanks!
gerritbot
added a comment.
Apr 12 2025, 5:32 PM
2025-04-12 17:32:53 (UTC+0)
Comment Actions
Change #1135964
merged
by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Simplify remaining CentralAuthEnableSul3 options
ReleaseTaggerBot
added a project:
MW-1.44-notes (1.44.0-wmf.25; 2025-04-15)
Apr 12 2025, 6:00 PM
2025-04-12 18:00:45 (UTC+0)
Maintenance_bot
removed a project:
Patch-For-Review
Apr 12 2025, 6:30 PM
2025-04-12 18:30:41 (UTC+0)
matmarex
removed a project:
MW-1.44-notes (1.44.0-wmf.25; 2025-04-15)
Apr 14 2025, 11:17 AM
2025-04-14 11:17:37 (UTC+0)
matmarex
edited subscribers, added:
matmarex
; removed:
Ariel
Comment Actions
(that patch is not related, I tagged the wrong task)
Krinkle
mentioned this in
T289318: Move *.beta.wmflabs.org to *.beta.wmcloud.org
Jun 4 2025, 11:31 PM
2025-06-04 23:31:00 (UTC+0)
Stashbot
added a comment.
Jun 5 2025, 12:22 AM
2025-06-05 00:22:27 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-releng)
[2025-06-05T00:22:25Z]
T355281
). Adding: wikibooks, wikimedia, wikinews, wikiquote, wikisource, wikiversity, wiktionary, wikidata, upload (
T289318
).
Log In to Comment
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct.
Wikimedia Foundation
Code of Conduct
Disclaimer
CC-BY-SA
GPL
Credits
US