Skip to content
Snippets Groups Projects
Commit 773861ca authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Adam G-H
Browse files

Issue #3360548 by kunal.sachdev, phenaproxima, tedbow, omkar.podey, Wim Leers:...

Issue #3360548 by kunal.sachdev, phenaproxima, tedbow, omkar.podey, Wim Leers: Document what the existence of the PACKAGE_MANAGER_FAILURE.yml means
parent 84c4258e
No related branches found
No related tags found
No related merge requests found
......@@ -275,5 +275,15 @@
* Composer at the command line and get information from it about the
* project's `composer.json`, which packages are installed, etc.
*
* @section sec_package_manager_failure_marker Package Manager failure marker
* A file PACKAGE_MANAGER_FAILURE.yml is placed in the active directory while
* staged code is copied back into it, and then removed after the copying is
* finished. If this file exists, it means that the staged changes failed to be
* applied to the active directory (for example: a file system error, or the
* copying process was interrupted), and the site is therefore in an
* indeterminate state. The only thing you can do is to restore the code and
* database from a backup.
* @see \Drupal\package_manager\FailureMarker
*
* @}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment