Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

ErrLocked not matched #347

@jney

Description

@jney

Hi, doing the following code, i still get a "can't acquire lock" error

if err := m.Up(); err != nil && err != migrate.ErrNoChange && err != migrate.ErrLocked {
	logger.Fatalf("migrating up: %v", err)
}

any idea why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions