• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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