Recent content by mediengestalter

  1. M

    Resolved Laravel Toolkit breaks after renaming domain

    Thanks. Fixed it manually in the .sqlite3 file. Would be nice if plesk would take care of that automatically. sqlite3 /usr/local/psa/var/modules/laravel/laravel_toolkit.sqlite3 select * from applications UPDATE applications SET deploymentPath = 'new.mydomain.tld/web' WHERE id = 9;
  2. M

    Resolved Laravel Toolkit breaks after renaming domain

    Okay. Running `plesk repair fs mydomain.tld` returned `Error messages: 0; Warnings: 0; Errors resolved: 0` But I get a new message now: Execution /opt/plesk/php/8.3/bin/php has failed with exit code 1, stdout: filemng: Failed to change directory to...
  3. M

    Resolved Laravel Toolkit breaks after renaming domain

    Thanks for the reply! What does this command do exactly? The application is in production.
  4. M

    Resolved Laravel Toolkit breaks after renaming domain

    As already posted here, after renaming a domain in plesk, Laravel Toolkit complains about not finding artisan: Execution /opt/plesk/php/8.3/bin/php has failed with exit code 1, stdout: , stderr: Could not open input file: artisan
  5. M

    Issue Can't restore specific database from backup

    So to free up disk space after restoring a backup you have to SSH to your server and dig through your filesystem to find heaps of backup_*.tzst files. du -ah . | sort -rh | head -n 10
  6. M

    Issue Can't restore specific database from backup

    Okay, Problem resolved. To restore a ~5MB Database from Remote Backups (not inkremental) you have to free up huge amounts of space on your server. With the issue, I had 50GB of free space. That wasn't enough to restore 5MB. And maybe the disk space is also the reason, why the logs were empty in...
  7. M

    Issue Can't restore specific database from backup

    For everyone: %plesk_dir% in Ubuntu is /usr/local/psa/ Why is there a empty log file view, if theres actually log files?! :rolleyes: So this is the last view lines: [2025-02-12 17:54:32.496|1092758] INFO: Repository '/var/lib/psa/dumps/': Import content from...
  8. M

    Issue Can't restore specific database from backup

    I've accidently deleted a database and need to restore it from a (full) backup in the plesk backup-manager. After I select the one specific database I need to restore, it's acting as if it's doing something for a while until the progress-notification changes to (in German) Die Wiederherstellung...
  9. M

    Issue Access Mysql from Docker

    This does not work for passbolt. I get bind errors like this: nginx: [emerg] still could not bind() nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98...
  10. M

    Question How to use docker compose

    Same problems. It's weird to support Docker but not Docker compose
  11. M

    WP Toolkit - Product News

    I was told there will be an update very soon to be able to purchase vulnerability protection for single sites. Is there a estimated release date?
  12. M

    Issue Mailer-Daemon does not send notifications to failed mail sender.

    I have a similar issue, also after Migration from older Ubuntu with Plesk Obsidian. But the bounce messages are sent to the Server-Admin-Adress, not to the original sender. OS version: Ubuntu 22.04.3 LTS Plesk version: Plesk Obsidian 18.0.54 Update #3
  13. M

    Resolved ImageMagick WEBP supported formats Ubuntu

    By doing this for php 8.1 on Ubuntu I somehow broke imagick completely... It disappeard on php_info and on Plesk PHP-Settings. I replaced every version number with 8.1
Back
Top