msolovyov
Forum Replies Created
-
Hitting the same issue as you. Where did you add the line ‘if (!is_admin) {} ‘ to fix it?
Forum: Plugins
In reply to: [Revisr] 1.7 update issues.It might not have been 1.7 that caused the admin url issue but another plugin that got autoupdated so I’m still investigating.
Here are the steps I took to troubleshoot. When the admin for a separate plugin url’s weren’t working I deactivated revisr and they worked and upon reactivation they didn’t work. So in revisr I clicked the revert commit on the one that has the plugin updates that were committed. But my revisr version stayed the same. Could it be that the revert this commit actually means to revert to that commit but keeping that commit and removing the ones that happened above it?
Forum: Plugins
In reply to: [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.
Forum: Plugins
In reply to: [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.
Forum: Plugins
In reply to: [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 repo is by following the process here: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
I still get errors on push through revisr but I can push through commandline fine.
Forum: Plugins
In reply to: [Revisr] "Failed to backup the database."I’ve since resolved it. Yes that was the case. I’ve instead just made the permissions 775 and 665 to account for the bitnami:daemon grouping.
Forum: Plugins
In reply to: [Revisr] "Failed to backup the database."Thanks for looking into it.
As for the git push you recommend just putting in the username/password into the url in the revisr settings?
I was hoping to avoid that as I’m using a deploy key of the id_rsa.pub in that repo.
Forum: Plugins
In reply to: [Revisr] "Failed to backup the database."I’m also having an issue pushing changes to remote.
I can create the commit through revisr and then through commandline I can push it fine. But I can’t push the commit through the revisr dashboard.
Could this be related to the mysql issue?
Forum: Plugins
In reply to: [Revisr] "Failed to backup the database."I have added the path ‘/opt/bitnami/mysql/bin/mysql’ to the revisr database settings. It still fails.
Yes it is on the same server.