this post was submitted on 13 Jul 2026
82 points (100.0% liked)

Open Source

48010 readers
166 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

#Forgejo keeps impressing. Migrating a larger repo with lots of issues etc, only took the creation of an access token. Once again, i'm super happy with my decision to selfhost my #git.

#selfhosted #opensource #devops

https://docs.codeberg.org/advanced/migrating-repos/#migrating-from-services

you are viewing a single comment's thread
view the rest of the comments
[–] justme@lemmy.dbzer0.com 6 points 1 week ago (3 children)

how does it deal with all the user names, e.g., in the issues? does it create ghost users, unlinked names or links to their respective GitHub pages?

[–] opennomad@lemmy.ml 3 points 6 days ago (2 children)

you end up with something like this:

oXXXXXXXd commented last year (Migrated from github.com)

so you get the github username, but that's it.

[–] justme@lemmy.dbzer0.com 1 points 6 days ago (1 children)

ah, thanks. i guess just linking to the GitHub user page would be sufficient as acknowledgement. on the other hand, as long as you keep the GitHub repo, that would not be an issue anyway.

ghost users would be a terrible idea, as it would just fill your server with garbage xD (have that problem with another program)

[–] opennomad@lemmy.ml 1 points 6 days ago

To be fair it's only the name. The only link is to github, rather than the user profile.