preloader

Devops

By J. Toman / on 11 Apr, 2024

Backup and Recovery

What Could Possibly Go Wrong?

Stuff happens. Whether by accident or intent, hardware fails, storage fails, fire, theft, human error, or alien invasion devastating your city (less likely), stuff happens and if it happens to your data then it happens to your business. Without a backup and recovery plan, that data is gone and maybe your business is crippled or gone for good.

...

By J. Toman / on 20 Jan, 2019

Install OrientdDB As a Service On A Mac

OrientDB is a multi-model database that combines the best of a document database and a graph database. I’ve played around with it off and on, but one difficulty is that I’ve always had to restart the server manually whenever I reboot my Mac. Being an old Linux guy, steeped in chron and /etc/init.d , I’ve never taken the time to learn Apple’s launchd system or the plist files they depend on. Until now. Turns out they’re pretty simple. The Orientdb documentation covers basic installation of the database pretty well so I won’t repeat that here. Instead I’ll detail the part I couldn’t find, installing the database as a service which starts on system boot. Most of this is cribbed from this article on installing MongoDB as a service on OS X, so thank you Mr. Ali Al Dallal for that.

...