Upgrade
Upgrade¶
YouDate upgrade process is simple:
- Replace the
application
folder with the newapplication
folder (don't forget:application/runtime
must be writable). - Replace the
content/themes/youdate
directory with the newcontent/themes/youdate
directory. - All new YouDate releases come with an updated translations file (
Source/translations.json
. You may want to import it, but keep in mind that it will overwrite any changes that you've made to existing translations (supported languages only).
Then open your website or visit administration area. Application will install database structure updates (if any) and notify you in administration area.
Upgrade to 1.9¶
- Follow the upgrade procedure described above. Then you need to import additional SQL dump files (phpMyAdmin, HeidiSQL, Sequel Pro or any other, that support SQL import).
Files to import:
Source/countries.sql
Source/geodata.sql
- Add this line to your
.env
config file:
APP_GEODATA_SOURCE = mysql
Upgrade to 1.2+¶
You need to add an additional cron command to run queued jobs.
See Cron commands for more information.