-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When updating Error: Base table or view already exists: 1050 Table 'nextcloud
.oc_ex_apps
' already exists
#506
Comments
we need a little more information on how to reproduce this and where the problem is. It would be ideal of course to reproduce the problem on Nextcloud 30 where AppAPI is enabled by default... |
Thats a bit difficult. This error currently makes it impossible for me to upgrade to Nextcloud 30. |
Can you remove "appi_appi" and then try to update? Maybe after removing app_api, if you are using redis or any other cache, try reset it |
Restarted both containers (MariaDB and nextcloud)
|
Please provide your Compose file and the output of
|
No compose file, for me no suprises, was created by QNAP Container Station (Docker behind) APACHE_CONFDIR following network following pathes www-data@5df971ff7xxx:~/html$ php occ config:list system |
Describe the bug
When updating 29.0.11 or trying to install manuelly, I get the following error:
Error: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table '
nextcloud
.oc_ex_apps
' already existsWhen looking via phpMyAdmin such a table does not exist.
Steps/Code to Reproduce
Update docker to 3.0.5 (latest/stable)
or on consolue with 29.0.11: php occ app:install app_api
Expected Results
It is installed and works.
Actual Results
Error: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table '
nextcloud
.oc_ex_apps
' already existsSetup configuration
nextcloud = 29.0.11
The text was updated successfully, but these errors were encountered: