Skip to content

Error message: Active version 7 is greater than the latest version 0 #1737

Answered by kraih
yahermann asked this question in Q&A
Discussion options

You must be logged in to vote

That error makes absolutely no sense to me. The migration is only checked the first time the database is accessed from a process, usually during application/worker startup. Of course i have no idea how your Dancer app is deployed, and i do not maintain the MySQL backend.

Given those constraints, my best guess would be to try $minion->backend->mysql->auto_migrate(0) with the Minion instance on the Dancer side. Your version upgrades will be a bit less seamless, but having migrations only run on the worker side should usually be good enough.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@yahermann
Comment options

@kraih
Comment options

@kraih
Comment options

@kraih
Comment options

@yahermann
Comment options

Answer selected by yahermann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants