IEM Pro Install errors

0
Dear Community,    i tried to install IEM-Pro with K3s on a Ubuntu WSL2 instance. Ubuntu: 24.04 Industrial Edge Provisioning CLI - Ubuntu: 1.0.29 - Latest   I followed the instructions in the IEM-Pro documentation but encountered some issues during the setup. I tried both options for the installation:  ieprovision CLI direct helm   The ieprovision app finished successfully with the following output: NOTES: CHART NAME: application-management-service CHART VERSION: v1.14.9 APP VERSION: v1.14.9 ** Please be patient while the chart is being deployed ** IEM: https://local.iem/ NAMESPACE: iem-anlagenmodell KEYCLOAK_USER: iem_user KEYCLOAK_USER_PASSWORD: *** KEYCLOAK_CUSTOMER_REALM_ADMIN: *** KEYCLOAK_CUSTOMER_REALM_ADMIN_PASSWORD: *** INFO[0692] Installation complete Helm chart deployed   However, the IEM is not reachable at `https://local.iem/`.   A deeper look into the pods shows that some pods are not running. The problematic pods are: wfx-c7bd888b4-pgql6 0/1 CrashLoopBackOff wfx-qx-594dc887c9-klf49 0/1 CrashLoopBackOff   The logs of these pods shows that the postgresql database is not reachable. My next step was to check the status of the postgresql pod, because this pod was listed as running. The analysis of the postgresql pod shows that the different databases are not successfully created. INFO ==> ** Starting PostgreSQL ** pgaudit extension initialized starting PostgreSQL 14.14 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit listening on IPv4 address "0.0.0.0", port 5432 listening on IPv6 address "::", port 5432 listening on Unix socket "/tmp/.s.PGSQL.5432" LOG: database system was shut down at 2025-08-04 09:36:55 GMT LOG: database system is ready to accept connections FATAL: database "platformportal" does not exist FATAL: database "authdb" does not exist ERROR: relation "migration_model" does not exist at character 25 STATEMENT: SELECT ID, VERSION FROM MIGRATION_MODEL ORDER BY UPDATE_TIME DESC ERROR: relation "public.databasechangelog" does not exist at character 22 STATEMENT: SELECT COUNT(*) FROM public.databasechangelog ERROR: relation "public.databasechangeloglock" does not exist at character 22 STATEMENT: SELECT COUNT(*) FROM public.databasechangeloglock ERROR: relation "public.databasechangelog" does not exist at character 22 STATEMENT: SELECT COUNT(*) FROM public.databasechangelog ERROR: database "platformportal" already exists STATEMENT: CREATE DATABASE platformportal FATAL: database "ams" does not exist I would expect that the postgresql pod is responsible for creating the databases and tables, but it seems that this is not happening.   Does anyone know if there is a troubleshooting guide for the Industrial Edge Platform? Does anyone have an idea how to fix this issue? Thanks in advance for your help!
asked
0 answers