-
Last April I installed an arc-light on a synology. All worked fine. Now I'm doing the same thing (same docker-compose.yml), but it doesn't work. I noticed that in the db log there were errors that the tables/relations queue_msg and export_task were not present (the old install had 38 tables, the new one only 34 tables). I'm a docker newbie, but is it normal that images with the same Tag can have different Image Id's. If not, what is happening here and how can it be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Seems, I accidentally overwrote |
Beta Was this translation helpful? Give feedback.
-
Great, seems to be solved. At least I can see the missing tables again. FYI: the Image Id is a new one: 0405b69c7381 (different from both old and new). Thanks for your quick response. Saved my day (and night). |
Beta Was this translation helpful? Give feedback.
Seems, I accidentally overwrote
dcm4che/postgres-dcm4chee:13.1-23
with a version for 5.24.x.dcm4che/postgres-dcm4chee:13.1-23
should now be restored.