[SOLVED] Upgrade from 4.2 to 4.3

Hi,
after update to new version 4.3 from previous version 4.2, mattermost log announce that application try to update DB schema to version 4.4.0 :

… snip mattermost.log …

[2017/10/17 14:46:19 CEST] [WARN] The database schema version of 4.2.0 appears to be out of date
[2017/10/17 14:46:19 CEST] [WARN] Attempting to upgrade the database schema version to 4.3.0
[2017/10/17 14:46:19 CEST] [WARN] The database schema has been upgraded to version 4.3.0
[2017/10/17 14:46:19 CEST] [WARN] The database schema version of 4.3.0 appears to be out of date
[2017/10/17 14:46:19 CEST] [WARN] Attempting to upgrade the database schema version to 4.4.0

clean install want to do it too - upgrade schema from 4.3.0 to 4.4.0 version

Is this correct behaviour? can someone confirm this?

Version info :
Build Hash: 8966452d1183e94fecc373b9d08c65a0573cbbc6
Build Date: Fri Oct 13 22:06:53 UTC 2017


Sorry for my English…

It’s a misleading warning message - you can safely ignore it - the system is not actually upgrading the schema beyond 4.3.0.

OK, thank you for answer. So I should not worry that next upgrade can broke my install because the application have some flag that DB is upgraded to 4.4 scheme version?

Hi @pwo,

No, you don’t need to worry about the database schema message. We’ve fixed that error in the next release.

OK, thanks. I marked it as solved.