Page 1 of 1

Backup creates tmp.xxx file until full disk

Posted: Sun May 10, 2020 10:28 am
by leograce
I tried implementing this fix.

https://github.com/serghey-rodin/vesta/ ... -368680462

However it has not worked. I have to log in everyday delete the tmp.xxx file in /backup. The usual tar backup is not created. How can I fix this?

I'm using ubuntu 16.04 and apache + nginx.

These are my settings in the vestacp panel.

https://imgur.com/a/PX2Ynrw

Re: Backup creates tmp.xxx file until full disk

Posted: Sun May 10, 2020 7:43 pm
by skamasle
This error can happen when backup fail

You need know why backup fails, maybe you not have enough disk space ?

This also can happen when you have a broken database, if vesta cant dump a database fail sometimes can fail

My recomendations is, run backup from CLI for each user, and check what is the error.

You need do ti with v-backup-user script

v-backup-user admin

Re: Backup creates tmp.xxx file until full disk

Posted: Sat May 16, 2020 11:40 am
by leograce
skamasle wrote:
Sun May 10, 2020 7:43 pm
This error can happen when backup fail

You need know why backup fails, maybe you not have enough disk space ?

This also can happen when you have a broken database, if vesta cant dump a database fail sometimes can fail

My recomendations is, run backup from CLI for each user, and check what is the error.

You need do ti with v-backup-user script

v-backup-user admin
I have plenty of space. When backup initiates it creates a tmp folder instead of a tar backup file that should be in the gigabytes.

Screenshot of backup folder

https://imgur.com/a/mWTi4cO

admin.log

Code: Select all

-- SYSTEM --
2020-05-10 05:10:02 admin.conf
2020-05-10 05:10:03 stats.log
2020-05-10 05:10:03 history.log
2020-05-10 05:10:03 pam

-- WEB --
2020-05-10 05:10:03 domain.com

Re: Backup creates tmp.xxx file until full disk

Posted: Fri May 22, 2020 2:54 am
by leograce
If anyone can help please let me know.

Re: Backup creates tmp.xxx file until full disk

Posted: Mon Jun 15, 2020 9:10 pm
by skamasle
So As I understand you

Backup run fine, and it create a tar but not delete de tmp.xxxx ?

If not, as I say you, when run backup manually you got the same result ?