Closed
Bug 1267456
Opened 9 years ago
Closed 9 years ago
Doc: On 3.12.2 I would like the doc to mention $BUGZILLA_HOME/data/attachments
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: swolfe100, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36
Steps to reproduce:
I am upgrading Bugzilla.
on this doc page:
https://bugzilla.readthedocs.org/en/5.0/installing/backups.html#backups
It mentions that you may need some data files.
I needed localconfig and data/params now data/params.json
But it does not mention the data/attachments directory, if you are using attachments on the file system.
Actual results:
I forgot about attachments. Found them of course.
Expected results:
I mentioned this in reproduce steps:
Mainly:
It mentions that you may need some data files.
I needed localconfig and data/params now data/params.json
But it does not mention the data/attachments directory, if you are using attachments on the file system.
Comment 1•9 years ago
|
||
You need the whole data/ directory when upgrading, not only a few files. This page is about backups, not upgrades. And for backups, you really want to save the whole bugzilla/ directory.
For upgrades, you must follow:
https://bugzilla.readthedocs.org/en/5.0/installing/upgrading-with-a-tarball.html#copy-across-data-and-modules
which correctly specifies to copy the whole data/ directory.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Thanks for the review.
I agree that below mentions the data/ directory. https://bugzilla.readthedocs.org/en/5.0/installing/upgrading-with-a-tarball.html#copy-across-data-and-modules
You need to log in
before you can comment on or make changes to this bug.
Description
•