You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should cover both saving and showing - as of 7 Mar, it looked like new event images are beign saved to /opt/shift-docs/app/eventimages/EVENTID.EXT, but fool thinks nginx doesn't point to that location!
Perhaps this storage should also be outside of the container like mysql? Maybe we could use /opt/shift-data/eventimages like /opt/shift-data/mysql in #630 ?
Once decided and imoplemented, also please copy in images from live server and report back as to how you did it and any permissions changes needed before closing this issue
The text was updated successfully, but these errors were encountered:
it's not an true "volume" i think, but since that directory exists on the host; it still persists across reboots and docker image reinstalls. ( note: changes to files on an image do persist across reboots according to the docker docs; but reinstalls/upgrades of the docker image itself would erases anything that wasn't stored externally -- in an explicit volume or mapped on to the host )
This should cover both saving and showing - as of 7 Mar, it looked like new event images are beign saved to
/opt/shift-docs/app/eventimages/EVENTID.EXT
, but fool thinks nginx doesn't point to that location!Perhaps this storage should also be outside of the container like mysql? Maybe we could use
/opt/shift-data/eventimages
like/opt/shift-data/mysql
in #630 ?Should also when we do this update
shift_domain
as mentioned here to point to beta.shift2bikes.org: https://shift2bikes.slack.com/archives/CCFLDTCF7/p1710189275348339?thread_ts=1709871971.848139&cid=CCFLDTCF7Once decided and imoplemented, also please copy in images from live server and report back as to how you did it and any permissions changes needed before closing this issue
The text was updated successfully, but these errors were encountered: