CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 71
Centralized Userdata
With Wavelog Version 1.2 is now the feature "Userdata" default on for new installations. This means that following saved files have a new location in the folder structure:
-
Uploaded QSL cards are not longer stored in
assets/qslcard
-> New location isuserdata/[user_id]/qsl_card
-
From eQSL downloaded eQSL cards are not longer stored in
images/eqsl_card_images
-> New location isuserdata/[user_id]/eqsl_card
If you update from a previous Wavelog version to version 1.2 and the config option is not enabled this won't affect you! It only applies if you enable this feature or you do a fresh install.
To enable this feature simply go to application/config/config.php
and decomment
config['userdata'] = 'userdata'
If you can't find this option you may updated an existing installation. The check config.sample.php
for reference and add this line to your config.php
You don't have to do anything. New files will be saved in the new folder structure automatically.
If you enabled the option in Version 1.1
- If you have other 'non-admin' users first enable the maintenance mode (wiki how to)
- Copy ALL files from
userdata/qsl_card/...
toassets/qslcard
manually - Delete
userdata/qsl_card
. You don't need it anymore as they are deprecated. - Copy ALL files from
userdata/eqsl_card/...
toimages/eqsl_card_images
manually - Delete
userdata/eqsl_card
. You don't need it anymore as they are deprecated. - Make sure all folders are accessible by the webserver user (usually
www-data
) - Go to 'Admin > Debug' and click on "Migrate data now"
- Now all files from the old folders will be scanned, sorted and copied to the new
userdata
folder - Check manually if you can open qsl and eqsl cards in the Web UI. If everything seems right you can delete the folders
assets/qslcard
andimages/eqsl_card_images
If you enabled the option now in version 1.2 or later
- If you have other 'non-admin' users first enable the maintenance mode (wiki how to)
- Perform only the steps 6-9 from the list above.
- Installation on Linux server
- Installation on Windows server
- Installation via Docker
- Updating Wavelog
- Hints & Tips
- wavelog.php Config
- Migrate Cloudlog to Wavelog
- HTTPS Support
- Authentication
- QSO Modes
- Backup
- Update Country Files
- User Accounts
- Global Options
- Debug
- Maintenance Mode
- Migrate servers
- API
- Station Profiles
- Radio Interface
- ADIF Import / Export
- Logbook of The World
- eQSL
- Print Requested QSLs
- Clublog Upload
- QRZ Logbook
- KML Export