Owncloud problem after Extend Disk Space

Hi,
I have extended disk space on my univention server and after this action owncloud server wrote this error:
503 Service Unavailable

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Apache/2.4.25 (Univention) Server at (mydomain.local) Port 443

Can you help me, please?

Thanks

Jozef

Could you post the steps that you went through to expand your storage? I recently went through the process with the NextCloud appliance and it went smoothly in my case.

Also, did you take a snapshot just before the expand operation, in case you need to revert?

Hi,

what does “df -h” tell you?

Can you still browse to the UMC?

/CV

Hi,

the problem was with mariadb. My friend has help me with this problem.
Thank you.

Jozef

Hi, how did you solve this problem? I have the same error after increasing the disk.

I used this guide

in step three, after the command:
mysql -u root -p <mysql.dump
I got an error:
ERROR 1036 (HY000) at line 89: Table ‘entries’ is read only
(maybe someone can explain its cause, for future generations =)
further actions probably led to the complete collapse of the database.
My solution of the problem was a complete rollback of the virtual machine.
ps
error 503 may cause a problem with the tc.log file
In the logs, it looks like:
[Note] InnoDB: Dumping buffer pool (s) not yet started
[Note] Recovering after a crash using tc.log
[ERROR] Can’t init tc log
[ERROR] Aborting
The solution is simple:
delete the file /var/lib/mysql/tc.log
and run command
systemctl restart mariadb

Hi,

thanks for the information. I updated the article.

/CV

here mistake:

Step 3

As your server is now up and running in recovery mode dump your database:

mysqldump -h localhost --opt --lock-all-tables --triggers --routines --flush-logs -u root - --all-databases --events > mysql.dump

-u root - --all-databases > -u root -p --all-databases

Mastodon