*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- Convert a date 1 week (don't enter a time) previous using a UNIX timestamp converter, https://www.unixtimestamp.com/index.php
- Copy that timestamp into the first command: terminus wp cornell-alumni.live -- option update cornell_events_last_sync 1546992000
The password required is the on you entered when setting up Terminus
Run that command and the following 3 commands:
Turn the auto sync off: terminus wp cornell-alumni.live -- cornell events cron --off
Start the sync running: terminus wp cornell-alumni.live -- cornell events sync --all
Turn the auto sync on: terminus wp cornell-alumni.live -- cornell events cron --on
...

