[Live-demo] MOTION: Migrate OSGeo-Live issues to another Trac instance

Even Rouault even.rouault at spatialys.com
Thu Oct 12 14:09:58 PDT 2017


On vendredi 13 octobre 2017 10:02:29 CEST Ben Caradoc-Davies wrote:
> We control our trac instances. Even before comparing features, is there
> any mechanism for migrating issues from GitHub to another system should
> we need to do so? I am still smarting from the Codehaus shutdown and its
> impact on GeoTools and GeoServer.
> 

Ben,

Never tried it but gitlab has apparently an import module (rather expected given they 
directly compete):
https://docs.gitlab.com/ce/user/project/import/github.html

There are also ways to backup github tickets through their REST API with gitthub-backup 
(which I tried)
For example:
1) pip install github-backup
2) in github UI, create a personnal access token, so as to be able to use authenticated 
requests to github API, to bypass the rate limit of unauthenticated requests (you can use it 
even for repositories that you don't own)
3) github-backup -i -R python-github-backup josegonzalez --issues --issue-comments --issue-
events --pulls --pull-comments --pull-commits -t ${your_github_token}

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/osgeolive/attachments/20171012/6fe952da/attachment.html>


More information about the Osgeolive mailing list