Announcement: Change of the CDN of climatejustice.social 2023-04-22
Introduction
We have been made aware of an issue associated with the recent migration of the Mastodon instance climatejustice.global
.
The Mastodon instance climatejustice.global
has been migrated from the former hosting provider masto.host to the private infrastructure of the fediverse.foundation. All media files were formerly hosted by masto.host's CDN located at https://cdn.masto.host/
, and those URLs are now no longer valid.
This means that every Fediverse instance that has formerly federated with climatejustice.global
now most likely has broken links for all remote media URLs related to posts and media from climatejustice.global
in their databases. This results in previously cached media from climatejustice.global
not loading or showing correctly when accessed by local users.
Example (german): https://wien.rocks/@Anoxinon@social.anoxinon.de/110655397288909668
Identification
To identify if your instance is affected by the
SELECT id,
remote_url
FROM media_attachments
WHERE remote_url LIKE '%cdn.masto.host/climatejusticeglobal%';
Resolution