We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
릴리즈 노트(1.34)
LocalSettings.php
$wgEnableSpecialMute
$wgSquidServersNoPurge
$wgCdnServersNoPurge
$wgCookieSetOnAutoblock
$wgCookieSetOnIpBlock
$wgRelatedArticlesDescriptionSource = 'textextracts';
git fetch && git checkout REL1_34
docker stack rm mediawiki
watch docker volume rm mediawiki_files
update.php
docker stack deploy --prune -c production.yml mediawiki
git fetch master
git branch -D master
git checkout master
The text was updated successfully, but these errors were encountered:
1.34가 곧 출시될 것으로 보여 1.33을 건너뛰게 될 수도 있을 것 같습니다 → https://phabricator.wikimedia.org/T232023
Sorry, something went wrong.
1.33 이슈 다시 팠습니다 #301
lens0021
No branches or pull requests
릴리즈 노트(1.34)
TODO
LocalSettings.php
수정$wgEnableSpecialMute
→ LB(Load Balancer) 떼기 femiwiki#93 으로 필요 없어짐$wgSquidServersNoPurge
is renamed to$wgCdnServersNoPurge
$wgCookieSetOnAutoblock
and$wgCookieSetOnIpBlock
are now enabled by default.$wgRelatedArticlesDescriptionSource = 'textextracts';
위키데이터 브릿지 Wikidata Bridge 활성화 #324→ 연기점검 시나리오
git fetch && git checkout REL1_34
docker stack rm mediawiki
watch docker volume rm mediawiki_files
update.php
실행에 필요)docker stack deploy --prune -c production.yml mediawiki
: 이 과정 중에 데이터베이스 스키마가 업데이트되어 시간이 수분 소요 예정git fetch master
;git branch -D master
;git checkout master
;The text was updated successfully, but these errors were encountered: