Granwille Strauss
Granwille Strauss
Hi @geekgonecrazy was there any ETA for a fix on the index issue?
What I have tried so far: ``` mongo use rocketchat db.rocketchat_nps_vote.dropIndexes() db.users.dropIndexes() db.rocketchat_room.dropIndexes() db.rocketchat_message.dropIndexes() db.rocketchat_integration_history.dropIndexes() db.rocketchat_apps_logs.dropIndexes() ``` Nothing, still end up with the same index error: `Jun 28 14:51:50 core...
I tried upgrading now to 4.8.2, and it seems to throw no index errors. However, now there's a segmentation fault: ``` Jul 22 16:43:14 core systemd: rocketchat.service: main process exited,...
Tried Upgrading from 4.7.4 to 5.02 and still getting errors on CentOS 7: ``` Aug 10 20:40:14 core rocketchat: Some indexes for collection 'rocketchat_nps_vote' could not be created: Aug 10...
> I don't see anything that indicates you have solved your problem or what should have coursed the listing Sorry for that. These domain names run CMS websites, and they...
Hi @spirillen @mitchellkrogza @funilrys Any idea when this can be expected to be resolved?
We have the same issue trying to manually upgrade from 7.12.2 to 7.13 on Ubuntu 20.04 LTS.
> That folder won't be there until after you run the npm install command. Nope, I typically run `cd /tmp/bundle/programs/server && npm install`, and after doing so now, I do...
I must be doing something wrong then: ``` curl -L https://releases.rocket.chat/latest/download -o /tmp/rocket.chat.tgz cd /tmp/bundle/programs/server sudo npm install --include=optional --os=linux --cpu=x64 [email protected] sudo mv /tmp/bundle /opt/Rocket.Chat sudo chown -R rocketchat:rocketchat...
I am flabbergasted, I never knew there was a difference between running `npm install` and then running `npm install --include xxxx` - HUH?? Anyway, thank you @ixlandia this has worked...