Migrating bacula from MySQL to PostgreSQL

Posted on Fri 25 June 2010 in Blog • Tagged with bacula, MySQL, PostgreSQL, Programming

So I've been looking to migrate my bacula installation from MySQL to PostgreSQL. Personally I like PostgreSQL better and the claims on the bacula-users list were that it's faster. So I did a bunch of reading, and then testing the database conversion and finally have made it through the process …


Continue reading

Don't change 2 things at once

Posted on Wed 09 June 2010 in Blog • Tagged with PostgreSQL, Programming

So I'm working on a project that has a number of components to it. In particular the data is all stored in a MySQL database. For various reasons we wanted to convert this to a PostgreSQL database. So off I went working on a branch to make the changes and …


Continue reading