vupdraft
Forum Replies Created
-
Unfortunately, I don’t think there is.
It’s likely a conflict of some sort so it would be worth performing a plugin conflict test and if this does not help then try doing the same for your themes.
Here is more information on how to perform a conflict test: https://breakdance.com/documentation/help/troubleshooting/how-to-perform-a-plugin-conflict-test/
Hi,
It sounds like you might be out of space on your hosting or that you may have exceeded a resource.
Could you start a new ticket here: https://wordpress.org/support/plugin/updraftplus/ and post your php error logs using a tool such as patebin.com
Can you also post your restoration log using a tool such as pastebin.com
It’s highly likely we can get your site up and running if you will work with us?
Could you also check with your hosting to see how much space is left on your server?
We have not heard from you in a while so I am closing the ticket. Do open another ticket if you have any further questions.
Hi,
I thought your hosting was on Garage. Unfortunately you cannot use Garage the way you want it to.
You can find the s3 policies that UpdraftPlus uses for S3 in both the screenshot : https://snipboard.io/ecPvZ3.jpg
and this link https://teamupdraft.com/documentation/updraftplus/topics/cloud-storage/amazon-s3/faqs/how-to-configure-your-amazon-s3-account/
Garage does not support some of the required ones. Here is a list of Garages endpoints; https://snipboard.io/oeLxAu.jpg
Here is the URL for further information: https://garagehq.deuxfleurs.fr/documentation/reference-manual/s3-compatibility/
Furthermore, they do not seem to have updated this since 2022: https://snipboard.io/mNWwqS.jpg
Hi,
What are you using for the s3 compatible remote storage?
Forum: Plugins
In reply to: [Easy Updates Manager] This string with esc_html_e also has echoYes, I see it. I will pass this onto our development team
We have not heard from you in a while so we assume you no longer need support.
If you do require, further support, please start a new ticket.
We have not heard from you in a while so I am closing the ticket.
If you are still in need of support, please start a new ticket and post you log using a tool such as pastebin.com
Forum: Plugins
In reply to: [Easy Updates Manager] This string with esc_html_e also has echoDo you mean like this: https://snipboard.io/qiSNG2.jpg
You can use echo esc_html($text); to escape content inside HTML tags (e.g., inside a <div> or <p>)
In this case we are using it inside of the <p> tag
We have not heard from you in a while so I am closing the ticket.
Please start a new one if you need further assistance.
We have not heard from you in a while so I am closing the ticket.
Please start a new one if you need further assistance.
We have not heard from you in a while so I am closing the ticket.
Please start a new one if you need further assistance.
Forum: Plugins
In reply to: [Easy Updates Manager] Enable/Disable All Updates from WP-CLI commandHi,
Unfortunately there is not.
You would just use
wp plugin auto-updates enable –all
and the following to disable.
wp plugin auto-updates disable –all
Hi,
Can you save the as “plain” then resave them again as the desired format?
We have not made a change to the way backups are handled.
“it continued to make local copies and when full backup was made locally UpdraftPlus deleted previous backup from google drive and then uploaded the remaining zip files”
This is the way the backups were already handled. The chunks are created, uploaded to your remote storage and then removed. More chunks are added as more are deleted.
In the old system we used to create the entire backup on your server before trying to upload any of it.