• 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 zakaria

  1. Z

    Question automate the creation of dumps for select databases

    thanks for the great idea. I didn't think of it, I can't initiate a connection from the Plesk server side, but I can connect to it from my side. so, I just need to connect to it via ssh for example and use rsync to download the dump files, I'll post again when I get it done.
  2. Z

    Question automate the creation of dumps for select databases

    I finally got the time to work on this objective and wrote this PHP script to do the job. <?php $return_var = NULL; $output = NULL; $command1 = "/usr/bin/mysqldump -u username1 -p'password' databasename1 | gzip > /var/www/vhosts/'Databases Backup'/Database_Backup-$(date...
  3. Z

    Resolved update keeps failing 18.0.55

    thanks, it actually went well now it's updated to the latest version, just need to update some packages and every think will be up to date.
  4. Z

    Resolved update keeps failing 18.0.55

    thanks, you're always a great help I really appreciate you. will this effect the working sites?
  5. Z

    Resolved update keeps failing 18.0.55

    not sure if it's related or not but sometimes when I try creating a new domain or subdomain I get a page with this code { "componentType": "Jsw.Task.ProgressBar.Item", "id": "17843", "type": "domain-create", "updated": "2023-10-03 10:49:23", "status": "not_started"...
  6. Z

    Resolved update keeps failing 18.0.55

    sorry the log parts didn't get included for some reason, here they're 54 upgraded, 0 newly installed, 0 to remove and 157 not upgraded. 1 not fully installed or removed." N: Ignoring file 'plesk.list.ai_back' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N...
  7. Z

    Resolved update keeps failing 18.0.55

    Hello, hope everyone is doing well. I have a problem with upgrading from v18.0.54 Update #4 to v18.0.55 I can't post the full log of the updating prosses, so these are the parts where the errors occurred.
  8. Z

    Question automate the creation of dumps for select databases

    hello, hope everyone is doing well. I want to automate the creation of dumps for select databases. then download it to an FTP server. I tried to look for the commands needed to achieve this so then I write a script and configure a Cron job with it but couldn't find it.
  9. Z

    Resolved Is it safe to empty dumps directory?

    thanks for all the help
  10. Z

    Resolved Is it safe to empty dumps directory?

    thanks for all the great information, I wasn't going to remove dumps directory just it content. I'm the only user and I already configured the backup to be stored remotely via FTPS and there're currently no local updates. the biggest file is in one of the domains named...
  11. Z

    Resolved Is it safe to empty dumps directory?

    hello, hope everyone is doing well. I recently had a problem with my Plesk server running out of disk space and was looking for ways to clean it up so it doesn't happen again. and I found this directory dumps occupying 80 Gb of disk space located at /var/lib/psa/dumps. in this directory...
  12. Z

    Issue problem with mail

    hello, hope everyone is doing well. I'm trying to configure mail in Plesk, with a domain that's configured in GoDaddy. every time I try to send an email to an external address it gives me a smtp error 550 5.1.1 and when I send it internally it says it was sent successfully but when I check I...
  13. Z

    Issue PHP composer isn't updating packages

    Hi, hope everyone is doing well we have a problem with PHP composer not updating packages when we try updating manually, we get these errors
  14. Z

    Question Restrict the access to plesk to one hostname

    My IP address is dynamic, so that won't work Is there another option?
Back
Top