Fix "Error ‘[Errno 17] File exists’ processing ssl/ssl_certificate.pem" When Restoring Mail-in-a-Box
When restoring a blank Mail-in-a-Box, you may get this error:
Error ‘[Errno 17] File exists’ processing ssl/ssl_certificate.pem
Solution to fix the problem is to run this command before running the restore:
rm -rf /home/user-data/ssl/*
After deleting this directory, the restore should run without problems.
Related Posts
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Setup Xdebug in Laravel Valet with PHP 7.4 and PHPStorm
- Fix "Failed to get metadata: Local: Broker transport failure" When Updating Sentry
- Manage MySQL Databases and Users from the Command Line
- Fix "Cannot find module 'semver'" Error When Using Ubuntu
- Fix Linux File And Folder Permissions When Using Laravel Forge