Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sea-orm-migration CLI shouldn't always connect to a database #2045

Open
fee1-dead opened this issue Jan 2, 2024 · 0 comments
Open

sea-orm-migration CLI shouldn't always connect to a database #2045

fee1-dead opened this issue Jan 2, 2024 · 0 comments

Comments

@fee1-dead
Copy link

Description

When using the migration CLI to generate a new migration, it fails because I haven't setup the SSH tunnel to the database configured. This shouldn't happen since generating new migrations should not require a database connection.

Steps to Reproduce

  1. Run the migration CLI to generate a new migration e.g. cargo run -p migration -- generate "update table"

Expected Behavior

migration gets generated successfully

Actual Behavior

fails with some error like Fail to acquire database connection: Conn(SqlxError(PoolTimedOut))

Reproduces How Often

always

Workarounds

just setup the ssh tunnel to the database

Reproducible Example

Versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant