# Mender Production update from v2.2.0 to v2.3.0

**URL:** https://hub.mender.io/t/mender-production-update-from-v2-2-0-to-v2-3-0/1554
**Category:** General Discussions
**Created:** [February 18, 2020, 6:28pm UTC](https://hub.mender.io/t/mender-production-update-from-v2-2-0-to-v2-3-0/1554 "2020-02-18T18:28:35Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![bakern](https://avatars.discourse-cdn.com/v4/letter/b/3bc359/32.png) [@bakern](https://hub.mender.io/u/bakern)
#### Post date: [April 3, 2020, 11:46pm UTC](https://hub.mender.io/t/mender-production-update-from-v2-2-0-to-v2-3-0/1554/29 "2020-04-03T23:46:50Z")

</div>

@blackdevice I think there’s two separate issues here. If you have a mender artifact that you’re trying to upload, and it reaches 100% but doesn’t complete, try this patch:

> [@Mender-proxy/deployments unable to upload files to minio](https://hub.mender.io/t/mender-proxy-deployments-unable-to-upload-files-to-minio/1637/11):
>
> @opops You are right, to upload large files you need to increase the proxy\_read\_timeout in mender-api-gateway. This is going to be fixed in our next patch release, in the meantime you can make the configuration permanent as follows: diff a/docker-compose.yml b/docker-compose.yml index a2302f7..d3b2b66 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,6 +42,8 @@ services: service: mender-base networks: - mender + volumes: + - ./inc…

That fixed the upload issue for me. I think the other issue is with uploading files to create artifacts using the web UI, and that’s what @tranchitella was trying to fix with the updated workflows image. I tried that image as well and I still couldn’t create an artifact from a file on the web UI, I’m going to try to collect the logs and send them when I have time.

---

_[View the full topic](https://hub.mender.io/t/mender-production-update-from-v2-2-0-to-v2-3-0/1554)._
