Skip to content

Upgrade rocket chat to v. 7 #121

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

Merged
merged 9 commits into from
Feb 28, 2025
Merged

Upgrade rocket chat to v. 7 #121

merged 9 commits into from
Feb 28, 2025

Conversation

hugotiburtino
Copy link
Member

@hugotiburtino hugotiburtino commented Feb 18, 2025

Just for the records

The main issue while upgrading was the upgrade of MongoDB.
The secondary replica was always failing at the initial sync. The diagnostic was: the data is already too big and syncing times out.
The solution was

  1. use the command to overwrite the initial command of image, setting sleep infinity.
  2. manually copy the data at /bitnami/mongodb/data/db of the primary to the local machine and then to the same directory at the secondary.
  3. Reset command.

Until I got to the solution, had to face the problem that the logs were too big, eating all the storage of the secondary. I had to manually give more storage to the replica rocket-chat-mongodb-0 (it will remain so, namely 16G), but it wasn't enough. So that's the reason why we have now a limit for the logs (see e1cc85b).

@hugotiburtino hugotiburtino marked this pull request as ready for review February 28, 2025 01:53
@hugotiburtino hugotiburtino merged commit 4e9222c into main Feb 28, 2025
20 checks passed
@hugotiburtino hugotiburtino deleted the upgrade-rocket-chat branch February 28, 2025 01:59
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

Successfully merging this pull request may close these issues.

2 participants