
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,624 Views
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,567 Views
@Max_RH unable to reproduce this error -
`lab start` creates a mariadb container, initializes the DB schema, and configures a systemd service for the container to preserve the container service when the student stops the classroom.
`lab finish` stops the mariadb container, disable the systemd service for the container, and deletes the container.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,598 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,568 Views
@Max_RH unable to reproduce this error -
`lab start` creates a mariadb container, initializes the DB schema, and configures a systemd service for the container to preserve the container service when the student stops the classroom.
`lab finish` stops the mariadb container, disable the systemd service for the container, and deletes the container.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,098 Views
I have the same error and when checking the mariadb in the container, there are no users and roles tables:
GE 9.4 (LDAP) and the Lab 9.9 initiations are also buggy. (sometimes no tables, sometime no bkadmin mariadb user...)
I think there is more a general problem with the containerized initiation of those labs.
Alexander

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,087 Views
@tat Just for confirmation, please try this in a new lab environment and let me know if the issue persists. I will then try to engage the course development team on this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 352 Views
For anyone struggling with this:
- For DB security scheme guided exercise, you can find the sql file on labs directory and import it manually on the containerized DB.
- For LDAP login guided exercise, there is a schema file. You can use ldapadd command in order to import it.