In order to be able to start getting new wikis into s5 instead of s3, the creation script uses a dummy wiki, which is currently aawiki .
While currently we can just point to a wiki on s5, let's move two closed wikis and use those instead of live wikis for the new ones creation.
Those two wikis are very small and have no activity, but they do get occasional writes on the logging table:
root@db1075:~# mysql -e "select log_timestamp from muswiki.logging order by log_timestamp desc limit 10" +----------------+ | log_timestamp | +----------------+ | 20200727213147 | | 20200726202753 | | 20200726174328 | | 20200726160835 | | 20200726065026 | | 20200725174211 | | 20200725080019 | | 20200725023347 | | 20200724175151 | | 20200724111807 | +----------------+ root@db1075:~# mysql -e "select log_timestamp from mhwiktionary.logging order by log_timestamp desc limit 10" +----------------+ | log_timestamp | +----------------+ | 20200727082927 | | 20200726064815 | | 20200722114512 | | 20200711123344 | | 20200709164755 | | 20200704235745 | | 20200703213451 | | 20200628163858 | | 20200615224250 | | 20200610223828 | +----------------+
They are super small and shouldn't take long to move them:
root@db1075:/srv/sqldata# du -sh muswiki mhwiktionary 36M muswiki 34M mhwiktionary
However, we'd need to make sure no one writes to them.
Is that something you can help with @Ladsgroup? We'd need to pick a date on when we can do the database movement and coordinate with whoever generate writes, to make sure nothing gets written.
Once all this is done, we should change the documentation to make sure s3 is no longer referenced: https://wikitech.wikimedia.org/wiki/Add_a_wiki