I just migrated my 3.7.0 instance to a 4.0.0 one (both Docker) using:
docker exec -i <monica_db ID> mysql -u monica --password=secret --default_character_set utf8 monica < monica.sql
This looked alright until I noticed that birthdays in the next 3 months are not showing. If I edit a contact and save their details without any changes, the birthday reminder shows up. After importing I would expect this to be automatic and it is unfeasible to do for every single contact.
I just migrated my 3.7.0 instance to a 4.0.0 one (both Docker) using:
docker exec -i <monica_db ID> mysql -u monica --password=secret --default_character_set utf8 monica < monica.sql
This looked alright until I noticed that birthdays in the next 3 months are not showing. If I edit a contact and save their details without any changes, the birthday reminder shows up. After importing I would expect this to be automatic and it is unfeasible to do for every single contact.
I didn't have other events to test with.