1
5
Fork
You've already forked devops
3

Ubuntu 24.04 script improvements #39

Closed
opened 2023年04月07日 03:36:02 +02:00 by ssddanbrown · 1 comment
ssddanbrown commented 2023年04月07日 03:36:02 +02:00 (Migrated from github.com)
Copy link

Just noting some additional target improvements for when we come to update the script for 24.04.
Don't want to change too much though, want to keep things incremental.

  • Update PHP/Apache setup to be 100% fpm/mpm-event based instead of mod-php/mpm-prefork.
    • Think this allows this config to be used with HTTP2 (Maybe check this).
  • Start required services after install.
  • (削除) Set permissions to current CLI user where ran as sudo, to allow future non-root user updating. (削除ここまで)
    • (削除) Might need to prompt for this one to check it's the right thing to do. (削除ここまで)
    • We were already doing this.
Just noting some additional target improvements for when we come to update the script for 24.04. Don't want to change too much though, want to keep things incremental. - Update PHP/Apache setup to be 100% fpm/mpm-event based instead of mod-php/mpm-prefork. - Think this allows this config to be used with HTTP2 (Maybe check this). - Start required services after install. - Some scenarios of automated install can produce a `/usr/sbin/policy-rc.d` file which prevents mysql and other services from starting which breaks the process. See https://github.com/BookStackApp/website/issues/179 for reference. - ~Set permissions to current CLI user where ran as sudo, to allow future non-root user updating.~ - ~Might need to prompt for this one to check it's the right thing to do.~ - We were already doing this.
ssddanbrown commented 2024年04月27日 18:16:15 +02:00 (Migrated from github.com)
Copy link

Done via #42

Done via #42
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bookstack/devops#39
Reference in a new issue
bookstack/devops
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?