Restore backup on new mycontroller instance
-
Is it possible to use the backup of one instance and restore it on a new instance.
I want to migrate from my raspberry to a ubuntu server...but seem to be having migration errors when starting up after backup-restore.
2016-07-19 12:11:25,363 ERROR [main] [org.mycontroller.standalone.db.DataBaseUtils:115] Migration exception,
org.flywaydb.core.api.FlywayException: Schema "PUBLIC" contains a failed migration to version 1.02.08 !
at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMigrate.java:196) ~[mycontroller-dist-standalone-0.0.3.Alpha2-SNAPSHOT-single.jar:0.0.3.Alpha2-SNAPSHOT]....thx
Wim
-
@hoegaarden_bier Yes, It is possible to migrate across platforms (but I never tested across platforms). It should work. Can you list complete error trace?
What is your previous version and new version?