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
Upon downloading the latest docker:develop image, (based on 69dd102) the container fails on startup with the following error:
Exception in callback of async function: TypeError: Cannot read property 'isEnabled' of undefined
at Object._getStatistics [as get] (app/statistics/server/functions/get.js:148:17)
at syncWorkspace (app/cloud/server/functions/syncWorkspace.js:17:27)
at app/cloud/server/index.js:20:2
at Function.time (/app/bundle/programs/server/profile.js:309:28)
at /app/bundle/programs/server/boot.js:427:13
at /app/bundle/programs/server/boot.js:472:5
at Function.run (/app/bundle/programs/server/profile.js:510:12)
at /app/bundle/programs/server/boot.js:470:11
The concerning part, is that I cannot go back to a previous version. (errors out with cannot find migration 148). This seems to be a critical issue.
Steps to reproduce:
Download latest docker rocketchat:devel image (based on 69dd102)
Attempt to start it with your docker-compose, etc.
Server will halt upon startup with error mentioned above.
Expected behavior:
Server should start as normal.
Actual behavior:
Server halts on startup.
Server Setup Information:
Docker develop tag.
The text was updated successfully, but these errors were encountered:
@reetp I am aware this is a development version. That is why I actively report on it. Second, as stated, my environment is a testing environment for this very reason.
That aside, my suspicion is that the migration to 148 is not included in the current image. I went back to one that does have it and was able bring the server up. Will attempt to upgrade to latest again and report.
After the 148 migration, provided by docker build based on 422669f, I attempted moving up to 69dd102, to no avail. It failed with the same error described above. Tried latest build based on tag c4127e6, with same results. Have reverted back to 422669f.
Description:
Upon downloading the latest docker:develop image, (based on 69dd102) the container fails on startup with the following error:
The concerning part, is that I cannot go back to a previous version. (errors out with
cannot find migration 148
). This seems to be a critical issue.Steps to reproduce:
Expected behavior:
Server should start as normal.
Actual behavior:
Server halts on startup.
Server Setup Information:
The text was updated successfully, but these errors were encountered: