Skip to content

[Bug]Unable to make database connection #5978

@klemen-df

Description

@klemen-df

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

When I run the extractor it doesn't work, I get an error regarding database connection.

image

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugThis issue is a bug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions