Replies: 1 comment 1 reply
-
Problem is, that during testing I'm pulling only settings from directus A instance and pushing it into another directus B instance. Collections folder is empty and because of that, during the syncing, directus_sync_id_map table is removed from directus instance B. It gave a lot of confusion at first, but now when I understand how directus-sync is working, non existing table is not an issue anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. When table directus_sync_id_map is created? I do not have it db.
InternalServerError: select * from
directus_sync_id_map
wheretable
= 'settings' andsync_id
= 'c6661c58-e4f7-4edd-bccb-ae9bacca5619' limit 1 - Table 'UmZ7uu.directus_sync_id_map' doesn't existat SettingsIdMapperClient.
Beta Was this translation helpful? Give feedback.
All reactions