LoginSignup
0
0

More than 5 years have passed since last update.

Amazon Linux note

Last updated at Posted at 2018-10-03

Security update

Amazon Linux Security Center

v2

Install old versions @ amazon-extras.

$ amazon-linux-extras install php7.2
 # ... Select no & didn't install 
$ amazon-linux-extras list
...
15  php7.2=latest            enabled    \
        [ =7.2.0  =7.2.4  =7.2.5  =7.2.8  =7.2.11 ]
...
$ amazon-linux-extras install php7.2=7.2.11
 # ... Select no, but display newest php vers 7.2.14
$ amazon-linux-extras list
 15  php7.2=7.2.11            enabled    \
        [ =7.2.0  =7.2.4  =7.2.5  =7.2.8  =7.2.11 ] 
$ yum clean all
# clean cache
$ yum install php
# display 7.2.11 vers

I don't trust aws, keep source rpms by mysqlf!

yumdownloader php-7.2.11 --source

MySQL?

Default mariadb (from rhel7?)
MySQL's packages has not contained in amazon-linux-extras.

Client

Use dokcer.

Server

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0