- If this is a new server restore your DB from current bugzilla installation
- Uncompress the distro in your document root, commonly /var/www/bugzilla-4.0.2
- Update apache virtual host to point to that directory
- Replace file 'localconfig' and directory 'local' from the previous installation
- If needed change db user and password if needed in 'localconfig'
- If needed update urlbase 'data/params' file
- Run the below commands from the bugzilla document root directory and make sure you get no warnings nor errors. Correct them all before considering your migration completed
$ sudo ./runtests.pl $ sudo ./checksetup.pl
- Restart apache and hit the bugzilla url
Thursday, September 01, 2011
Upgrading Bugzilla
This one was pretty straightforward (from version 2 to 4 actually)
Subscribe to:
Post Comments (Atom)
2 comments:
In #7, what errors did you encounter and what packages did you install and what files did you have to edit?
Permissions is one that come to my mind but I guess you could get others depending on plugins you use or the bugzilla version.
The Bugzilla installation notes I read were clear on this and it makes sense, be concerned about an error and do not consider your migration done up until you get rid of them all.
Post a Comment