ExpandedFronts on "[Plugin: Revisr] "Failed to backup the database.""
And to address the git push/remote config - you can use the SSH / public key method of authenticating to a remote repository as well. You will just need to make sure that the server's id_rsa.pub has...
View ArticleExpandedFronts on "[Plugin: Revisr] "Failed to backup the database.""
Also forgot to add, once Revisr has access to the .git/config file, it should pull any existing config for the remote url. So if you're able to do a git push from command line, once the permissions are...
View Articlemsolovyov on "[Plugin: Revisr] "Failed to backup the database.""
That's how I have it set up. id_rsa.pub is added as a deploy key in github for the repo. The url is set up that way inside revisr. revisr has permissions to the .git/config file. The way I created the...
View Articlemsolovyov on "[Plugin: Revisr] "Failed to backup the database.""
I'm not sure if the issue is just adding '/opt/bitnami/git/bin/' to the env. I have added it to the /opt/bitnami/scripts/setenv.sh file and did a reboot but I still have it failing to push.
View ArticleExpandedFronts on "[Plugin: Revisr] "Failed to backup the database.""
Yes, the push issue looks like a separate issue and I think it's due to the "daemon" user not having ownership of the id_rsa.pub file as HTTPS pushes are working fine for me. Looking into it further...
View Articlemsolovyov on "[Plugin: Revisr] "Failed to backup the database.""
Thanks. As a workaround I have created a new user dedicated just to doing backups and have set it up using the https method in revisr.
View Articlechodos on "Bad Queries"
I have a website on WordPress that receive 500 hits per day, recently my web host decreased the limit of the connexions with database because they said that my queries were not effective and were...
View Articleeltweety on "Show posts under the same category"
Hello! I am making a blog portal and I would like to have 5 main categories listed on the main page and if you click on one-it shows you all the posts under this particular category. I have a...
View Articlebcworkz on "Get custom tables from database in wp-config.php"
There is no such wp-config.php constant for Event Manager. You could just copy the old content to the new table, but from then on, the data will not be synchronized. Any changes to one will not be...
View ArticleBob Cristello on "Bad Queries"
Maybe you should consider working with a WordPress friendly hosting company. I have never had any complaints about native WordPress Core queries, ever.
View Articleyuvinghotra on "[Plugin: BackWPup Free - WordPress Backup Plugin] Database...
I am getting following Database Warning upon running Backup to FTP job: WARNING: Database error Cannot load from mysql.proc. The table is probably corrupted for query SHOW PROCEDURE STATUS WP 4.0 Can...
View Articlesmez14 on "Restoring MySQL Database for WordPress"
Hi all I somehow blew up my blog (am a hobbyist). So followed the instructions to download the backed up mysql database then reinstalled it (after dropping the tables in the live version). All worked...
View Articlesmez14 on "Restoring MySQL Database for WordPress"
Weirdly by a fluke I solved it straight after posting but will leave this here in case useful perhaps to others but mods please delete if not appropriate. The file was defaulting to utf8 for Character...
View Articlenickca58 on "Installation problems - MAMP, MySql and WP"
Hello I have previously installed MAMP and mysql on my machine to set up a local environment for a wordPress course i am doing. However after losing everything and having to re-install I am getting...
View ArticleJulien Klepatch on "Installation problems - MAMP, MySql and WP"
You can try to uninstall MAMP and myql, then try with XAMPP. I have been using for me and my clients for years and I never had any problems with it. Julien Klepatch WordPress Developer -...
View ArticleAlexander Goncharov on "WordPress database bloat"
Hi guys! I have a nasty problem, my website is powered by wordpress 4.0 + woocommerce 2.2.6. I have 21700 product over there and the DB is 334mb size, is it normal? I'm pretty sure something is very...
View ArticlePatrick Nommensen on "WordPress database bloat"
That seems reasonable. Check for spam comments and such too as they can consume significant space. The size of the database is not directly related to how powerful your VPS needs to be. If you are...
View ArticleAlexander Goncharov on "WordPress database bloat"
Thanks for answer. Nope, not the comments. All the data is in wp_posts (118mb) and wp_postmeta (154mb). Mysqld process consumes 80% of the ram, so it's defintely it. Any other ideas, please?
View Articlebaljit12 on "Use Same Database conetnt for two different wordpress (4.0)"
HI, May i know is it possible to use the same Database and Database Content for the Two Wordpress which is on the different domains but on the same server. If yes, Please let me know How can i use...
View Article