Create database upgrade diff with Liquibase
I have two database schema files, both of them are empty. Let’s say that there’s a version 1 and a version 2 of the database schema in db.v1.sql and db.v2.sql. I’d like create a diff which will update...
View ArticleGoogle Cloud messaging crash only on app upgrade
I am facing a strange issue with Google cloud messaging for iOS. The app is crashing few seconds after calling [[GGLContext sharedInstance] configureWithError:&configureError]; This happens only...
View ArticleMongolab MongoError: auth failed error
I am using heroku for hosting my geddy app. The mongolab recently upgrade the version to mongo 3.x I am using mongodb package 2.0.45 version which is latest. since the upgrade my app is throwing error...
View ArticleMySQL percona 5.6 to MySQL 5.5 replication
Scenario 1 I am having a MySQL DB on 5.5 which is compliance, So need to upgrade it to MySQL 5.6. while doing this we see that 5.6 is running slow, were as it runs perfectly on 5.5 backup. Scenario 2...
View ArticleJava not working after upgrade to El Capitan
my java isn’t working anymore, since upgrading to MacOS X El Capitan. If i type “java -version” in the Terminal i will receive a popup telling me, that i have to install java from the Website. After...
View ArticleAndroid : Change SQLite DB on upgrade
I want to add a column to my existing database However I’m imagining I’m in the scenario where people have already got a version of the code and database and I’m going to make the changes through a...
View ArticleRavenDB: Exception when ScriptedPatchCommand after upgrade from 3690 to 3800
This method make money transfer from one account (user) to another (video game machine) and set flag which user busy VGM. Same source code raise an exception: public async Task<decimal>...
View ArticleWhen is WinRE Partition created on Windows 10 upgrade?
When we upgrade Windows 8.1 systems (UEFI) to Windows 10, we see a 450 MB Recovery Partition is created from the OS partition. On searching further, we figured this is the new WinRE partition created...
View ArticleUpgrading win 2012 server r2 to win 2010
For reasons of testing bespoke software behaviour on various OSs, I need to upgrade my VM’s OS (from Windows 2012 R2) to Windows 10. (I know, ‘downgrade’ is a more correct term but ya know what I...
View ArticleNot seen any issues with Spring 2.x/3.x with Java8. Thoughts [closed]
Edit: Reworded and added info to clarify what the question is. The following stackoverflow topics state that Java8 is not compatible with Spring 3. Spring 3.2.x with Java 8 spring-core 3.2.9 + java 8...
View Article