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

v2.9.70 Database Migration Error #1974

Closed
samcro1967 opened this issue Apr 27, 2024 · 2 comments
Closed

v2.9.70 Database Migration Error #1974

samcro1967 opened this issue Apr 27, 2024 · 2 comments

Comments

@samcro1967
Copy link

Started getting the error below about 5 days ago using docker image semaphoreui/semaphore:latest. Switching to semaphoreui/semaphore:v2.9.64 resolved the issue. FYI Latest release on Github is v2.9.64. Latest tag on Docker Hub is v2.9.70.

semaphore:/usr/local/bin$ ./semaphore migrate --config /etc/semaphore/config.json
Loading config
Validating config
Executing migration v2.9.70 (at 2024-04-27 14:22:54.770648308 +0000 UTC m=+0.062359398)...
 [2/57]WARN[0000]
 ERR! Query: alter table `option` change `value` `value` varchar(1000)

FATA[0000] Error 1812 (HY000): Tablespace is missing for table `semaphore`.`option`.
semaphore:/usr/local/bin$
@tboerger
Copy link
Collaborator

I think the migration itself is fine, but you got some corruption within your database: https://bobcares.com/blog/mysql-tablespace-is-missing-for-table/

@tboerger
Copy link
Collaborator

tboerger commented May 8, 2024

I'm closing this report for now, if you got more details to share which indicate a bug within Semaphore we could reopen this.

@tboerger tboerger closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants