Upgrade
Upgrade¶
YouDate upgrade process is simple:
- Replace the
applicationfolder with the newapplicationfolder (don't forget:application/runtimemust be writable). - Replace the
content/themes/youdatedirectory with the newcontent/themes/youdatedirectory. - 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.sqlSource/geodata.sql
- Add this line to your
.envconfig 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.