Added by Jan E. over 6 years ago
I operate a docker based instance of Openproject (Community Edition) without internet access.
During the update from 7.4 to 8.1 the Textile to Markdown migration process wants to download Pandoc, which fails due to missing internet access.
My general idea is to use a Pandoc image (e.g. https://hub.docker.com/r/knsit/pandoc/) to handle this, but i must admit that my knowledge of docker is limited and it will probably take some time till I will get this to work.
My question therefore is: Has anybody already handled this (admittedly special) problem?
Replies (2)
Dear Jan,
currently, Docker does not come prebuilt with a matching pandoc version. I'll try to address this in one of the next builds so that you can migrate without internet access.
A workaround would be to access the database outside the container to run the migration. It would require a ruby environment however.
I'll track this in
Best,
Oliver
That would be awesome.
Greetings,
Jan