For testing I attempted to import our strichliste1 database into the docker-compose environment provided by strichliste-docker. I got this error message:
$ bin/console app:import /tmp/data.sqlite
Imported user '...'
[...]
Imported 0 transactions
Update balance of user '...' to 2.00
[...]
Import done!
[critical] Error thrown while running command "app:import '/tmp/data.sqlite'". Message: "Return value of "App\Command\ImportCommand::execute()" must be of the type int, "null" returned."
In Command.php line 301:
Return value of "App\Command\ImportCommand::execute()" must be of the type int, "null" returned.
app:import <database>
I guess this is fine, since the users appeared as "inactive users" with their correct account balance afterwards, but the error message is not great.
For testing I attempted to import our strichliste1 database into the docker-compose environment provided by strichliste-docker. I got this error message:
I guess this is fine, since the users appeared as "inactive users" with their correct account balance afterwards, but the error message is not great.