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
- Fix "Failed to get metadata: Local: Broker transport failure" When Updating Sentry
- Manage MySQL Databases and Users from the Command Line
- Fix Linux File And Folder Permissions When Using Laravel Forge
- Laravel - fix "1071 Specified key was too long; max key length is 1000" error
- Fix "No application encryption key has been specified." When Using Laravel