- 鳥繁 -
« Quasi-Spam Filter Plugin 組み込みました。 | メイン | サイン・インとサイン・アウトのリンク修正 »
2005年02月06日
3.15[ja]にアップグレードしました。
MovableTypeを3.01D[ja]から3.15[ja]にアップグレードしました。
独自の調査方法によるいい加減なアップグレードなので、おかしな所に気づいたらお知らせください。
いちおう、手順としては
3.01[ja]D → 3.15[ja]
の比較で新しくなっているファイルを含むフォルダを上書きアップロード。
/docs
/extlib
/images
/lib
/php
/schemas
/search_templates
/tmpl
/tools
あと、
mt.cgi
mt-add-notify.cgi
mt-atom.cgi
mt-comments.cgi
mt-db2sql.cgi
mt-search.cgi
mt-send-entry.cgi
mt-set-reg.cgi
mt-tb.cgi
mt-upgrade31.cgi
mt-upgradecheck.cgi
mt-view.cgi
mt-xmlrpc.cgi
styles.css
をアップロード。mt-upgradeXX.cgiはもっと古いバージョンからのアップグレードの人が使うのでアップせず。
mt-upgrade31.cgi
のパーミッションを[755]にセットして、
ブラウザから呼び出します。
Upgrading your databases:
Running 'alter table mt_blog add blog_ping_technorati tinyint'
Running 'alter table mt_blog add blog_children_modified_on datetime'
Running 'alter table mt_blog add blog_custom_dynamic_templates varchar(25)'
Running 'update mt_blog set blog_custom_dynamic_templates = 'none''
Running 'alter table mt_template add template_created_on datetime not null'
Running 'alter table mt_template add template_modified_on timestamp not null'
Running 'alter table mt_template add template_created_by integer'
Running 'alter table mt_template add template_modified_by integer'
Running 'alter table mt_template add template_build_dynamic tinyint'
Running 'update mt_template set template_build_dynamic = 0 where template_build_dynamic <> 1'
Running 'alter table mt_template modify template_build_dynamic tinyint not null'
Running 'alter table mt_category add category_parent integer'
Running 'update mt_category set category_parent = 0'
Running 'alter table mt_category modify category_parent integer not null'
Running 'alter table mt_entry modify entry_basename varchar(50) not null'
Running 'create table mt_fileinfo (
fileinfo_id integer primary key auto_increment,
fileinfo_blog_id integer not null,
fileinfo_entry_id integer,
fileinfo_url varchar(255),
fileinfo_file_path text,
fileinfo_template_id integer,
fileinfo_templatemap_id integer,
fileinfo_archive_type varchar(255),
fileinfo_category_id integer,
fileinfo_startdate varchar(80),
fileinfo_virtual tinyint,
index(fileinfo_blog_id),
index(fileinfo_entry_id),
index(fileinfo_url)
)
'
Creating Dynamic Site Bootstrapper.
Creating Dynamic Pages Error Template.
Done upgrading your schema! All went well.
こんな感じです。
All went well.
と出ればオッケーだと思っていますので、これにて終了。
投稿者 Kirishima : 2005年02月06日 17:20
Tweet