pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
10 stars 4 forks source link

Move PHP Shared Web Assets Directory to NFS File Mount. #3816

Open kevinreiss opened 1 year ago

kevinreiss commented 1 year ago

We have a number of Drupal (Both D7 and D9) applications whose web assets are stored in directories that are currently managed as shared directories via capistrano that reside on the file system of the application server they reside upon. In order to break this dependency web assets should be stored on a file mount separate from the application server file system. Currently the pul_library_drupal and special_collections are implemented using a separate mount our other four Drupal projects should have a similar set-up so application servers can be added or removed as needed.

Current Staging servers impacted

Prod servers to replicate this on once tested

kevinreiss commented 1 year ago

Need to check-in with Francis on where this is at.

kevinreiss commented 1 week ago

@kayiwa have we actually done this on prod too?