RocketChat / Rocket.Chat.RaspberryPi

Run a private social network on your Pi for iPhone and Android devices !
MIT License
337 stars 59 forks source link

RocketChat V3 on RPi 3B+ #44

Open Victornade opened 4 years ago

Victornade commented 4 years ago

Hello ! Thank you for your amazing job !

Just to confirm a throught : On Rpi 3B+, I can't upgrade above v1.03 in stable version and 1.3.2 in candidate/edge/beta version.

There is no 2.X or 3.X channels availible on snap, maybe because of the processor's type ?

I tried installing via a CENTOS server in ovh, and it offer the V2 (but no V3) version natively, so it confirm my hypothesis...

I will consider stopping my stuff in rPi and rent a proper server for my services (nextcloud, gitlab & rocketchat)

Cheers Victor

EDIT: here is my snap info rocketchat-server on rpi 3b+ :

pi@raspberrypi:~ $ sudo snap info rocketchat-server
name:      rocketchat-server
summary:   Group chat server for 100s,  installed in seconds.
publisher: Rocket.Chat (rocketchat✓)
store-url: https://snapcraft.io/rocketchat-server
contact:   https://open.rocket.chat/channel/ubuntu-snap
license:   unset
description: |
  Slack-like online chat server for your office, group or family.   Up and running in seconds.
  Supports file sharing, video conference, geolocation, and much more.   Web and mobile client.  
  MIT licensed Open Source project.   List of features at  https://rocket.chat/ ,  MIT licensed
  source code at https://github.com/RocketChat/Rocket.Chat , 24 x 7 community support and community
  server at https://open.rocket.chat/
commands:
  - rocketchat-server.backupdb
  - rocketchat-server.initcaddy
  - rocketchat-server.mongo
  - rocketchat-server.restoredb
services:
  rocketchat-server.rocketchat-caddy: simple, enabled, inactive
  rocketchat-server.rocketchat-mongo: simple, enabled, active
  rocketchat-server:                  simple, enabled, active
snap-id:      wdBUbiEuMNHmAHLBCXQXOcXaOCvbWS1e
tracking:     latest/candidate
refresh-date: today at 13:41 CEST
channels:
  latest/stable:    1.0.3 2019-05-28 (1375) 191MB -
  latest/candidate: 1.3.2 2020-02-11 (1397) 187MB -
  latest/beta:      1.3.2 2020-02-11 (1397) 187MB -
  latest/edge:      1.3.2 2019-08-24 (1397) 187MB -
installed:          1.3.2            (1397) 187MB -
Sing-Li commented 4 years ago

Just to confirm a throught : On Rpi 3B+, I can't upgrade above v1.03 in stable version and 1.3.2 in candidate/edge/beta version.

There is no 2.X or 3.X channels availible on snap, maybe because of the processor's type ?

Actually it is your Operating System @Victornade You're using a 32bit OS and EOL on Rocket.Chat support at 1.3.2

If you switch to a 64bit OS, you can get the latest 3.x snaps. Having said that, it is highly NOT recommended for production on a Pi 3 because you only have 1 GB or RAM - which is not enough for mongo and Rocket.Chat and OS. But many have successfully deploy on such configuration for experimentation and "tinker server".

For production, Arm64 Ubuntu 18.04LTS on a Pi4 4GB RAM is highly recommended.