Wiki page firefly3 changed with summary [[Upgrade] added cp config files to new version] by Daniel

This commit is contained in:
ORG-wiki 2023-03-03 21:09:35 +01:00
parent af2d4a6f5a
commit dfc06077bb
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ latestversion=$(curl -s https://api.github.com/repos/firefly-iii/data-importer/r
# Install latest version
yes | composer create-project firefly-iii/data-importer --no-dev --prefer-dist firefly-iii-data-importer-updated $latestversion
cp firefly-iii-data-importer/.env firefly-iii-data-importer-updated/.env
cp firefly-iii-data-importer/storage/configurations/*.json firefly-iii-data-importer-updated/storage/configurations/
# Serve next version, make sure rights are ok, restart nginx
mv firefly-iii-data-importer firefly-iii-data-importer-old