<div dir="ltr">I've followed the instructions at: <a href="https://www.opensips.org/Documentation/Migration-3-1-0-to-3-2-0" target="_blank">https://www.opensips.org/Documentation/Migration-3-1-0-to-3-2-0</a> but OpenSIPS is now erroring because of DB problems. I see errors along the lines of:<div><br></div><div>    ERROR:core:db_check_table_version: invalid version 0 for table xcap found, expected 4<br><div><br></div><div>If I go into the database and manually add the version information for each entry that triggers the error (xcap, presentity, active_watchers, watchers) using command like...</div></div><div><br></div><div>    INSERT INTO version (table_name, table_version) VALUE ('xcap', 4);<br></div><div><br></div><div>...as per <a href="https://github.com/OpenSIPS/opensips-cli/issues/54" target="_blank">https://github.com/OpenSIPS/opensips-cli/issues/54</a> - it gets me past theses tests but unsurprisingly then errors with:</div><div><br></div><div>    CRITICAL:db_mysql:wrapper_single_mysql_real_query: driver error (1146): Table 'opensips_32.active_watchers' doesn't exist<br></div><div><br></div><div>On OpenSIPS 3.1 DB was loading/working without problem.<br></div><div><br></div><div>I have tried reinstalling opensips-cli using instructions at <a href="https://github.com/OpenSIPS/opensips-cli/blob/master/docs/INSTALLATION.md">https://github.com/OpenSIPS/opensips-cli/blob/master/docs/INSTALLATION.md</a> (using Debian package as this system runs Debian 10 (Buster) but I still get the same problem.</div><div><br></div><div>Any ideas????</div><div><br></div><div><br></div></div>