Hey Alfred,

Safest way is through the Review Board shell:

$ rb-site manage /path/to/sitedir shell
from reviewboard.scmtools.models import Repository
Repository.objects.update(bug_tracker_url="New Value")


That should modify each repository in the database with the new URL.
There's no undoing changes done this way, so it wouldn't be a bad idea to
perform a database backup before major changes are made.

Christian


On Fri, Jun 16, 2017 at 11:16 Alfred von Campe <alf...@von-campe.com> wrote:

> When I created the repositories on our ReviewBoard server, I originally
> left the Bug Tracker information blank.  I would now like to update all
> repos to include the URL to our Jira server, and was wondering if there was
> a quick way to do it either via the command line or with MySQL commands?
> I’d rather not update all repositories via the GUI.
>
> Thanks,
> Alfred
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-- 
Christian Hammond
President/CEO of Beanbag
Makers of Review Board

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to