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
For me, the data directory from previous installation is in {{ exist_home }}/backup/{{ exist_instname }}/exist/{{ exist_confpaths[exist_major_version]['data_basedir'] }}/data"
@gabicavalcante Sorry to let you hang on with this issue!
Confirm that this is a bug (a refactoring victim). I will provide a fix shortly.
For a workaround, since you know the location of the backed-up data directory (from your post above), you could edit tasks/postinstall.yml at line 313 (src attribute in task "Restore data directory from previous installation"), replacing the bogus line containing "exist.last" with your known location string.
Thanks for reporting, and please continue if you hit other issues, this is much appreciated! We try to respond in a reasonable timeframe, unless priorities interrupt :(
hey @chakl, no problem, I missed your comment too, sorry for that. I forked the repo and made a few changes :D I gonna open a PR so you can check if it brings improvement to the project
Describe the bug
I'm trying to use the backup feature, but I got an error message related to a non-existent file (
exist.last
)I tried to find where this directory is created/defined, but I didn't find the code for this.
To Reproduce
My playbook file
Context (please always complete the following information):
The text was updated successfully, but these errors were encountered: