Bug #9368
Updated by Dominic Cleal over 9 years ago
Trying to create new container the error message "Mysql2::Error: Table 'puppet.docker_container_wizard_states' doesn't exist: SHOW FULL FIELDS FROM `docker_container_wizard_states`" is returned. I've tried running foreman-rake db:migrate, which fails with the message "Mysql2::Error: Duplicate column name 'repository_name': ALTER TABLE `containers` ADD `repository_name` varchar(255)" Checking the database, I can see the table containers: <pre> mysql> show tables; +----------------------------------------+ | Tables_in_puppet | +----------------------------------------+ [...] | containers | </pre> However, the table is empty: select * from containers; Empty set (0.00 sec)