Ubuntu ODK Central installation

1. What is the issue? Please be detailed.
I am trying to install ODK Central on Ubuntu server and I am getting an error:

What could be the problem?

2. What steps can we take to reproduce this issue?

3. What have you tried to fix the issue?
reinstalled ODK Central, but still it does not work

4. Upload any forms or screenshots you can share publicly below.

Hi @GMRK ,

Apparently you ran out of space in your filesystem, the last message is "no space left on device".

Did you try "df -h" to see how much free space you still have?

1 Like

Hi @rfvieira,

Thanks for the response. I haven't run the df -h command.

What can i do to solve the space problem?

Hello @GMRK

This command "df -h" will show you how much disk space is left on your server.

I don't know your server's hardware configuration but the error message indicates that there is not enough free space to complete the docker build process.

You can buy extra space (adding a new volume) if it's a virtual machine on a datacenter or maybe add a new disk if you own the hardware.

I'm using Central on DigitalOcean as described here: https://docs.getodk.org/central-install-digital-ocean/ and my developer environments are based in droplets that costs USD 12.00 a month and have 50GB of disk space. After finishing a fresh Central installation there is around 34GB of free disk space to grow data into.

Hope this help!