enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

Make dump path configurable #7654

Open GlennRicaud opened 4 years ago

GlennRicaud commented 4 years ago

Today dumps and exports are done in "/data/dump" and "/data/export". Make it configurable (use com.enonic.xp.repo.cfg)

rymsha commented 3 years ago

8863 Makes export path configurable.

LoadRunnableTask hardcodes dumps folder and checks export.properties in provided folder, making it harder to customize location of dumps folder.