mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #584] Where did the migrate command go? #311
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @idc77 on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/584
v1.5.3 to v1.5.4 no migrate command. Where is it? What changed? Where is it documented?
@idc77 commented on GitHub (Feb 22, 2023):
For the record:
Error running migration: Dirty database version 2. Fix and force version.Seriously I'm about to delete this crap from my server and browers. Every new version there's some blocker that wastes my lifetime.
@fmartingr commented on GitHub (Feb 22, 2023):
You can see the details about the removal of the migrate command in the v1.5.4 release.
Have you used a dev version before or did you migrate directly from 1.5.3 to 1.5.4? I have two services running, my main one which I maintain on the latest dev version and a "stable" one to try releases and none of them gave me problems.
You can remove the dirty flag using
UPDATE schema_migrations SET dirty = 0;, but if there was some problem with the migrations before you should have it on your logs.I'm sorry that your experience is not optimal, I'm trying to improve the codebase as much as I can, but things evolve slowly 😓
@stale[bot] commented on GitHub (Apr 4, 2023):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.
@kron4eg commented on GitHub (Apr 10, 2023):
Oh wow, amazing entitlement.
@kron4eg commented on GitHub (Apr 10, 2023):
@fmartingr there is nothing to fix here, I suppose you can close the issue.
@stale[bot] commented on GitHub (May 10, 2023):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.