RocketChat / Docker.Official.Image

Docker hub - community managed image
293 stars 218 forks source link

Mirgation error in version 3.15.0, i probably used an early/broke docker image #143

Closed rudesome closed 3 years ago

rudesome commented 3 years ago

3.15.0 broke my RC config.

Exception in callback of async function: errorClass [Error]: [Can't find migration version 225]
  isClientSafe: true,
  error: "Can't find migration version 225",
  reason: undefined,
  details: undefined,
  errorType: 'Meteor.Error'
}
rudesome commented 3 years ago

i reverted the image back to 3.14.4 and set in mongodb > DB:rocketchat > db.migrations.update({"_id": "control"}, {$set:{"version": 222}})

RC should now boot up again in the old version. Now do your upgrade again and it should work, at least it worked for me.

sampaiodiego commented 3 years ago

that was probably an issue with the latest tag we had yesterday.. I apologize for that. the latest tag is pointing to 3.15.0 again