Anthonius Alfred Andreas
Forum Replies Created
-
Hi,
Thanks for sharing this information with us as we believe that the S3 object tagging might be a nice feature to have in the plugin; I will pass this on to the development team so that they can discuss this further. However, if the reason for this S3 object tagging is so that file and database backups can be deleted after a certain period has passed then you might want to see our advanced retention rules feature https://teamupdraft.com/updraftplus/features/backup-retention-rules/ which basically does the same as if you were setting up S3 lifecycle rules to delete UpdraftPlus backup files in your S3 remote storage.
Thanks
AnthonHi,
Thanks for reporting this one, we’re aware of the issue and the development team is actively working on a tweak and it will be added in the next release of UpdraftPlus.
AnthonForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] updraft_backup_databaseHi,
Yes, it can be tracked especially if you have the basic report option enabled. Using the action you will also have the backup progress showing up on the UpdraftPlus plugin page. For more information on how to run backups from the shell/cron, please visit https://teamupdraft.com/documentation/updraftplus/topics/advanced-usage/faqs/can-i-run-backups-from-the-shell-cron/Forum: Plugins
In reply to: [Easy Updates Manager] Automatic WordPress update no longer possibleHi,
Could you please try to replace the FTP_HOST value with the IP address of your (S)FTP server, not the hostname.
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Automatic WordPress update no longer possibleHi,
Looking at the fatal error produced during the update (as shown in your earlier thread)
PHP Fatal error: Uncaught TypeError: ftp_nlist(): Argument #1 ($ftp) must be of type FTP\Connection, null given in /var/www/https/..at/wp/wp-admin/includes/class-wp-filesystem-ftpext.php:438
It likely has to do with a failure in making a connection to your FTP server. Could you please download and move the following PHP file to the root directory of your WordPress site. Once downloaded and moved, please access the script directly from your web browser by adding
sftp-test.phpafter your website hostname/domain (e.g. https://www.example.com/sftp-test.php)https://drive.google.com/file/d/1DEc6He1P5aydap1d3iZ9goF9OxYzTWiR/view
You will need to add the hostname and the port of your FTP server, and then click the submit button to see the result. Please also remove the PHP script file once you’re done with it.
Thanks
Anthon- This reply was modified 1 year, 7 months ago by Anthonius Alfred Andreas.
Hi,
Thanks for reporting the issue, the development team is able to reproduce this and is currently working on a fix. In the meantime, along with the new look of the UpdraftPlus menu on the left side panel, we also provide a constant where you can add it in your
wp-config.phpfile to disable the top level menu and to switch back to our previous menu style.define('UPDRAFTPLUS_DISABLE_TOP_LEVEL_MENU_ENTRY', true);Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] wp_eum_logs causing issue with Search and ReplaceHi,
Apologies, could you please replace the line in the mu-plugin file
$value['core']['logs'] = 'off';with
$value['core']['logs'] = 'unset';You might also want to click any setting on the
Generaltab to apply the changes
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Easy updates manager not workingHi,
Apologies for the delay, could you please let us know what hosting provider you use for the webiste, also what plugins are installed and active on the website including PHP mu-plugin files that are located in the
wp-content/mu-pluginsdirectory. It’d be more easier to get this information from theSite Healthtools.
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Easy updates manager not workingHi,
Could you please send us your site information? This information can be fetched via the WordPress site health tool, the menu is located under the “Tools” menu

Once you’re on the site health page, click the
Infotab
and copy your site information to clipboard by clicking on the
Copy site info to clipboardbutton (as shown above), and then paste the information here
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Easy updates manager not workingHi,
Apologies for the delay
Does it only happen to Woocommerce plugin?, Is your website hosted on a managed WordPress hosting?, if yes, you might want to look at the backend panel on your hosting side and see if automatic update for plugins (in this case WooCommerce) setting is enabled or not. If there are no update logs captured for the Woocommerce plugin being presented on the Update Logs tab, it’s likely the update was performed from outside your website.
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Auto updates continue ignoring the manual settingHi,
I’m glad that you’ve resolved the issue and thanks for letting us now about the WP Toolkit in cPanel that has the Smart Updates feature, I personally didn’t know WP Toolkit has that feature. This information will help us in troubleshooting and resolving similar cases more effectively in the future.
Have a nice day.
Thanks
AtnhonForum: Plugins
In reply to: [Easy Updates Manager] Auto updates continue ignoring the manual settingHi
Apologies for the delay and inconvenience caused
Is there an entry log corresponding to the auto-updates event of your WordPress site from previous version to version 6.5.5?, You can check for this captured event by clicking on the EUM’sLogstab, and look for the captured update of WordPress, if there’s an update log for that event could you please click theStack Tracelink text and send us what you have in there. Also, may I know what hosting provider you use, is your production website hosted on a managed WordPress hosting?
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] can’t force my WP website to updateHi,
Apologies for the delay
Regarding theDISABLE_WP_CRONconstant, are you sure by setting the constant value totrueyou’re no longer getting the warning message from Easy Updates Manager?, because I believe it should have been set tofalseinstead oftrue. Anyway, to force an update you need to go to theAdvancedtab and select theForce automatic updatesmenu from the left sidebar and then click theForce updatesbutton
Thanks
AnthonHi,
In the next release of UpdraftPlus, we’re going to implement Google granular consent where you can individually choose (by ticking check boxes) what scopes or permissions you want UpdraftPlus app to be granted. Currently, you need to use the
updraft_googledrive_scopefilter to add or remove scopes. However, if you use the current version of UpdraftPlus, thedrive.readonly,drive.fileanduserinfo.profilescopes are mandatory, we don’t recommend you remove these three scopes by using the filter but you’re allowed to add more scopes if needed (see https://developers.google.com/identity/protocols/oauth2/scopes#drive for more Google Drive scopes)The
drive.readonlyscope will allow UpdraftPlus to see and read all folders and/or files in your Google Drive but not to edit, delete or create new folders or files. If you remove this scope from theupdraft_googledrive_scopefilter and leave onlyuserinfo.profileanddrive.file, UpdraftPlus will not have the ability to read or recognize the existing folder you specified in the Google Drive storage setting on the plugin, therefore every time you perform backup UpdraftPlus will always create new one resulting in duplicate folders with a same name. This behavior applies to both UpdraftPlus and user’s custom Google app.
Thanks
AnthonForum: Plugins
In reply to: [Easy Updates Manager] Easy updates manager not workingHi,
Apologies for the delay
Is there any entry corresponding to the Woocommerce update captured in the EUM update logs. This update logs can be accessed via theLogstab on the EUM plugin. Normally, if EUM has captured the update an update log entry of Woocommerce should be listed in there and you can click theStack Tracelink text to show more information about the update. Could you let us know what’s written in there?
Thanks
Anthon