Re: How does somebody upgrade to roundup 2.0 if using mysql?
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 26 May 2020, John P. Rouillard wrote: > To upgrade to roundup 2.0 with python3 requires a roundup-admin export > with the existing 1.x tracker using python2. Then import the data Yes, when using the mysql back end. > Joseph did I explain the sequence right? IIRC we need both 1.x and > 2.0 roundup versions on the system to make the upgrade work. Maybe that's necessary after the recent changes. The original version I implemented (where the database encoding depended on the Python version used) worked for me with exporting and importing with the same Roundup version, but might have caused problems in other cases depending on how MySQL was configured regarding characters sets. > Joseph should it be possible to export just the db using > 'roundup-admin exporttable' under roundup 1.6 to not export the > files. Then I assume roundup-admin 2.0 will import just the table data. I didn't try exporting / importing just tables and not files. -- Joseph S. Myers [email protected]