Search before asking
What happened
When I run the extractor it doesn't work, I get an error regarding database connection.

Since the 'lake' pod only starts if the db connection works:
initContainers:
- name: waiting-database-ready
image: alpine:3.16
command:
- sh
- '-c'
- |
until nc -z -w 2 devlake-mysql 3306 ; do
echo wait for database ready ...
sleep 2
done
echo database is ready
I cross checked and it seems that everything is fine (DB_URL).
I upgraded to 0.18-beta6 and it worked for two to three runs and then...this.
Any ideas what else to check?
What do you expect to happen
The run should be executed successfully.
How to reproduce
Upgrade from 0.17 to 0.18-beta8, establish a project and rerun.
Anything else
No response
Version
v0.18-beta8
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When I run the extractor it doesn't work, I get an error regarding database connection.
Since the 'lake' pod only starts if the db connection works:
I cross checked and it seems that everything is fine (DB_URL).
I upgraded to 0.18-beta6 and it worked for two to three runs and then...this.
Any ideas what else to check?
What do you expect to happen
The run should be executed successfully.
How to reproduce
Upgrade from 0.17 to 0.18-beta8, establish a project and rerun.
Anything else
No response
Version
v0.18-beta8
Are you willing to submit PR?
Code of Conduct