Hey everyone,
I’m in desperate need of some assistance in recovering an old instance of Invoice Ninja. I’ve encountered an error message and I’m hoping that someone here might have some insights or suggestions.
Here’s the error I’m getting:
11/06/2023 17:49:27
In Connection.php line 760:
11/06/2023 17:49:27
11/06/2023 17:49:27
SQLSTATE[42S02]: Base table or view not found: 1932 Table 'ninja.migrations
11/06/2023 17:49:27
’ doesn’t exist in engine (SQL: select migration
from migrations
order
11/06/2023 17:49:27
by batch
asc, migration
asc)
11/06/2023 17:49:27
11/06/2023 17:49:27
11/06/2023 17:49:27
In Connection.php line 414:
11/06/2023 17:49:27
11/06/2023 17:49:27
SQLSTATE[42S02]: Base table or view not found: 1932 Table 'ninja.migrations
11/06/2023 17:49:27
’ doesn’t exist in engine
This is running on docker with unraid. So the result is always not started docker instance.
I have been searching information and everything is pointing to do a php artisan migrate:fresh command. However I don’t know how to enter this command if the container cannot open.
Thanks in advance