Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
php
Commits
1ce68bae
Commit
1ce68bae
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
docker/l3d#74
Move all documentation to devops-tools doc
parent
564d96c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-20
2 additions, 20 deletions
README.md
with
2 additions
and
20 deletions
README.md
+
2
−
20
View file @
1ce68bae
#
Updating PHP Version
#
PHP
```
# Example: from 7.1 to 7.3
ascr role php
# - Move FPM Conf from 7.1 to 7.3
# - Remove www FPM Conf from 7.3
# - Stop FPM 7.1
# - Restart FPM 7.3
a -m service -a "name=php7.1-fpm state=stopped enabled=no"
a -m service -a "name=php7.3-fpm state=started enabled=yes"
ascr jailkit-upgrade
# On the Host
update-alternatives --config php
etckeeper commit -m "After PHP update to PHP 7.3"
```
You find all the details in the
[
full documentation
](
https://devops-tools.docs.lakedrops.com/ansible/roles/php/
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment