mattermost-docker
mattermost-docker copied to clipboard
ERROR: relation "idx_teams_description" does not exist
Hi
I am running Mattermost 5.14.1 with docker-compose. The db container prints the following error:
db_1 | LOG: database system was shut down at 2019-09-03 04:57:08 UTC
db_1 | LOG: MultiXact member wraparound protections are now enabled
db_1 | LOG: database system is ready to accept connections
db_1 | LOG: autovacuum launcher started
db_1 | ERROR: relation "idx_teams_description" does not exist
db_1 | STATEMENT: SELECT $1::regclass
Thanks
Hi,
I updated to Mattermost 5.15. It persists:
web_1 | 2019/09/22 20:52:53 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/mattermost.conf:15
web_1 | nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/mattermost.conf:15
Hi
I am running Mattermost 5.14.1 with docker-compose. The db container prints the following error:
db_1 | LOG: database system was shut down at 2019-09-03 04:57:08 UTC db_1 | LOG: MultiXact member wraparound protections are now enabled db_1 | LOG: database system is ready to accept connections db_1 | LOG: autovacuum launcher started db_1 | ERROR: relation "idx_teams_description" does not exist db_1 | STATEMENT: SELECT $1::regclass
Thanks
Same error in postgres DB after starting the Mattermost container version 5.21 or 5.22.
Mattermost won't start...
Hi I am running Mattermost 5.14.1 with docker-compose. The db container prints the following error:
db_1 | LOG: database system was shut down at 2019-09-03 04:57:08 UTC db_1 | LOG: MultiXact member wraparound protections are now enabled db_1 | LOG: database system is ready to accept connections db_1 | LOG: autovacuum launcher started db_1 | ERROR: relation "idx_teams_description" does not exist db_1 | STATEMENT: SELECT $1::regclass
Thanks
Same error in postgres DB after starting the Mattermost container version 5.21 or 5.22.
Mattermost won't start...
Hi @customizeXF,
It persists for me at 5.22. But I can up all containers.
Hm, my container is up, but getting error 502 when trying to visit the site.
Hm, my container is up, but getting error 502 when trying to visit the site.
app container is up?
Same error for me trying the latest version... This is getting me crazy.
Hey guys! Nya update on this issue?
Hey guys! Nya update on this issue?
Hi @amir-khalili,
In my instance this error persists.
Details:
Mattermost Version: 5.25.1 Database Schema Version: 5.25.0 Database: postgres Build Date: Thu Jul 23 20:08:58 UTC 2020
This error message does not seem to indicate a problem as the index is to be removed since v3.6.1 ( https://github.com/mattermost/mattermost-server/commit/dd6fac50f2741ecc8e7e07c42a3e94b37720bd5e )
Guess it's just a side product of the RemoveIndexIfExists call:
store/sqlstore/team_store.go: s.RemoveIndexIfExists("idx_teams_description", "Teams")
Nice @dhx! Is there a quick fix (for a Docker installation)?
@bor8 while I guess it would be nice to not print this error message, it seems to be unrelated to the observed problems as I don't see how the cause of the message would result in Mattermost not starting (or 502 results).