Bonjour,
En voulant mettre à jour Icescrum de la version 7.0.6 à la version 7.0.9, j’ai le message d’erreur suivant :
2017-08-28 12:34:26,529 [localhost-startStop-1] ERROR hbm2ddl.SchemaUpdate - HHH000388: Unsuccessful: alter table is_backlog add column chart_type varchar(255) not null
2017-08-28 12:34:26,530 [localhost-startStop-1] ERROR hbm2ddl.SchemaUpdate - ERROR: column "chart_type" contains null values
Suivi de
2017-08-28 12:34:48,513 [localhost-startStop-1] INFO liquibase - Reading from databasechangelog
2017-08-28 12:34:48,569 [localhost-startStop-1] WARN sql.Sql - Failed to execute: UPDATE is_backlog SET chart_type = 'type' where code = 'sandbox' OR code = 'done' because: ERROR: column "chart_type" of relation "is_backlog" does not exist
Position: 23
2017-08-28 12:34:48,579 [localhost-startStop-1] ERROR liquibase - Change Set changelog-7-1.groovy::add_notnull_constraint_backlog_chart_type::vbarrier failed. Error: ERROR: column "chart_type" of relation "is_backlog" does not exist
Position: 23
org.postgresql.util.PSQLException: ERROR: column "chart_type" of relation "is_backlog" does not exist
Position: 23
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2476)
Pour l’instant, ce n’est pas un problème car je suis une instance de test, mais je vous informe quand même du problème !