Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not start after upgrade to 3.13 #139

Open
francescodauria opened this issue Apr 16, 2021 · 6 comments
Open

Not start after upgrade to 3.13 #139

francescodauria opened this issue Apr 16, 2021 · 6 comments

Comments

@francescodauria
Copy link

I upgraded to version 3.13, but it keeps giving me
SyncedCron ➔ info Finished "Generate download files for user data".

Is there any problem?

@sampaiodiego
Copy link
Member

how long did you wait? from which version are you coming from? is it consuming CPU or RAM?

@francescodauria
Copy link
Author

I'm waiting from 2 days, it is RAMconsuming

@francescodauria
Copy link
Author

I came from version 3.9.1

@sampaiodiego
Copy link
Member

have you tried troubleshooting it? you can try a few things like:

  • stop and start containers
  • restart mongodb server
  • try using a different (and empty) database (just change the database name on MONGO_URL env var)
  • increase log level (set the following env var OVERWRITE_SETTING_Log_Level=2

I haven't seen other complaints on 3.13 not starting, so I'd try different things not related to rocket.chat itself.

@francescodauria
Copy link
Author

I managed to get it started, but now I get this message
Exception in callback of async function: errorClass [Error]: [Can't find migration version 220]
I followed this solution RocketChat/Rocket.Chat#11226 (comment)
but the db.migrations.find() return me nothing

@sergeln
Copy link

sergeln commented Apr 26, 2021

After upgrading from version 3.13.1 to version 3.13.3, I get the same error.

root@jitsimeet:/tmp/bundle/programs/server# systemctl status rocketchat
? rocketchat.service - The Rocket.Chat server
     Loaded: loaded (/lib/systemd/system/rocketchat.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2021-04-26 17:06:37 +03; 41s ago
   Main PID: 2647 (node)
      Tasks: 11 (limit: 65000)
     Memory: 621.5M
     CGroup: /system.slice/rocketchat.service
             ??2647 /usr/local/bin/node /opt/Rocket.Chat/main.js

Apr 26 17:07:06 jitsimeet rocketchat[2647]:     at /opt/Rocket.Chat/programs/server/boot.js:226:21
Apr 26 17:07:06 jitsimeet rocketchat[2647]:     at /opt/Rocket.Chat/programs/server/boot.js:464:7
Apr 26 17:07:06 jitsimeet rocketchat[2647]:     at Function.run (/opt/Rocket.Chat/programs/server/profile.js:280:14)
Apr 26 17:07:06 jitsimeet rocketchat[2647]:     at /opt/Rocket.Chat/programs/server/boot.js:463:13 {
Apr 26 17:07:06 jitsimeet rocketchat[2647]:   isClientSafe: true,
Apr 26 17:07:06 jitsimeet rocketchat[2647]:   error: "Can't find migration version 220",
Apr 26 17:07:06 jitsimeet rocketchat[2647]:   reason: undefined,
Apr 26 17:07:06 jitsimeet rocketchat[2647]:   details: undefined,
Apr 26 17:07:06 jitsimeet rocketchat[2647]:   errorType
: 'Meteor.Error'
Apr 26 17:07:06 jitsimeet rocketchat[2647]: }
root@jitsimeet:/tmp/bundle/programs/server#

Version 220 in the database

rs01:PRIMARY> use rocketchat
switched to db rocketchat
rs01:PRIMARY> db.migrations.find()
{ "_id" : "control", "locked" : true, "version" : 220, "buildAt" : "2021-04-20T15:20:09.837Z", "lockedAt" : ISODate("2021-04-26T14:07:06.497Z") }
rs01:PRIMARY>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants