Trying to upgrade the database to 2.2.0, and I'm stuck at 2.0.4. When I run the update command, or when I run the update via the web, I receive the following error message:
$$
PHP Fatal error: Uncaught mysqli_sql_exception: Table 'itflow.client_stripe' doesn't exist in /var/www/html/database_updates.php:3369
Stack trace:
#0 /var/www/html/database_updates.php(3369): mysqli_query()
#1 /var/www/html/scripts/update_cli.php(117): require_once('...')
#2 {main}
thrown in /var/www/html/database_updates.php on line 3369
$$
I've done a git pull, and it says I'm up-to-date, but I feel that may be in error.
Please advise