For feature requests, please see: https://mattermost.com/suggestions/.
For troubleshooting questions, please post in the following format:
Summary
inserted values into channels table but channel and posts not showing up
Steps to reproduce
insert into channels (id, createat, updateat, deleteat, teamid, type, displayname, name, header, purpose, lastpostat, totalmsgcount, extraupdateat, creatorid,schemeid,groupconstrained,shared,totalmsgcountroot,lastrootpostat)
values(‘uniquechanneldidnumber’,‘1525065333677’,‘1525065557907’,‘’,‘teamidnumber’,‘O’,‘dname’,‘sometext’,‘more text’,‘describe some text’,‘1691372178880’,‘9828’,‘1525830359132’,‘uniquenumberid’,‘’,‘’,NULL,‘8468’,‘1691372178880’);
verified that entry can be found
select * from channels where name=‘dname’;
Expected behavior
Channel to appear in MM
Observed behavior
when dumping data from the previous DB, some channels were missing from the channels table, I can still see the posts in the postgres with the channelid. I recreated the channel entry in the channels table but the channel is still not showing up in mattermost.
running MM server 7.10.5
Postgres 15