Question on Mailwizz auto-update and backup manager

josephcvh

Member
Hi there,

Just purchased Backup Manager and wanted to have it auto-update for my Mailwizz.

Do we need to remove "pcntl_exec" from php.ini?

I am using DigitalOcean droplets, how to check the server if the server have these binaries installed "curl unzip cp"?

Thanks,
Joseph
 
Hi @twisted1919 ,

I have no experience in server or no idea why it's disabled. Which I think its default when creating Droplets in DigitalOcean.

So what you mean is to remove all PHP functions in disabled_functions at php.ini?

disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,

Do I need to remove the comma at the end?

Thanks,
Joseph
 
I guess my backup is completed and successful?

[2020-10-03 16:00:04] - Starting the backup process...
[2020-10-03 16:00:04] - Checking to see if the storage directory exists...
[2020-10-03 16:00:04] - The storage directory exists.
[2020-10-03 16:00:04] - The directory for this backup is: /home/mydomain/backups/1601740804
[2020-10-03 16:00:04] - Checking to see if the directory for this backup exists...
[2020-10-03 16:00:04] - The backup directory does not exists, trying to create it...
[2020-10-03 16:00:04] - The backup directory has been created.
[2020-10-03 16:00:04] - Starting the database backup process...
[2020-10-03 16:00:05] - Database backed up successfully!
[2020-10-03 16:00:05] - Starting the file system backup process...
[2020-10-03 16:00:46] - File system backed up successfully!
[2020-10-03 16:00:46] - Starting to pack the backup...
[2020-10-03 16:00:59] - Done packing the backup!
[2020-10-03 16:00:59] - Backup complete!
 
Yeah, correct way is just:
Code:
disable_functions =

Yes it is, congrats. Now download it and unzip it, if it unzips correctly, then the backup is good to be used.


@twisted1919

Downloaded and unzipped. Inside there are only 2 files. 1 is application.tar and 1 is database.sql. Is this correct files for backup?
 
Back
Top