Project

General

Profile

Actions

Bug #9368

closed

Unable to create new container

Added by Martin Hovmöller over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

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:

mysql> show tables;
+----------------------------------------+
| Tables_in_puppet                       |
+----------------------------------------+
[...]
| containers                             |

However, the table is empty:
select * from containers;
Empty set (0.00 sec)

Actions

Also available in: Atom PDF