5 ms·
I migrated my Gitea instance to Forgejo, it was pretty painless
by chhs 1mo ago
I migrated my Gitea instance to Forgejo, it was pretty painless
- globular-toast 1mo agoI accidentally upgraded my Gitea instance beyond the fork which makes this more difficult...
- selfhoster1312 1mo agoHad the same experience, but the import feature works really well (with `ALLOWED_DOMAINS = *` in app.ini). Bad news is i had to do this individually for each repo. Good news is it went great and fast, even for private repos.
- zImPatrick 1mo agoMy gitea instance was only ~6 DB migrations beyond where Forgejo was at when I decided to switch, so I just undo‘d those and upgraded anyways. Works just fine, but I was really lucky that they weren‘t any big migrations. I guess isn‘t really as feasible anymore.