제타위키 미디어위키 업그레이드 1.31 → 1.32

Jmnote (토론 | 기여)님의 2019년 9월 28일 (토) 14:30 판

1 개요

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

2 확인

미디어위키 버전
Console
LocalSettings.php
Console

3 DB스키마 업그레이드

text
Copy
Turning off Content Handler DB fields for this part of upgrade.
...have ipb_id field in ipblocks table.
...have ipb_expiry field in ipblocks table.
...already have interwiki table
...indexes seem up to 20031107 standards.
...have rc_type field in recentchanges table.
...index new_name_timestamp already set on recentchanges table.
...have user_real_name field in user table.
...querycache table already exists.
...objectcache table already exists.
...categorylinks table already exists.
...have pagelinks; skipping old links table updates
...il_from OK
...have rc_ip field in recentchanges table.
...index PRIMARY already set on image table.
...have rc_id field in recentchanges table.
...have rc_patrolled field in recentchanges table.
...logging table already exists.
...have user_token field in user table.
...have wl_notificationtimestamp field in watchlist table.
...watchlist talk page rows already present.
...user table does not contain user_emailauthenticationtimestamp field.
...page table already exists.
...have log_params field in logging table.
...logging table has correct log_title encoding.
...have ar_rev_id field in archive table.
...have page_len field in page table.
...revision table does not contain inverse_timestamp field.
...have rev_text_id field in revision table.
...have rev_deleted field in revision table.
...have img_width field in image table.
...have img_metadata field in image table.
...have user_email_token field in user table.
...have ar_text_id field in archive table.
...page_namespace is already a full int (int(11)).
...ar_namespace is already a full int (int(11)).
...rc_namespace is already a full int (int(11)).
...wl_namespace is already a full int (int(11)).
...qc_namespace is already a full int (int(11)).
...log_namespace is already a full int (int(11)).
...have img_media_type field in image table.
...already have pagelinks table.
...image table does not contain img_type field.
...already have unique user_name index.
...user_groups table exists and is in current format.
...have ss_total_pages field in site_stats table.
...user_newtalk table already exists.
...have iw_trans field in interwiki table.
...wl_notificationtimestamp is already nullable.
...index times already set on logging table.
...have ipb_range_start field in ipblocks table.
...no page_random rows needed to be set
...have user_registration field in user table.
...templatelinks table already exists
...externallinks table already exists.
...job table already exists.
...have ss_images field in site_stats table.
...langlinks table already exists.
...querycache_info table already exists.
...filearchive table already exists.
...have ipb_anon_only field in ipblocks table.
...index rc_ns_usertext already set on recentchanges table.
...index rc_user_text already set on recentchanges table.
...have user_newpass_time field in user table.
...redirect table already exists.
...querycachetwo table already exists.
...have ipb_enable_autoblock field in ipblocks table.
...index pl_namespace on table pagelinks includes field pl_from.
...index tl_namespace on table templatelinks includes field tl_from.
...index il_to on table imagelinks includes field il_from.
...have rc_old_len field in recentchanges table.
...have user_editcount field in user table.
...page_restrictions table already exists.
...have log_id field in logging table.
...have rev_parent_id field in revision table.
...have pr_id field in page_restrictions table.
...have rev_len field in revision table.
...have rc_deleted field in recentchanges table.
...have log_deleted field in logging table.
...have ar_deleted field in archive table.
...have ipb_deleted field in ipblocks table.
...have fa_deleted field in filearchive table.
...have ar_len field in archive table.
...have ipb_block_email field in ipblocks table.
...index cl_sortkey on table categorylinks includes field cl_from.
...have oi_metadata field in oldimage table.
...index usertext_timestamp already set on archive table.
...index img_usertext_timestamp already set on image table.
...index oi_usertext_timestamp already set on oldimage table.
...have ar_page_id field in archive table.
...have img_sha1 field in image table.
...protected_titles table already exists.
...have ipb_by_text field in ipblocks table.
...page_props table already exists.
...updatelog table already exists.
...category table already exists.
...category table already populated.
...have ar_parent_id field in archive table.
...have user_last_timestamp field in user_newtalk table.
...protected_titles table has correct pt_title encoding.
...have ss_active_users field in site_stats table.
...ss_active_users user count set...
...have ipb_allow_usertalk field in ipblocks table.
...change_tag table already exists.
...tag_summary table already exists.
...valid_tag table already exists.
...user_properties table already exists.
...log_search table already exists.
...have log_user_text field in logging table.
...l10n_cache table already exists.
...index tag_summary_rc_id already set on tag_summary table.
...have rd_interwiki field in redirect table.
...*_mime_minor fields are already long enough.
...iwlinks table already exists.
...index iwl_prefix_title_from already set on iwlinks table.
...have ul_value field in updatelog table.
...have iw_api field in interwiki table.
...iwl_prefix key doesn't exist.
...have cl_collation field in categorylinks table.
...categorylinks up-to-date.
...module_deps table already exists.
...ar_page_revid key doesn't exist.
...skipping index ar_revid because index ar_revid_uniq already set on archive table.
...ll_lang is up-to-date.
...user_last_timestamp is already nullable.
...index user_email already set on user table.
...up_property in table user_properties already modified by patch patch-up_property.sql.
...uploadstash table already exists.
...user_former_groups table already exists.
...have rev_sha1 field in revision table.
...batch conversion of user_options: nothing to migrate. done.
...user table does not contain user_options field.
...have ar_sha1 field in archive table.
...index page_redirect_namespace_len already set on page table.
...have us_chunk_inx field in uploadstash table.
...have job_timestamp field in job table.
...index page_user_timestamp already set on revision table.
...have ipb_parent_block_id field in ipblocks table.
...index ipb_parent_block_id already set on ipblocks table.
...category table does not contain cat_hidden field.
...have rev_content_format field in revision table.
...have rev_content_model field in revision table.
...have ar_content_format field in archive table.
...have ar_content_model field in archive table.
...have page_content_model field in page table.
Content Handler DB fields should be usable now.
...site_stats table does not contain ss_admins field.
...recentchanges table does not contain rc_moved_to_title field.
...sites table already exists.
...have fa_sha1 field in filearchive table.
...have job_token field in job table.
...have job_attempts field in job table.
...have us_props field in uploadstash table.
...ug_group in table user_groups already modified by patch patch-ug_group-length-increase-255.sql.
...ufg_group in table user_former_groups already modified by patch patch-ufg_group-length-increase-255.sql.
...index pp_propname_page already set on page_props table.
...index img_media_mime already set on image table.
...iwl_prefix_title_from index is already non-UNIQUE.
...index iwl_prefix_from_title already set on iwlinks table.
...have ar_id field in archive table.
...have el_id field in externallinks table.
...have rc_source field in recentchanges table.
...index log_user_text_type_time already set on logging table.
...index log_user_text_time already set on logging table.
...have page_links_updated field in page table.
...have user_password_expires field in user table.
...have pp_sortkey field in page_props table.
...recentchanges table does not contain rc_cur_time field.
...index wl_user_notificationtimestamp already set on watchlist table.
...have page_lang field in page table.
...have pl_from_namespace field in pagelinks table.
...have tl_from_namespace field in templatelinks table.
...have il_from_namespace field in imagelinks table.
...img_major_mime in table image already modified by patch patch-img_major_mime-chemical.sql.
...oi_major_mime in table oldimage already modified by patch patch-oi_major_mime-chemical.sql.
...fa_major_mime in table filearchive already modified by patch patch-fa_major_mime-chemical.sql.
...comment fields are up to date.
...hitcounter doesn't exist.
...site_stats table does not contain ss_total_views field.
...page table does not contain page_counter field.
...msg_resource_links doesn't exist.
...msg_resource doesn't exist.
...bot_passwords table already exists.
...have wl_id field in watchlist table.
...cl_collation key doesn't exist.
...index cl_collation_ext already set on categorylinks table.
...collations up-to-date.
...index rc_name_type_patrolled_timestamp already set on recentchanges table.
...rev_page_id index already non-unique.
...pl_namespace, tl_namespace, il_to indices are already non-UNIQUE.
...have ct_id field in change_tag table.
...have ts_id field in tag_summary table.
...rc_ip in table recentchanges already modified by patch patch-rc_ip_modify.sql.
...index usertext_timestamp already set on archive table.
...have el_index_60 field in externallinks table.
...ug_user_group key doesn't exist.
...have ug_expiry field in user_groups table.
...index img_user_timestamp already set on image table.
...img_media_type in table image already modified by patch patch-add-3d.sql.
...ip_changes table already exists.
...index PRIMARY already set on categorylinks table.
...index PRIMARY already set on templatelinks table.
...index PRIMARY already set on pagelinks table.
...index PRIMARY already set on text table.
...index PRIMARY already set on imagelinks table.
...index PRIMARY already set on iwlinks table.
...index PRIMARY already set on langlinks table.
...index PRIMARY already set on log_search table.
...index PRIMARY already set on module_deps table.
...index PRIMARY already set on objectcache table.
...index PRIMARY already set on querycache_info table.
...index PRIMARY already set on site_stats table.
...index PRIMARY already set on user_former_groups table.
...index PRIMARY already set on user_properties table.
Creating comment table ...done.
...have img_description_id field in image table.
...index PRIMARY already set on l10n_cache table.
...bot_passwords.bp_user is already unsigned int.
...change_tag.ct_log_id is already unsigned int.
...change_tag.ct_rev_id is already unsigned int.
...page_restrictions.pr_user is already unsigned int.
...tag_summary.ts_log_id is already unsigned int.
...tag_summary.ts_rev_id is already unsigned int.
...user_newtalk.user_id is already unsigned int.
...user_properties.up_user is already unsigned int.
...slots table already exists.
...have slot_origin field in slots table.
...content table already exists.
...slot_roles table already exists.
...content_models table already exists.
...actor table already exists.
...rev_text_id in table revision already modified by patch patch-rev_text_id-default.sql.
...table site_stats already modified by patch patch-site_stats-modify.sql.
...index rc_namespace_title_timestamp already set on recentchanges table.
...change_tag_def table already exists.
...el_index_60 in table externallinks already modified by patch patch-externallinks-el_index_60-drop-default.sql.
Running maintenance/deduplicateArchiveRevId.php...
...Update 'DeduplicateArchiveRevId' already logged as completed.
done.
...have ct_tag_id field in change_tag table.
...index ar_revid_uniq already set on archive table.
...index log_type_action already set on logging table.
...type_action key doesn't exist.
...index PRIMARY already set on interwiki table.
...index PRIMARY already set on page_props table.
...index PRIMARY already set on protected_titles table.
...index PRIMARY already set on site_identifiers table.
...index rc_this_oldid already set on recentchanges table.
...transcache doesn't exist.
Running maintenance/populateChangeTagDef.php...
...Update 'PopulateChangeTagDef' already logged as completed.
done.
...index change_tag_rc_tag_id already set on change_tag table.
...have ipb_sitewide field in ipblocks table.
...ipblocks_restrictions table already exists.
Dropping table image_comment_temp ...done.
...site_stats is populated...done.
Purging caches...done.

4 후속작업

5 (Optional) 트러블슈팅

6 같이 보기

  • 2020년 제타위키 테마 적용
    앱 껐다켜면 블랙모드가 풀린다거나 일정시간이 지나면 풀리는 경우가 있습니다. Pinkcrimson
  • 제타위키
    멋진 개념을 가진 위키입니다. 외부인의 편집은 차단된거 같네요? --[https://ko.wikipedia.org/wiki/사용자:거북이 거북이] Pinkcrimson
  • 제타위키
    거북이님~~ 여기서 뵙네요. ㅎㅎ 처음에는 공개위키로 했는데... 정보성 편집은 없고, 광고만 난무해서 관리를 위한 공수가 너무 많이 들더군요. 공개위키는 포기하고 개인편집위키로 운영중입니다... 스타트업 위키의 공통된 문제점일 듯 하네요.J Jmnote
  • 제타위키
    팬층을 규합하여 소수의 사람에게만 권한을 열어주시면 활성화되지 않을까요? ㅎㅎ Pinkcrimson
  • 제타위키
    아직 팬층이랄 것이 없고요.^^ 공동운영 제의에 대해서는 긍정적으로 수용할 생각이지만, 아직까지 그런 제의가 없었습니다.J Jmnote
  • 제타위키
    뭔가 이런 내용을 가지고 저랑 얘기해볼 여지가 있어보입니다만...? http://koreanrock.com/wiki.pl?%B0%ED%B7%C1%B9%D9%C0%A7 Pinkcrimson
  • 제타위키
    네, 다음 모임 때라든가 언제 기회되면 한번 얘기해보시죠~~^^;;J Jmnote
  • 제타위키
    위키쓰는 사람들이 그러면 쓰나요 ㅋㅋ 어디 위키페이지 하나 개설해서 얘기합시다~ Pinkcrimson
  • 제타위키
    대면이나 전화상으로 얘기하는 것이 좋을 것 같습니다.^^J Jmnote
  • 제타위키
    메일 부탁드려요. pinkcrimsdon쥐메일이에요~ Pinkcrimson
  • 제타위키
    이런 좋은 위키를 만들어 지식을 공유해주셔서 감사합니다.
  • 제타위키
    정말 좋은 위키네요~ Elliott
  • 제타위키
    모든 문서에 Comments가 나오게 하고 싶은데 이 방법을 모르겠습니다. 혹시 알려주실수 있나요? 2DU
  • 제타위키
    문서별 댓글은 별도로 개발한 기능인데, 플러그인 형식으로 개발되지 않아서 공유해드리기는 어려울 것 같습니다... 여유가 생기면 플러그인으로 개발해도 괜찮을 것 같네요.J Jmnote
  • 제타위키
    바다위키와 리브레위키 그리고 제타위키를 이용하는 유저로서 언제나 파이팅입니다. 성현이다SKT
  • 제타위키
    음 좀 더 연구해봐야겠네요 한개씩 다는것도 나쁘진 않아서 진척이 느리지만... 제타위키에서 여러 정보를 잘 얻어가고 있습니다 파이팅 하십시오! 2DU
  • 제타위키
    음 일단 더 연구해야겠네요 물론 한개씩 다는것도 나쁘진 않아서 진척이 느리지만요... 2DU
  • 제타위키
    2014년... 오래되었군요 얘기 나눈지 ㅋㅋ Pinkcrimson
  • 제타위키
    여기 규정 좀 알려 주세요. SeanSentIGPC
  • 제타위키
    아직 명문화된 규정은 없고, 적당한 선에서 관리하고 있습니다.J Jmnote
  • 제타위키 그림 올리기
    이미지 올리기 문서를 완성하려다가 제가 뭔가 망친거 같아요. 복구를 부탁드려요. Oh-really
  • 제타위키 그림 올리기
    작성하였습니다...^^J Jmnote
  • 제타위키 그림 올리기
    역시 이미지 올리기는 위키에선 어려운 행동이군요 ㅋㅋ Pinkcrimson
  • 제타위키 글쓰기
    안녕하세요, ^^ 제타위키는 이전부터 알고 있었고 가끔 방문을 합니다만, 이번에 등록하게 되었습니다..!! 고수님들에게 한수, 두수... 배우겠습니다..^^;;; 잘 부탁드립니다. Sobi
  • 제타위키 글쓰기
    Sobi님은 어떤 분야에 관심이 있으신가요?J Jmnote
  • 제타위키 사용법
    이 문서 완성되길 기다립니다. ^-^ Oh-really
  • 제타위키 사용법
    피곤한우니님
  • 제타위키 사용법
    안녕하세요 관리자님께 메일 드리려면 어떻게 해야하죠 ? 이호준
  • 제타위키 사용법
    Special:EmailUser를 이용하면 됩니다.J Jmnote
  • 제타위키 테이블 만들기
    굿^^ 트럭매니아
  • 통용 보고서
    기존 비교 내용에 대한 검색 기능도 있으면 좋을 것 같습니다. John Jeong
  • 통용도 계산
    따봉! Pinkcrimson