Page MenuHomePhabricator

Replication of page table broken on trwiki
Closed, ResolvedPublicBUG REPORT

Description

The error message says View 'trwiki_p.page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them

See https://superyetkin.toolforge.org/kategorisizkategoriler.php

Related Objects

Event Timeline

Zabe added subscribers: Ladsgroup, Zabe.
MariaDB [trwiki_p]> select * from page limit 1;
ERROR 1356 (HY000): View 'trwiki_p.page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
MariaDB [trwiki_p]>

Seems like the view needs to be rebuild. @Ladsgroup I guess this happens due to the removal of page.page_restrictions?

Ladsgroup claimed this task.

Fixed for s2, This is something that's going to happen in every section we remove the field :/ I handled s2 and s5, the rest will follow after it got removed.