No space left on device during upgrade

To be completed by the original poster:

CMS Version = 1.7.9

Installation Method

Custom install

Operating System

SUSE 15 SP1

Issue

from my cms-db logs:
cms-db_1 | 2020-07-19 01:05:01 7f35d5b857002020-07-19 01:05:01 1 [ERROR] InnoDB: Failure of system call pwrite(). Operating system error number is 28.
cms-db_1 | InnoDB: Error number 28 means ‘No space left on device’.

my cms-web logs:
cms-web_1 | Waiting for MySQL to start - max 300 seconds
cms-web_1 | MySQL started
cms-web_1 | DBVersion
cms-web_1 | 94
cms-web_1 | Existing Database, checking if we need to upgrade it
cms-web_1 | We will upgrade it, take a backup
cms-web_1 | mysqldump: Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’ when trying to dump tablespaces
cms-web_1 | Configuring Maintenance
cms-web_1 | crontab: can’t open ‘/etc/crontabs/apache’: Permission denied
cms-web_1 | Running maintenance
cms-web_1 | Unable to run upgrade step. Aborting Maintenance Task.Starting cron
cms-web_1 | Starting webserver
cms-web_1 | AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 172.18.0.2. Set the ‘ServerName’ directive globally to suppress this message

I’m not sure what space it is needing. I have plenty of disk space. I need help to figure out what space it is needing.
M current free space:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vgxibo-lvdocker 10G 659M 7.5G 8% /var/lib/docker
/dev/mapper/vgxibo-lvxiboopt 260G 154G 105G 60% /opt/xibo

I am running this command : cd /opt/xibo; docker-compose -f cms_custom-ports.yml up -d

Thanks

I was able to figure out my space issue. /var/lib/docker was filling up and when the import failed it release the space so quickly I didn’t see the problem.
Thanks.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.