cartodb/doc/manual/source/operations/run_sync_tables.rst
2020-06-15 10:58:47 +08:00

16 lines
451 B
ReStructuredText

Running Sync Tables
===================
If you are working with the **Sync Tables** feature, you must run a rake task to trigger the synchronization of the dataset. This rake retrieves all sync tables that should get synchronized, and puts the synchronization tasks at Resque:
.. highlight:: bash
::
bundle exec rake cartodb:sync_tables[true]
You might want to set up a cron so that this task is executed periodically in an automated way.