RepoPilot

What are the migration paths between them?

About kestra-io/kestra · 2 messages · last activity 8/14/2026

Question

What are the migration paths between them?

RepoPilot

I need to clarify your question: Are you asking about database migration paths within kestra-io/kestra, or are you asking about some kind of data/workflow migration between the two repositories (kestra-io/kestra and theonedev/onedev)?

Based on the repository data provided, I can see migration infrastructure within kestra-io/kestra only:

In kestra-io/kestra, there are database migration commands:

  1. migrate run — Applies all pending database migration scripts [kestra-io/kestra: cli/src/main/java/io/kestra/cli/commands/migrations/RunMigrationCommand.java:L1-L30]

  2. migrate plan — Shows pending migrations without applying them [kestra-io/kestra: cli/src/main/java/io/kestra/cli/commands/migrations/PlanMigrationCommand.java:L1-L29]

These commands run in a minimal application context that doesn't initialize other Kestra beans before migrations execute [kestra-io/kestra: cli/src/main/java/io/kestra/cli/Kestra.java:L253-L292].

In theonedev/onedev, the data shown is about query descriptions and REST API endpoints for issues, pull requests, and projects — no migration infrastructure is evident.

Could you clarify:

  • Are you asking about database schema migrations within kestra?
  • Or about integrating/migrating workflows/data between kestra and onedev?

FOLLOW_UPS:

  • What specific data or workflows need migration between them?
  • Are you implementing a kestra orchestration for onedev resources?
  • Does kestra have migration plugins for external systems?

Want to ask your own question?

Open chat for kestra-io/kestra

Public Q&A. Generated by RepoPilot from the actual source of kestra-io/kestra. AI answers can be incomplete or stale — verify before relying on them.