We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
After upgrading to 1.1.0 via Gentoo portage I can't start gitea because of:
2017/03/15 12:27:52 [...itea/routers/init.go:54 GlobalInit()] [E] Failed to initialize ORM engine: migrate: do migrate: CreateIndexes RepoUnit: pq: relation "IDX_repo_unit_S" already exists ...
2017/03/15 12:27:52 [...itea/routers/init.go:54 GlobalInit()] [E] Failed to initialize ORM engine: migrate: do migrate: CreateIndexes RepoUnit: pq: relation "IDX_repo_unit_S" already exists
The text was updated successfully, but these errors were encountered:
Please drop the table repo_unit manually and start again.
repo_unit
Sorry, something went wrong.
That worked.
@lunny any way to make our migrations immune from this issue ? (might help when people try to migrate from a newer Gogs, for example)
It's hard to resolve this problem. Many operations cannot be reverted.
No branches or pull requests
[x]
):Description
After upgrading to 1.1.0 via Gentoo portage I can't start gitea because of:
2017/03/15 12:27:52 [...itea/routers/init.go:54 GlobalInit()] [E] Failed to initialize ORM engine: migrate: do migrate: CreateIndexes RepoUnit: pq: relation "IDX_repo_unit_S" already exists
...The text was updated successfully, but these errors were encountered: