Mismatch ids of media between AWS and database #1922
Unanswered
shortcodes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have this an dramatic issue. Images cannot be displayed properly because in media table under primary key id (for example 158) there is an image which in AWS exists in directory 159.
My script is looking for
158/conventions/SomeExampleName.jpg
which does not exists in158
directory but exists in159/conventions/SomeExampleName.jpg
. I thing error is inreversable.This might has occured if my mysql service jammed a little and created media in some unacceptable order. Is this is a possibility?
What to do to prevent this situations in future?
Beta Was this translation helpful? Give feedback.
All reactions