Dear all
I try to migrate my fusio to version 4. Here the steps:
1. I clone existing fusio database
2. setup fusio 4 with existing .env file, I edit the database connection to clonned version
3. run migrate command which is succesful
4. next, when copy all routes to be operations data by this command
php bin/fusio system:upgrade
I got error message
\fusiov4>php bin\fusio system:upgrade
Starting upgrade ...
Operation already exists get. (GET-/)
Added operation 187 (GET-/biologer/taxonomy)
In ExceptionConverter.php line 114:
An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'action
' cannot be null
In Exception.php line 28:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'action' cannot be null
In Statement.php line 130:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'action' cannot be null
system:upgrade
it seem system:upgrade command can't work if in my existing fusio only have
1 method (i.e GET method), while fusio 3 always create the other methods
although we dont used it.
or maybe somebody has a similar experience when upgrading fusio from v3 to 4?
regards