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

Error when running Komiser on a non-master branch #1026

Closed
jakepage91 opened this issue Oct 3, 2023 · 1 comment
Closed

Error when running Komiser on a non-master branch #1026

jakepage91 opened this issue Oct 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working good second issue Good for seasoned contributors hacktoberfest hacktoberfest-accepted
Milestone

Comments

@jakepage91
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

While running Komiser using a working config.toml file on a non-master branch (local development)
You can usually see the following error message on the first run of komiser start

Error: SQL logic error: duplicate column name: relations (1)

The current workaround is to simple run the komiser start or ./komiser start command again (*without deleting the data persistence method)

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Create a new local branch ex. git checkout -b feat/checking-bug
  3. Build the Komiser binary go build
  4. Configure the config.toml file with valid cloud credentials (at least one account)
  5. Run komiser start

Expected behavior
You should see the above error in the CLI

This error has been seen by multiple community members if you need help, reach out on the Discord server

@jakepage91 jakepage91 added bug Something isn't working good second issue Good for seasoned contributors hacktoberfest labels Oct 3, 2023
@jakepage91
Copy link
Contributor Author

Thanks for looking into this @mlabouardy let me know if we can close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good second issue Good for seasoned contributors hacktoberfest hacktoberfest-accepted
Projects
None yet
Development

No branches or pull requests

2 participants