# Can't upload signed artifacts anymore

**URL:** https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689
**Category:** General Discussions
**Created:** [March 25, 2020, 4:37am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689 "2020-03-25T04:37:08Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![chiragh241](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@chiragh241](https://hub.mender.io/u/chiragh241)
#### Post date: [March 25, 2020, 4:37am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/1 "2020-03-25T04:37:08Z")

</div>

I was able to upload the artifacts up until 2 days ago and today I’m getting the following error:

Artifact couldn’t be uploaded. reading artifact error: update: can not install update: &{48 avabyte-image-imx6ull\_avabyte.ext4 369098752 420 1000 1000 ava ava 2020-03-25 03:23:57 +0000 UTC 0001-01-01 00:00:00 +0000 UTC … [Request ID: 8cca7067]

Any help would be appreciated.

---

<div class="post-metadata">

### Author: ![mirzak](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/mirzak/32/2056_2.png) [@mirzak](https://hub.mender.io/u/mirzak)
#### Post date: [March 25, 2020, 7:48am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/2 "2020-03-25T07:48:32Z")

</div>

Can you please share additional context around your problem and answer the following questions:

1. When you say “upload”, do you mean upload the Mender Artifact to the Mender server or deploying it to a device?

2. Are you running a self-hosted Mender Server? Which version in this case?

3. Can you please share more complete logs? (device side logs if this is a deployment issue, server logs if it is an issue with uploading the Artifact to the server)

---

<div class="post-metadata">

### Author: ![chiragh241](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@chiragh241](https://hub.mender.io/u/chiragh241)
#### Post date: [March 25, 2020, 7:53am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/3 "2020-03-25T07:53:10Z")

</div>

Hi,

1. By upload I mean - uploading the artifact to the mender server
2. I am running a self-hosted mender server v1.7

---

<div class="post-metadata">

### Author: ![chiragh241](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@chiragh241](https://hub.mender.io/u/chiragh241)
#### Post date: [March 25, 2020, 8:48am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/4 "2020-03-25T08:48:57Z")

</div>

I figured it out. I believe there is a limit to how many artifacts you can have? I deleted one and was able to upload it

---

<div class="post-metadata">

### Author: ![mirzak](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/mirzak/32/2056_2.png) [@mirzak](https://hub.mender.io/u/mirzak)
#### Post date: [March 25, 2020, 8:50am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/5 "2020-03-25T08:50:53Z")

</div>

> [@chiragh241](#):
>
> I believe there is a limit to how many artifacts you can have?

I am not aware of any limits in our configuration that would cap it at a number of Artifacts and you are typically limited by available storage space on the server, so would recommend looking in to if you are running out of storage space.

---

<div class="post-metadata">

### Author: ![chiragh241](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@chiragh241](https://hub.mender.io/u/chiragh241)
#### Post date: [March 25, 2020, 9:11am UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/6 "2020-03-25T09:11:56Z")

</div>

I checked and I have quite a lot of space still available.

---

<div class="post-metadata">

### Author: ![drewmoseley](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/drewmoseley/32/47_2.png) [@drewmoseley](https://hub.mender.io/u/drewmoseley)
#### Post date: [March 25, 2020, 2:06pm UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/7 "2020-03-25T14:06:09Z")

</div>

Can you verify that the docker volume for your storage proxy has enough space? The following worked for me to check on my local setup so something similar should work for you.  
`$ sudo df $(docker volume inspect mender-artifacts | grep Mountpoint | cut -d\" -f4)`

---

<div class="post-metadata">

### Author: ![chiragh241](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@chiragh241](https://hub.mender.io/u/chiragh241)
#### Post date: [March 25, 2020, 5:03pm UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/8 "2020-03-25T17:03:03Z")

</div>

Hi, I have over 50% space left

---

<div class="post-metadata">

### Author: ![drewmoseley](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/drewmoseley/32/47_2.png) [@drewmoseley](https://hub.mender.io/u/drewmoseley)
#### Post date: [March 25, 2020, 5:43pm UTC](https://hub.mender.io/t/cant-upload-signed-artifacts-anymore/1689/9 "2020-03-25T17:43:44Z")

</div>

Can you post the logs from your storage proxy?

```bash
$ docker logs menderproduction_storage-proxy_1

```

(the exact name in your case may be different; docker ps should show you.)
