Migrations: Not migrating, already at version 213

Clean install in an new ubuntu 20.04 machine with:

sudo snap install rocketchat-server
sudo snap set rocketchat-server https=disable
sudo snap set rocketchat-server caddy-url=http://chat.mywebsite.com
sudo snap set rocketchat-server caddy=enable
sudo snap run rocketchat-server.initcaddy

Rocket.Chat Version: 3.10.5
NodeJS Version: 12.18.4 - x64
MongoDB Version: 3.6.14
MongoDB Engine: wiredTiger
Platform: linux
Process Port: 3000
Site URL: http://chat.mywebsite.com
ReplicaSet OpLog: Enabled
Commit Hash: 1e36f41838
Commit Branch: HEAD

I was getting caddy error, increased the limit and it looks it disappeared:
WARNING: File descriptor limit 1024 is too low for production servers. At least 8192 is recommended. Fix with ulimit -n 8192.

**-- Reboot --**
Feb 19 19:50:03 ip-172-31-40-247 systemd[1]: Started Service for snap application rocketchat-server.rocketchat-caddy.
Feb 19 19:50:08 ip-172-31-40-247 rocketchat-server.rocketchat-caddy[460]: Activating privacy features... done.
Feb 19 19:50:08 ip-172-31-40-247 rocketchat-server.rocketchat-caddy[460]: Serving HTTP on port 80
Feb 19 19:50:08 ip-172-31-40-247 rocketchat-server.rocketchat-caddy[460]: http://chat.mywebsite.com

Now, It looks like the problem is with server/mongo:

server log

-- Reboot --
Feb 19 19:50:03 ip-172-31-40-247 systemd[1]: Started Service for snap application rocketchat-server.rocketchat-server.
Feb 19 19:50:09 ip-172-31-40-247 rocketchat-server.rocketchat-server[480]: Mongo is not available, can't start. Waiting 10 seconds and trying again
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[480]: Checking if oplog has been enabled, and enabling if not
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[987]: MongoDB shell version v3.6.14
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[987]: connecting to: mongodb://127.0.0.1:27017/?gssapiServiceName=mongodb
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[987]: Implicit session: session { "id" : UUID("e5b21064-f5c7-4def-9fd8-feaab58d9d33") }
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[987]: MongoDB server version: 3.6.14
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-server[480]: Checking if mongo featureCompatibilityVersion is correct, changing if not
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Setting default file store to GridFS
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: LocalStore: store created at
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: LocalStore: store created at
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: LocalStore: store created at
Feb 19 19:50:44 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: {"line":"120","file":"migrations.js","message":"Migrations: Not migrating, already at version 213","time":{"$date":1613764244637},"level":"info"}
Feb 19 19:50:44 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: ufs: temp directory created at "/tmp/ufs"
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Loaded the Apps Framework and loaded a total of 0 Apps!
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Using GridFS for custom sounds storage
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Using GridFS for custom emoji storage
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Feb 19 19:50:47 ip-172-31-40-247 rocketchat-server.rocketchat-server[1030]: Updating process.env.MAIL_URL

mongo log:

-- Reboot --
Feb 19 19:50:03 ip-172-31-40-247 systemd[1]: Started Service for snap application rocketchat-server.rocketchat-mongo.
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.465+0000 I CONTROL  [initandlisten] MongoDB starting : pid=659 port=27017 dbpath=/var/snap/rocketchat-server/common 64-bit host=ip-172-31-40-247
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten] db version v3.6.14
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten] git version: cbef87692475857c7ee6e764c8f5104b39c342a1
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten] allocator: tcmalloc
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten] modules: none
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten] build environment:
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.470+0000 I CONTROL  [initandlisten]     distarch: x86_64
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.471+0000 I CONTROL  [initandlisten]     target_arch: x86_64
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.471+0000 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1" }, processManagement: { pidFilePath: "/var/snap/rocketchat-server/common/mongod.pid" }, replication: { replSet: "rs0" }, storage: { dbPath: "/var/snap/rocketchat-server/common", journal: { enabled: true }, mmapv1: { smallFiles: true } } }
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.472+0000 I -        [initandlisten] Detected data files in /var/snap/rocketchat-server/common created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.473+0000 I STORAGE  [initandlisten]
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.473+0000 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.473+0000 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
Feb 19 19:50:10 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:10.473+0000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=256M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),compatibility=(release="3.0",require_max="3.0"),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.116+0000 I STORAGE  [initandlisten] WiredTiger message [1613764212:116377][659:0x7fa61bceca40], txn-recover: Main recovery loop: starting at 1/2801024
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.205+0000 I STORAGE  [initandlisten] WiredTiger message [1613764212:205737][659:0x7fa61bceca40], txn-recover: Recovering log 1 through 2
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.257+0000 I STORAGE  [initandlisten] WiredTiger message [1613764212:257922][659:0x7fa61bceca40], txn-recover: Recovering log 2 through 2
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.302+0000 I STORAGE  [initandlisten] WiredTiger message [1613764212:302923][659:0x7fa61bceca40], txn-recover: Set global recovery timestamp: 0
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.346+0000 I STORAGE  [initandlisten] Starting WiredTigerRecordStoreThread local.oplog.rs
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.346+0000 I STORAGE  [initandlisten] The size storer reports that the oplog contains 3011 records totaling to 1286227 bytes
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.346+0000 I STORAGE  [initandlisten] Scanning the oplog to determine where to place markers for truncation
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.436+0000 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.436+0000 I CONTROL  [initandlisten]
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.436+0000 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.436+0000 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.437+0000 I CONTROL  [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.437+0000 I CONTROL  [initandlisten]
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.719+0000 W FTDC     [initandlisten] Error getting directory iterator '/sys/block': Permission denied
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.719+0000 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/var/snap/rocketchat-server/common/diagnostic.data'
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.737+0000 I REPL     [initandlisten] Rollback ID is 1
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.737+0000 I STORAGE  [initandlisten] createCollection: local.replset.oplogTruncateAfterPoint with generated UUID: 95ec2955-c504-4494-91b0-c8ca837db6ea
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.772+0000 I REPL     [initandlisten] No oplog entries to apply for recovery. appliedThrough and checkpointTimestamp are both null.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.773+0000 I REPL     [replexec-0] New replica set config in use: { _id: "rs0", version: 1, protocolVersion: 1, members: [ { _id: 0, host: "localhost:27017", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorModes: {}, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('60301353a0f85b59c09a24d9') } }
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.773+0000 I REPL     [replexec-0] This node is localhost:27017 in the config
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.773+0000 I REPL     [replexec-0] transition to STARTUP2 from STARTUP
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.774+0000 I REPL     [replexec-0] Starting replication storage threads
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.774+0000 I REPL     [replexec-0] transition to RECOVERING from STARTUP2
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.774+0000 I REPL     [replexec-0] Starting replication fetcher thread
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.774+0000 I REPL     [replexec-0] Starting replication applier thread
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.775+0000 I REPL     [replexec-0] Starting replication reporter thread
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.775+0000 I NETWORK  [initandlisten] waiting for connections on port 27017
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.778+0000 I NETWORK  [LogicalSessionCacheRefresh] Starting new replica set monitor for rs0/localhost:27017
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.779+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54512 #1 (1 connection now open)
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.782+0000 I REPL     [rsSync] transition to SECONDARY from RECOVERING
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.782+0000 I REPL     [rsSync] conducting a dry run election to see if we could be elected. current term: 1
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.782+0000 I REPL     [replexec-0] dry election run succeeded, running for election in term 2
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.783+0000 I NETWORK  [conn1] received client metadata from 127.0.0.1:54512 conn1: { driver: { name: "MongoDB Internal Client", version: "3.6.14" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "20.04" } }
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.783+0000 I REPL     [replexec-0] election succeeded, assuming primary role in term 2
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.783+0000 I REPL     [replexec-0] transition to PRIMARY from SECONDARY
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.784+0000 I REPL     [replexec-0] Resetting sync source to empty, which was :27017
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.784+0000 I REPL     [replexec-0] Entering primary catch-up mode.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.784+0000 I REPL     [replexec-0] Exited primary catch-up mode.
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.784+0000 I NETWORK  [LogicalSessionCacheRefresh] Successfully connected to localhost:27017 (1 connections now open to localhost:27017 with a 5 second timeout)
Feb 19 19:50:12 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:12.784+0000 W NETWORK  [LogicalSessionCacheRefresh] Unable to reach primary for set rs0
Feb 19 19:50:13 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:13.288+0000 W NETWORK  [LogicalSessionCacheRefresh] Unable to reach primary for set rs0
Feb 19 19:50:13 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:13.784+0000 I REPL     [rsSync] transition to primary complete; database writes are now permitted
Feb 19 19:50:13 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:13.789+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54528 #2 (2 connections now open)
Feb 19 19:50:13 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:13.789+0000 I NETWORK  [conn2] received client metadata from 127.0.0.1:54528 conn2: { driver: { name: "MongoDB Internal Client", version: "3.6.14" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "20.04" } }
Feb 19 19:50:13 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:13.790+0000 I NETWORK  [LogicalSessionCacheRefresh] Successfully connected to localhost:27017 (1 connections now open to localhost:27017 with a 0 second timeout)
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:19.929+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54530 #3 (3 connections now open)
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:19.930+0000 I NETWORK  [conn3] received client metadata from 127.0.0.1:54530 conn3: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "3.6.14" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "20.04" } }
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:19.939+0000 I NETWORK  [conn3] end connection 127.0.0.1:54530 (2 connections now open)
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:19.996+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54532 #4 (3 connections now open)
Feb 19 19:50:19 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:19.997+0000 I NETWORK  [conn4] received client metadata from 127.0.0.1:54532 conn4: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "3.6.14" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "20.04" } }
Feb 19 19:50:20 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:20.002+0000 I NETWORK  [conn4] end connection 127.0.0.1:54532 (2 connections now open)
Feb 19 19:50:20 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:20.065+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54534 #5 (3 connections now open)
Feb 19 19:50:20 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:20.066+0000 I NETWORK  [conn5] received client metadata from 127.0.0.1:54534 conn5: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "3.6.14" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "20.04" } }
Feb 19 19:50:20 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:20.070+0000 I NETWORK  [conn5] end connection 127.0.0.1:54534 (2 connections now open)
Feb 19 19:50:23 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:23.691+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54536 #6 (3 connections now open)
Feb 19 19:50:23 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:23.716+0000 I NETWORK  [conn6] received client metadata from 127.0.0.1:54536 conn6: { driver: { name: "nodejs", version: "3.6.2" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (legacy)" }
Feb 19 19:50:24 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:24.265+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54538 #7 (4 connections now open)
Feb 19 19:50:24 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:24.267+0000 I NETWORK  [conn7] received client metadata from 127.0.0.1:54538 conn7: { driver: { name: "nodejs", version: "3.6.2" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (legacy)" }
Feb 19 19:50:27 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:27.606+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54540 #8 (5 connections now open)
Feb 19 19:50:27 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:27.613+0000 I NETWORK  [conn8] received client metadata from 127.0.0.1:54540 conn8: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.058+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54542 #9 (6 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.058+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54544 #10 (7 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.059+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54546 #11 (8 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.059+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54548 #12 (9 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.059+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54550 #13 (10 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.059+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54552 #14 (11 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.059+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54554 #15 (12 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.060+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54556 #16 (13 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.060+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54558 #17 (14 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.060+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54560 #18 (15 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.060+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54562 #19 (16 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.062+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54564 #20 (17 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn13] received client metadata from 127.0.0.1:54550 conn13: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.066+0000 I NETWORK  [conn19] received client metadata from 127.0.0.1:54562 conn19: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.067+0000 I NETWORK  [conn20] received client metadata from 127.0.0.1:54564 conn20: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn16] received client metadata from 127.0.0.1:54556 conn16: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn17] received client metadata from 127.0.0.1:54558 conn17: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.068+0000 I NETWORK  [conn21] received client metadata from 127.0.0.1:54566 conn21: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn12] received client metadata from 127.0.0.1:54548 conn12: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.066+0000 I NETWORK  [conn18] received client metadata from 127.0.0.1:54560 conn18: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn14] received client metadata from 127.0.0.1:54552 conn14: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.065+0000 I NETWORK  [conn15] received client metadata from 127.0.0.1:54554 conn15: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.070+0000 I NETWORK  [conn11] received client metadata from 127.0.0.1:54546 conn11: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.070+0000 I NETWORK  [conn22] received client metadata from 127.0.0.1:54568 conn22: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.070+0000 I NETWORK  [conn10] received client metadata from 127.0.0.1:54544 conn10: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.074+0000 I NETWORK  [conn9] received client metadata from 127.0.0.1:54542 conn9: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.117+0000 I NETWORK  [listener] connection accepted from 127.0.0.1:54570 #23 (20 connections now open)
Feb 19 19:50:29 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:29.121+0000 I NETWORK  [conn23] received client metadata from 127.0.0.1:54570 conn23: { driver: { name: "nodejs", version: "3.6.0" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (unified)" }
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:36.430+0000 I STORAGE  [conn7] createCollection: parties.rocketchat_raw_imports with generated UUID: 88b17004-d5ac-4c8a-81f9-0e815d34f314
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:36.446+0000 I INDEX    [conn7] build index on: parties.rocketchat_raw_imports properties: { v: 2, key: { _updatedAt: 1 }, name: "_updatedAt_1", ns: "parties.rocketchat_raw_imports" }
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:36.447+0000 I INDEX    [conn7]          building index using bulk method; build may temporarily use up to 500 megabytes of RAM
Feb 19 19:50:36 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:36.447+0000 I INDEX    [conn7] build index done.  scanned 0 total records. 0 secs
Feb 19 19:50:37 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:37.349+0000 I NETWORK  [conn24] received client metadata from 127.0.0.1:54572 conn24: { driver: { name: "nodejs", version: "3.6.2" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (legacy)" }
Feb 19 19:50:39 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:39.655+0000 I NETWORK  [conn25] received client metadata from 127.0.0.1:54574 conn25: { driver: { name: "nodejs", version: "3.6.2" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (legacy)" }
Feb 19 19:50:39 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:39.660+0000 I NETWORK  [conn26] received client metadata from 127.0.0.1:54576 conn26: { driver: { name: "nodejs", version: "3.6.2" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.4.0-1037-aws" }, platform: "'Node.js v12.18.4, LE (legacy)" }
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:46.533+0000 I COMMAND  [conn6] CMD: drop parties.rocketchat_raw_imports
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:46.533+0000 I STORAGE  [conn6] dropCollection: parties.rocketchat_raw_imports (88b17004-d5ac-4c8a-81f9-0e815d34f314) - renaming to drop-pending collection: parties.system.drop.1613764246i1t2.rocketchat_raw_imports with drop optime { ts: Timestamp(1613764246, 1), t: 2 }
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:46.536+0000 I REPL     [replication-0] Completing collection drop for parties.system.drop.1613764246i1t2.rocketchat_raw_imports with drop optime { ts: Timestamp(1613764246, 1), t: 2 } (notification optime: { ts: Timestamp(1613764246, 1), t: 2 })
Feb 19 19:50:46 ip-172-31-40-247 rocketchat-server.rocketchat-mongo[659]: 2021-02-19T19:50:46.536+0000 I STORAGE  [replication-0] Finishing collection drop for parties.system.drop.1613764246i1t2.rocketchat_raw_imports (88b17004-d5ac-4c8a-81f9-0e815d34f314).

Tried all solutions like:
db.migrations.update

but it didn’t work, any hint?