As the other half of J-Ongaku, I’d like to personally offer my thanks to everybody that have helped us grow over the past few weeks!
After Jen and I decided to start J-Ongaku, I made a vow to make sure we would be completely transparent about everything we’re doing. On Jen’s end that would consist of connecting with the community and make sure that we’re helping you produce the best content possible as easily as possible. On my end, I’m tasked to make sure that the site only goes down when it has to and to fix any problems before they become something that can take down the site.
With that in mind, I thought I’d take a minute to talk about what powers J-Ongaku. First off, J-Ongaku is a project of Revyver, a company that Jen and I have been spending our waking hours taking care of. Revyver owns a grid of 7 severs at Slicehost, a developer-focused host based in St. Louis, Missouri. J-Ongaku is spread on two of those 7, running a PostgreSQL database back-end on one and PHP on the other. Without getting too geeky, there are two benefits.
- There’s no single point of failure. If the server running the site goes down, it doesn’t affect the database. Your data will be safe.
- PostgreSQL by design is more reliable in a production situation than MySQL. It doesn’t corrupt data as easily as MySQL seems to, and I make sure multiple backups are made nightly.
I’ve gone as far as I have because I’m a bit OCD when it comes to servers, even though I’m a designer by trade. Again, with all the ups and downs that have happened lately, I wanted to take no chances. Finally, you’ll see that I’ve added an uptime graph to the blog. This’ll show our uptime for the last 30 days courtesy of the awesome monitoring service, Pingdom. When it comes to downtime, you’ll always find out about it on this blog, or on the wiki itself.
I’m committed to making sure that you’re comfortable spending your time helping us build J-Ongaku. Please don’t hesitate to contact either Jen or I if there’s anything else we can do.
Quincy 1:57 am on September 25, 2009 Permalink |
I can’t create an account there at all. it gives me an error message. Also, when I tried to log in to an older account, it said it didn’t exist… even when using the proper password. I don’t know if anyone else has had that issue, but if so, it would seem nobody can edit the info right now, which is a shame since there were tons of articles I wanted to create/edit… just a heads-up.
Bryan 2:22 am on September 25, 2009 Permalink |
Hi Quincy, sorry about the trouble. This seems to be an error from the last time I upgraded, so I’ve gone ahead and fixed that. Mediawiki seems to dislike lowercase usernames, so we hack it to make it like them. Unfortunately that hack seems to be missing every time we upgrade.
I’ll make sure that this never happens again.
Quincy 1:30 pm on September 25, 2009 Permalink
Alright, just so you know, attempting to create an account brings up this message repeatedly: “Could not create account: ”
(That’s attempting to create one with any sort of casing – uppercase, lowercase, or mixed.)
Quincy 1:30 pm on September 25, 2009 Permalink
Errr, “Could not create account (missing or incorrect confirmation code)”, I mean. I think I accidentally gave the second part HTML tags.
Bryan 6:23 pm on September 25, 2009 Permalink
That’s most likely caused by the reCAPTCHA extension that we use to keep spammers out. I turned it off for now, as it probably doesn’t work with the upgraded Mediawiki. Let me know if you’re still having trouble and apologies for the inconvenience.