In #2857964: Add .htaccess to split folders we added .htaccess files to folders to make sure we could also deploy empty split folders and in #2860789: Do not read modules setting from the storage when the split is not exported. we checked that we can read modules config when the config is not exported.

But we need to change the logic for the following case: A split is active but gets removed by a configuration synchronisation. In that case it should be ok that the folder does not exist. We can assume that the folder exists for write operations or try to create it then or fail with a good error message, and we can initialise the split without the folder if it doesn't exist, assuming we will not need to read from it.

Comments

bircher created an issue. See original summary.

bircher’s picture

Issue summary: View changes

we should also test that case better.

  • bircher committed 01cd4b4 on 8.x-1.x
    Issue #2860918 by bircher: Allow gracefull deletion of splits via sync
    
bircher’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.