Re: Migrating Bugzilla between different time zones - problem
Emmanuel Seyman <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Message-ID | <[email protected]> |
* glauber ribeiro [01/10/2020 06:25] : > > So i would make a copy of my Bugzilla directory, then in the copy edit > localconfig to point to an empty Postgres database, and run checksetup,pl to > create the database structures. Then this script would copy from the MySQL to > the Postgres. Both databases need to be accessible to the script at the same > time. > > Is the above paragraph correct? Specifing the database information is done at the top of the bzdbcopy.pl script (you need both databases to be configured and you can only have one in localconfig). Other than that, you are correct. I would also update your mysql database to the 5.0.6 schema before copying to postgres so that you are just porting from one database to another instead of porting and updating. Emmanuel _______________________________________________ support-bugzilla mailing list [email protected] https://lists.mozilla.org/listinfo/support-bugzilla PLEASE put [email protected] in the To: field when you reply.