You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migration / common.sh when sourced standalone — If CIPI_LOG was unset (e.g. migration 4.4.6 sourcing common.sh), mkdir -p "${CIPI_LOG}" expanded to an empty path. common.sh now defaults CIPI_CONFIG and CIPI_LOG before loading the vault.
Deploy deploy:writable / chmod on Laravel logs — ACLs applied with setfacl -R and default ACLs on shared/storage/logs caused chmod to fail with Operation not permitted on existing laravel-*.log files. Directory-only ACLs for cipi are kept; per-file and default ACLs on that tree are removed. Migration 4.4.7 clears those ACLs on existing servers and reapplies the corrected layout.