Hey all, Noticed an interesting problem today. I was trying to start a management server based on the latest sources in master, but failed. The reason was that the configuration threw an exception that a certain column in the database fit not exist. This column is added during the database upgrade sequence, but apparently the configuration is already accessed before the database upgrade takes place.
Seems like a chicken and egg problem to me. Did anybody else run into this problem? Cheers, Hugo