Tables missing after upgrade

After upgrading when I try loggin in I get error

500: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'invoiceninja_*.bank_integrations' doesn't exist (SQL: select * from `bank_integrations` where `bank_integrations`.`company_id` in (4) and `bank_integrations`.`deleted_at` is null)

When I try run /update?secret=secret I get he following errors.

Call to undefined function Symfony\Component\Console\proc_close()
/home/*/webapps/Invoiceninja-*/vendor/symfony/console/Terminal.php#227
Error
        $info = stream_get_contents($pipes[1]);
        fclose($pipes[1]);
        fclose($pipes[2]);
        proc_close($process);

        return $info;
    }

Hi,

It may help to run php artisan migrate from the CLI.

@david do you have any thoughts?

Thank you This done the trick, I had tried upgrading composer and php artizan optimize but I am not familiar with any of the CLI commands, thanks for your help

Glad to hear it, thanks for the update!