-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Problem: level=fatal msg="Error 1091 (42000) #2727
Comments
Same issue with the newest image v2.12.4-ansible2.16.5 pushed 3h ago.
|
Hi @gebele Can you check table What version of Semaphore did you use before upgrade? Problem can be not it this query, but in the next one. Can you add column |
Hi @fiftin, I'm also having the same issue. Same error listed above, same authentication error described after downgrading.
Currently running via Docker. I'm migrating from v2.11.2. Here are the results of me attempting to login after different version changes. v2.10.43 also provides a 401 unauthorized, logs indicated LDAP authentication was successful. v2.11.2 (starting) redirects back to the login screen, logs indicated LDAP authentication was successful. v2.11.3 redirects back to the login screen, logs indicated LDAP authentication was successful. v2.12.3 redirects back to the login screen, logs indicated LDAP authentication was successful. v2.12.8 redirects back to the login screen, logs indicated LDAP authentication was successful. I'm now not able to login under my
Server version: 8.0.41 MySQL Community Server - GPL
Yes, there is no mysql> SELECT * FROM task__output LIMIT 1;
+--------+---------+---------------------+--------------------------+
| id | task_id | time | output |
+--------+---------+---------------------+--------------------------+
| 282479 | 1118 | 2023-01-10 21:36:20 | Task 1118 added to queue |
+--------+---------+---------------------+--------------------------+
1 row in set (0.00 sec)
Yes, I used this code to modify the table as suggested with no successful results. ALTER TABLE task__output
ADD COLUMN `task` VARCHAR(100) NOT NULL AFTER `id`; Output after altering the table: mysql> ALTER TABLE task__output
-> ADD COLUMN `task` VARCHAR(100) NOT NULL AFTER `id`;
Query OK, 0 rows affected (0.55 sec)
Records: 0 Duplicates: 0 Warnings: 0
mysql> SELECT * FROM task__output LIMIT 1;
+--------+------+---------+---------------------+--------------------------+
| id | task | task_id | time | output |
+--------+------+---------+---------------------+--------------------------+
| 282479 | | 1118 | 2023-01-10 21:36:20 | Task 1118 added to queue |
+--------+------+---------+---------------------+--------------------------+
1 row in set (0.00 sec)
Result after inserting the column into the table and restarting. Seemingly the same issue.
Different table/column issue.
Not sure what to make of the different errors really. Looking forward to your feedback. |
@fiftin I was unavailable for a few days, but luckily @DevAlphaKilo has already answered. Any news on this ? |
Hi, sorry I missed your answers. |
Issue
Based on docker-compose from the manual and using the
latest
tag the compose stack doesn't work anymore ?Probably related to the latest image releases ? The mentioned table in mysql database doesn't have a
table
columne. Adding one by hand also doesn't resolve the isse. mysql:8.0.36After setting the image tag to
v2.11.3
the stack thankfully came back. But no login credentials working anymore.Thanks
Impact
Docker
Installation method
Docker
Database
MySQL
Browser
No response
Semaphore Version
latest docker image
Ansible Version
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: