• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Run DB migration trought advanced settings in GIT app

hardbrasil

Regular Pleskian
Hello fellas,
we are facing some difficult with GIT plugin on Plesk.

in advanced settings tehte is a field called
"Enable adtional deployments actions"

Please see the pitcure above

this two first RM - RF commands works well, the issue is with latest commnad

=> /opt/plesk/php/7.4/bin/php yii migrate/up --interactive=0
its not execute, and we need to use this to migrate database with files when git is started>

does team has any tip to solve this?

thanks


erro-plesk.png
 
Does this command work in the command line?
Don't you think you first need to go to some working directory with the cd command to execute this command?
 
Hi Igor,

when i am using localhost (my machine ubunto) i use this command on ssh

php yii migrate/up --interactive=0

and works

what is your suggestion to run the command?
 
Hi Rasp,

observe that in my local machine (not have plesk) i run the command with this short parameter (php yii migrate/up --interactive=0) and works.
the path to php is different from web server that has the Plesk installed compared to my local machine.

---------------
Another information:

a long time ago this was working in another plesk instance with this command

/opt/plesk/php/7.4/bin/php yii migrate/up --interactive=0

but, i dont know why this is not working anymore, maybe some security change on plesk update, maybe the other instance was some modification to run this.
 
I understand that if you run php yii migrate/up --interactive=0 on you local machine it worked. But that doesn't mean it works on your server, does it? Even if the command previously worked on another server it might not work, for some reason, on your current server. As you've already discovered ;)

So, the question is what happens if you run /opt/plesk/php/7.4/bin/php yii migrate/up --interactive=0 on you current server? Do you get an error? If so, what's the error?
 
Back
Top