Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
latest: Pulling from library/mariadb
423ae2b273f4: Already exists
de83a2304fa1: Already exists
f9a83bce3af0: Already exists
b6b53be908de: Already exists
2b41ae57cefb: Pulling fs layer
7ecd5cacc370: Pulling fs layer
9f96ac6b2583: Pulling fs layer
9224e6c8f841: Pulling fs layer
8fdc4c2808be: Pulling fs layer
a2ae8752de58: Pulling fs layer
5adda6a0eec5: Pulling fs layer
c3b660834848: Pulling fs layer
3ac908ac8219: Pulling fs layer
62be07fe3c17: Pulling fs layer
9224e6c8f841: Waiting
8fdc4c2808be: Waiting
a2ae8752de58: Waiting
5adda6a0eec5: Waiting
c3b660834848: Waiting
3ac908ac8219: Waiting
62be07fe3c17: Waiting
2b41ae57cefb: Verifying Checksum
2b41ae57cefb: Download complete
9f96ac6b2583: Verifying Checksum
9f96ac6b2583: Download complete
7ecd5cacc370: Verifying Checksum
7ecd5cacc370: Download complete
2b41ae57cefb: Pull complete
9224e6c8f841: Verifying Checksum
9224e6c8f841: Download complete
8fdc4c2808be: Download complete
a2ae8752de58: Download complete
5adda6a0eec5: Verifying Checksum
5adda6a0eec5: Download complete
3ac908ac8219: Verifying Checksum
7ecd5cacc370: Pull complete
62be07fe3c17: Verifying Checksum
62be07fe3c17: Download complete
9f96ac6b2583: Pull complete
c3b660834848: Verifying Checksum
c3b660834848: Download complete
9224e6c8f841: Pull complete
8fdc4c2808be: Pull complete
a2ae8752de58: Pull complete
5adda6a0eec5: Pull complete
c3b660834848: Pull complete
3ac908ac8219: Pull complete
62be07fe3c17: Pull complete
Digest: sha256:05b8bf8e3c5cefddb6e7190ff8a5e720872728a9f6b27e5e90a16ebe984091c1
Status: Downloaded newer image for mariadb:latest
mariadb
mariadb
265dcccdab608e482f1418e88ccf9bdf9ef5030e8ace9d62ddd8b29c425c4d5e
are you sure there is a new version? maybe the container was just updated and not the “engine” under it.
Thanks for letting me know. That’s indeed strange that I’m having issues with the same update method. I will dive in it see what I can find out. Will report back.@BobW I have just tested my mongoDB update from version 4.0 to the latest 4.2.3 (thats the latest in the mongo:latest image). I have had 0 problem with the regular, stop, clear, start method.
MongoNetworkError: failed to connect to server [db:27017] on first connect [MongoError: Authentication failed.
ACCESS Supported SASL mechanisms requested for unknown user 'root@admin'
SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.17.0.3:36262 ; UserNotFound: Could not find user "root" for db "admin"
db
but it can't authenticate.Exactly the same problem here...@Rusty I'm facing the same symptoms as a couple others in this thread. In the log for rocket.chat:
Code:MongoNetworkError: failed to connect to server [db:27017] on first connect [MongoError: Authentication failed.
And over in the logs for the mongo container:
Code:ACCESS Supported SASL mechanisms requested for unknown user 'root@admin' SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.17.0.3:36262 ; UserNotFound: Could not find user "root" for db "admin"
I can shell into the mongo instance no problem when it's running and verifythe right DBs and root user exist.
View attachment 974
I've followed the tutorial exactly and even deleted everything to start over a couple times so far. I'm attaching the configuration screenshots below:
View attachment 972
View attachment 973
I've tried the suggestions from other cases in this thread, but nothing has helped! It seems like rocket.chat can see and connect todb
but it can't authenticate.
@zpoj and you are def not alone in this. I will look into this and get back to you if I have some news on the matter. From what I can see you have done all that's needed, this is something that's troubling a number of users.
rs.initiate({ id: 'rs10', members: [ { id: 0, host: 'localhost:27017' } ]})
{ "ok" : 1 }
rs10:SECONDARY>
Listing DBs >
rs10:SECONDARY> show dbs
admin 0.000GB
config 0.000GB
local 0.000GB
rs10:PRIMARY>
MONGO_URL | mongodb://root:[email protected]:27020/rockettest?authSource=admin |
HOME | /tmp |
PORT | 3000 |
ROOT_URL | |
Accounts_AvatarStorePath | /app/uploads |
MONGO_OPLOG_URL | mongodb://root:[email protected]:27020/local?authSource=admin |
rs10:PRIMARY> show dbs
admin 0.000GB
config 0.000GB
local 0.001GB
rockettest 0.004GB
rs10:PRIMARY>
MONGO_URL
is the only one that you need to update (instead of creating). So when I added a new value there, it was being overwritten by the default one a few lines later and thus the URL was wrong the whole time (no surprise it couldn't auth).We use essential cookies to make this site work, and optional cookies to enhance your experience.