cartodb-4.42/doc/manual/source/operations/run_sync_tables.rst
2024-04-06 05:25:13 +00: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.