"제타위키 미디어위키 업그레이드 1.31 → 1.32"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 15개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;제타위키 미디어위키 업그레이드 1.31 → 1.32
;제타위키 미디어위키 업그레이드 1.31 → 1.32
;제타위키 미디어위키 업그레이드 1.31.3 → 1.32.3
;제타위키 미디어위키 업그레이드 1.31.3 → 1.32.3
* 사전 백업 필수
* 사전 DB백업 필수 ★★★
 
==확인==
* 미디어위키 버전 확인
<syntaxhighlight lang='console'>
root@localhost:/var/www/html# ls RELEASE-NOTES-*
RELEASE-NOTES-1.32
</syntaxhighlight>
* LocalSettings.php 확인  ( [[미디어위키 1.32 LocalSettings.php 샘플]] 참고 )
<syntaxhighlight lang='console'>
root@localhost:/var/www/html# cat LocalSettings.php | grep wgDB
$wgDBtype = "mysql";
$wgDBserver = "testdb";
$wgDBname = "my_wiki";
$wgDBuser = "root";
$wgDBpassword = "P@ssw0rd";
$wgDBprefix = "";
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
</syntaxhighlight>
 
==DB스키마 업그레이드==
{{참고|MediaWiki 1.32.3 Updater 로그}}
<syntaxhighlight lang='console'>
root@localhost:/var/www/html# php maintenance/update.php
MediaWiki 1.32.3 Updater
 
Your composer.lock file is up to date with current dependencies!
Going to run database updates for my_wiki
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds (skip this countdown with --quick) ...
... (생략)
Updated 0 rows
Updated 0 rows
Updated 0 rows
Populating page_props.pp_sortkey complete.
...Update 'populate ip_changes' already logged as completed.
Purging caches...done.
 
Done in 18 s.
</syntaxhighlight>
 
==(Optional) 트러블슈팅==
* DB스키마 업그레이드 과정은 잘 수행되었지만, 실제로 웹상에서 확인해보니 일부 최근 문서에서 오류가 발생한다.
* [[Fatal exception of type "MediaWiki\Revision\RevisionAccessException"]]


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:59 기준 최신판

1 개요[ | ]

제타위키 미디어위키 업그레이드 1.31 → 1.32
제타위키 미디어위키 업그레이드 1.31.3 → 1.32.3
  • 사전 DB백업 필수 ★★★

2 확인[ | ]

  • 미디어위키 버전 확인
root@localhost:/var/www/html# ls RELEASE-NOTES-*
RELEASE-NOTES-1.32
root@localhost:/var/www/html# cat LocalSettings.php | grep wgDB
$wgDBtype = "mysql";
$wgDBserver = "testdb";
$wgDBname = "my_wiki";
$wgDBuser = "root";
$wgDBpassword = "P@ssw0rd";
$wgDBprefix = "";
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";

3 DB스키마 업그레이드[ | ]

root@localhost:/var/www/html# php maintenance/update.php 
MediaWiki 1.32.3 Updater

Your composer.lock file is up to date with current dependencies!
Going to run database updates for my_wiki
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds (skip this countdown with --quick) ...
... (생략)
Updated 0 rows
Updated 0 rows
Updated 0 rows
Populating page_props.pp_sortkey complete.
...Update 'populate ip_changes' already logged as completed.
Purging caches...done.

Done in 18 s.

4 (Optional) 트러블슈팅[ | ]

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}