You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was previously running version 0.53 and when to upgrade to the latest on Heroku 0.54.2.
I encontered an error in Heroku and decided to try to build the rocket.chat again. It succeed. However, when I went to start my dyno it kept crashing with the following error:
Updating process.env.MAIL_URL
2017-03-31T13:17:44.178220+00:00 app[web.1]: Will load cache for rocketchat_permissions
2017-03-31T13:17:44.198566+00:00 app[web.1]: 67 records load from rocketchat_permissions
2017-03-31T13:17:46.056924+00:00 app[web.1]: ufs: store created at
2017-03-31T13:17:48.207101+00:00 app[web.1]: ufs: store created at
2017-03-31T13:17:55.844754+00:00 app[web.1]: Exception in callback of async function: Error: [Can't find migration version 90]
Any idea on how to fix this? I tried unlocking with the command:
db.migrations.update({_id: 'control'},{$set:{locked:false,version:90}})
but it didn't work. I was able to migrate back to my previous version. Any ideas? Could this be related to some of the problems people are experiencing here:
By problem I mean not the DB issue, but the initial fail to build on Heroku which lead to a DB issue:
Rocket.Chat Version: 0.53.0
Running Instances: 1
DB Replicaset OpLog: Disabled
Node Version: v4.7.3
Database Migration: 90
I was previously running version 0.53 and when to upgrade to the latest on Heroku 0.54.2.
I encontered an error in Heroku and decided to try to build the rocket.chat again. It succeed. However, when I went to start my dyno it kept crashing with the following error:
Updating process.env.MAIL_URL
2017-03-31T13:17:44.178220+00:00 app[web.1]: Will load cache for rocketchat_permissions
2017-03-31T13:17:44.198566+00:00 app[web.1]: 67 records load from rocketchat_permissions
2017-03-31T13:17:46.056924+00:00 app[web.1]: ufs: store created at
2017-03-31T13:17:48.207101+00:00 app[web.1]: ufs: store created at
2017-03-31T13:17:55.844754+00:00 app[web.1]: Exception in callback of async function: Error: [Can't find migration version 90]
Any idea on how to fix this? I tried unlocking with the command:
db.migrations.update({_id: 'control'},{$set:{locked:false,version:90}})
but it didn't work. I was able to migrate back to my previous version. Any ideas? Could this be related to some of the problems people are experiencing here:
By problem I mean not the DB issue, but the initial fail to build on Heroku which lead to a DB issue:
Issue: 6452
Issue: 6444
The text was updated successfully, but these errors were encountered: