• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by VojinP

  1. VojinP

    Question Deploy different git branch on different subdomain

    Let's say I have branches main and production. When I push branch main, it should deploy to /stage.domain.com , and when I push branch production, it should deploy to /httpdocs.
  2. VojinP

    Question Deploy different git branch on different subdomain

    Hello Peter, no, that is not what am I asking for. Changing deploy branch each time is painful process and buggy.
  3. VojinP

    Question Deploy different git branch on different subdomain

    We are working as a team on local computers. We have testing subdomain (test.domain.com) where we deploy main branch. And on prodcution domain (www.domain.com) we deploy production branch. Repository is on the plesk. Unfortunatelly there is only one automated deployment option (for single...
  4. VojinP

    Resolved There is no node.js button in websites/domains

    Thanks Kaspar... you saved me :)
  5. VojinP

    Resolved There is no node.js button in websites/domains

    I have installed node.js on server, but when I want to assign node capability to domain, there is no Node.js button: How's that happened?
  6. VojinP

    Resolved My cron jobs runs twice

    I am SO SORRY for bothering you guys... just figure out an issue. Our website was first on test server which is not dead yet and it is working as well as cronjobs on it. Since I'm not calling php scripts but rather fetching url, and on old server there is no more my subdomain, it was calling...
  7. VojinP

    Resolved My cron jobs runs twice

    This is becoming a twilight zone. I have added sleep(10); command to extend execution of cron scripts so I can "catch" them with some commands. When cron which is regularly working (/dpreport) is running, I caught it with ps axjf command, and it looks like this: 1 2407982 2407982 2407982...
  8. VojinP

    Resolved My cron jobs runs twice

    Unfortunately it does not help. I have already checked is cron running twice, nope. [root@thebox ~]# ps -A | grep crond 2407982 ? 00:00:07 crond [root@thebox ~]# whoami what is confusing is that I have listed cron logs, there are no logs of cron jobs disabled in plesk panel, like they...
  9. VojinP

    Resolved My cron jobs runs twice

    I have checked if (somehow) crond process is runnign twice... nope. [root@thebox ~]# ps aux | grep crond root 2407982 0.0 0.0 37128 3896 ? Ss May05 0:07 /usr/sbin/crond -n [root@thebox ~]#
  10. VojinP

    Resolved My cron jobs runs twice

    Nope, just did that, in root and psaadm there were nothing related to my domain crons. just in file mydomain.com
  11. VojinP

    Resolved My cron jobs runs twice

    here is the output for crontab -l -u: [root@thebox ~]# crontab -l -u domain.com MAILTO="[email protected]" SHELL="/bin/sh" # 0,15,30,45 * * * * (/usr/local/psa/admin/sbin/fetch_url 'https://my.domain.com/cron/stats') > /dev/null MAILTO="[email protected]" SHELL="/bin/sh" #...
  12. VojinP

    Resolved My cron jobs runs twice

    I have added them as a user for specific domain. When I check crontab -l , there are no jobs listed. When I type crontab -l -u <username> I got them listed, all, just once (as expected).
  13. VojinP

    Resolved My cron jobs runs twice

    I had setup scheduled tasks to run (fetching url), some of them were to send emails to certain people marked in email cron table. But we have noticed they all receive email twice? I was looking for mistake in code but code was correct. However, I have put in cron srcipt to record in txt file...
  14. VojinP

    Resolved Login as admin to mysql remotely

    Thank you Peter, it works! :)
  15. VojinP

    Resolved Login as admin to mysql remotely

    I have tried to connect with plain admin pass, with encrypted admin pass, to 3306 and 8306, but no combination worked.
Back
Top