Tell HN: GitHub Organizations not as free as it seems
GitHub informed us of something supposedly new: we could upgrade our pro personal account to a free organization account. Yay! Quoting the github page: "Everything the personal account has"... plus more fine grained permissions control.
Note the upgrade is a one-way process. Thinking it was free so why not upgrade we did.
Except we had a wiki. With a lot of valuable information. Which is now gone:
While its not documented anywhere in the happy sounding announcement, wikis aren't included in the free organization plan. Bye data! Or if you need it, thanks for upgrading your $4 plan into a more expensive one. All the best, Microsoft.
19 comments
[ 5.0 ms ] story [ 50.9 ms ] threadThe fact that this is even necessary just screams monumental f up.
Here is a free upgrade. (With surprise data loss)
Seriously for organizations, you're better of in self-hosting your own projects on-premise with open-source alternatives like GitLab (recommended), cgit or even Gerrit to avoid nonsense like 'centralising everything to GitHub' in the long term. [0]
[0] https://news.ycombinator.com/item?id=22868406
The more that lives in the codebase itself, the better -- ideally this would not only include wiki pages, but also issues, comments, PR threads, etc.
If your project is named `username/repository` then your wiki can be cloned at `git clone git@github.com:username/repository.wiki.git`.
Original announcement: 10,000 per month
Starting next month: 3,000 per month
:/
It reminds me migrating own GitHub repo Travis CI from https://travis-ci.org to https://travis-ci.com, which is also one-way process.
Some of my repo older still use travis-ci.org (ORG domain is cool here), but all new GitHub repos could be linked only to travis-ci.com (COM domain little terrible)