aporter
Forum Replies Created
-
Hi Graham,
The database will be completely overwritten by the content that is in the database file your restoring, this means any data after that database file would be lost.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Hosting migration restire errorHi,
Sounds like you’ve resolved your issue with the first message.
The second message is warning you that the site the backups were taken on is different to the site your trying to restore on:
e.g the backups were taken on example-site-1.com but now your trying to restore the files to example-site-2.com
This is a migration not a restore e.g your restoring to a different domain name.
There is a paid addon to handle migrations as there is a lot more work involved than just a simple restore.
You should be able to click through that warning but your site will have a bunch of links pointing to the old domain.
You should move your domain from the old host to the new one.
Once you’ve performed the restore, if there are any issues report back here and share your restoration log the contents will be to long to post here so you will have to use a service like pastebin or a dropbox link.
We can then look at the log and help resolve any problems you have.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Authentication Required.Hi Warren,
I’ve not yet recieved a reply? can you check the email has sent?
Best Wishes,
Ashley
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Authentication Required.Hi Warren,
I’ve replied via that ticket do check your emails.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Authentication Required.Hi Warren,
Keyy doesn’t require your WordPress username and password, I believe this message is asking for your HTTP Authentication username and password so you should enter them.
Also what OS are you on iOS or Android?
If you are not sure what your HTTP Authentication credentials are or you are using these and it’s still not working, can you use the in app option to open a support request?
This will send us your log file from the device.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Fatal error after upgradeHi,
Sorry about this, it seems that function is only available in WordPress 4.7.0+
We are currently resolving the issue and will update you once we push the new version.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Staging SiteHi,
You will need to register the staging site with your Keyy account.
Do this by logging in with a username and password and then go to your Keyy settings and scan the QR code.
If you can’t login with a username and password because of Keyy then add the following line to your wp-config.php file:
define(‘KEYY_DISABLE’, true);
This will let you login with a username and password so that you can connect this site with Keyy.
Best Wishes,
Ashley
Hi James,
Sorry for the delay.
This can be done via a WordPress filter.
“updraftplus_boot_backup”
On your development site in your wp-content folder you need to create the folder “mu-plugins” if you don’t have one.
Then create a php file in the mu-plugins folder (you can call it anything e.g stop_backup.php).
Inside your php file add the following code:
<?php add_filter('updraftplus_boot_backup', 'updraftplus_boot_backup'); function updraftplus_boot_backup() { return false; }The above code will stop the backup when it tries to run.
Best Wishes,
Ashley
- This reply was modified 8 years, 1 month ago by aporter.
Hi,
Yes it’s fine the logs do not contain anything sensitive.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Wp cron?Hi,
Sorry for the delay, this topic seems to have got buried.
Yes that tutorial looks like it does what you want.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Restoring Backup Has No EffectHi,
Sorry for the delay.
If you have the backup file you want to restore on your local computer.
Then you can upload this backup to your server using UpdraftPlus.
Go to your UpdraftPlus settings and then go to the existing backups tab.
Then click the “Upload backup files” link and follow the instructions.
Best Wishes,
AShley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Too Many DB backupsHi,
Sorry for the delay.
Could you send us the latest backup log, the contents will be to large to post here so you can use a service like pastebin or Dropbox.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Wp cron?Hi,
This page should be helpful for you:
https://updraftplus.com/faqs/can-i-run-backups-from-the-shell/
Best Wishes,
Ashley
Hi,
In the UpdraftPlus settings if you go to the existing backups tab.
There should be a link on that page “Upload backup file” click that.
Then drag your backup file to the box or click the button to browse your computer for your backup.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Mobile ViewHi,
Thank you I’ve added this to our internal task tracker.
Best Wishes,
Ashley