Skip to content

Deployment Errors on the new Amazon Linux 2023 #83

Open
@luchtech

Description

@luchtech

Just found out earlier that I've been getting an error when I tried deploying a new Laravel application. When I checked the logs, it says something like this.

image

This is the current code which is causing the issue:

sudo amazon-linux-extras enable epel
sudo yum install -y epel-release
sudo yum -y update
sudo yum -y install supervisor
sudo systemctl start supervisord
sudo systemctl enable supervisord
sudo cp .platform/files/supervisor.ini /etc/supervisord.d/laravel.ini
sudo supervisorctl reread
sudo supervisorctl update

When I checked on Google, it says here that it was because I used the Amazon Linux 2023 image instead of AL2.
image

I hope you can update this to fix the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions