You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to apply yesterday's mail app update (0.7.4 – 2017-10-30) coming from 0.7.3 via GUI. I didn't pay much attention and just noticed today that my server is still in maintenance mode.
Sorry for the sparse information, can provide more when I get home (nextcloud 12.0.3, php 7.1, postgresql 10).
When I open my nextcloud server's url I am greeted with:
App update required
These apps will be updated:
Mail (mail)
Please make sure that the database, the config folder and the data folder have been backed up before proceeding.
When I proceed to click on 'Start update' I get a message saying:
Update to 12.0.3
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_activity_activity_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT min_value, increment_by FROM "oc_activity_activity_id... ^
Detailed logs
Preparing update
Set log level to debug
Turned on maintenance mode
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_activity_activity_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT
min_value, increment_by FROM
"oc_activity_activity_id... ^
The update was unsuccessful. Please report this issue to the Nextcloud community.
Steps to reproduce
Update Mail App from 0.7.3 to 0.7.4 via web gui
Expected behaviour
App should be updated
Actual behaviour
update is unsuccessful, server remains in maintenance mode
The text was updated successfully, but these errors were encountered:
Thanks for your hint. This seems to be exactly the issue.
Changing "nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php" according to this comment fixed the issue for me.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and questions.
lockbot
locked and limited conversation to collaborators
Nov 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
I tried to apply yesterday's mail app update (0.7.4 – 2017-10-30) coming from 0.7.3 via GUI. I didn't pay much attention and just noticed today that my server is still in maintenance mode.
Sorry for the sparse information, can provide more when I get home (nextcloud 12.0.3, php 7.1, postgresql 10).
When I open my nextcloud server's url I am greeted with:
When I proceed to click on 'Start update' I get a message saying:
Steps to reproduce
Expected behaviour
App should be updated
Actual behaviour
update is unsuccessful, server remains in maintenance mode
The text was updated successfully, but these errors were encountered: