Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Convert a date 1 week (don't enter a time) previous using a UNIX timestamp converter, https://www.unixtimestamp.com/index.php 
  2. Copy that timestamp into the first command: terminus wp cornell-alumni.live -- option update cornell_events_last_sync 1546992000
  3. The password required is the on you entered when setting up  Terminus

  4.  Run that command and the following 3 commands:

  5. Turn the auto sync off: terminus wp cornell-alumni.live -- cornell events cron --off

  6. Start the sync running: terminus wp cornell-alumni.live -- cornell events sync --all

  7. Turn the auto sync on: terminus wp cornell-alumni.live -- cornell events cron --on

     

     



...