Report this

What is the reason for this report?

How to add volume to /dev/vda1 for increased postgresql space?

Posted on June 3, 2020

Our disk capacity is at 100%. it seems our postgresql server is full. When I run the df command, I see this.

Filesystem     1K-blocks     Used Available Use% Mounted on
udev             4070824        0   4070824   0% /dev
tmpfs             816772     8888    807884   2% /run
/dev/vda1       81120644 81104264         0 100% /
tmpfs            4083848      360   4083488   1% /dev/shm
tmpfs               5120        0      5120   0% /run/lock
tmpfs            4083848        0   4083848   0% /sys/fs/cgroup
/dev/vda15        106858     3668    103190   4% /boot/efi
/dev/sda       103900088    61464  98579360   1% /mnt/volume_ams3_01
tmpfs             816768        0    816768   0% /run/user/0
tmpfs             816768        0    816768   0% /run/user/1001

You can also see that i have created a new volume. But i want to attach it to /dev/vda1 or basically increase space for postgresql. How can i do it?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.