會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

User Forum » Changes to the Database schema

發表人: paulhr
6 年 前
With the list of Database Schema changes what is implied, but not stated, is that JForum must be stopped. The "alter table" commands run, adjusted if needed for the database used, and the new .WAR installed. Would it be asking to much to get some type of high level list of actions to take and in what order?

Database Schema
• alter table jforum_posts alter column poster_ip type varchar(50);
• alter table jforum_privmsgs alter column privmsgs_ip type varchar(50);
• alter table jforum_banlist alter column banlist_ip type varchar(50);
• alter table jforum_sessions alter column session_ip type varchar(50);
• alter table jforum_vote_voters alter column vote_user_ip type varchar(50);

發表人: udittmer
6 年 前
The basic steps are listed in https://sourceforge.net/p/jforum2/wiki2/UpgradingFrom241To250/. The basic outline is: !) stop the web app, 2) work through the steps on that page, 3) start the web app. If you have a specific question about a step, feel free to ask in more detail.




會員註冊 / 登入  |  電腦版  |  Jump to top of page