Resolve "Fix incompatible cache between two versions of Tajine"
Closes #21 (closed)
For the moment
${sys_rootpath}/${download_checksum}/${_archive_rootdir}/var
point to$var_path
.When Symfony starts, into var directory, it creates 2 directories we want persistent :
sessions
log
We can create a true
var
directory instead of link. Then, in thevar
directory, we create 2 links pointing in$var_path
tosessions
andlog
. Thecache
directory will be created when Symfony starts.By this way, for a new version of Tajine, we will have a new cache directory.
Edited by Fabrice Gangler