-
We filed a bug at #250. Posting here for visibility. Looking to download the audit logs daily into sqlite. The DB and tables get created successfully but cs_tools fails when writing the data to the ts_audit_log table.
Using the following cs_tools command: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @bmofkn, Could you please share the log file? Also, is this SQLite DB being created for the first time? or Since you're doing an upsert, it might be an older SQLite file where the values are being inserted. |
Beta Was this translation helpful? Give feedback.
Gonna mark this as "complete" and consider it a simple "inconvenience" given it only fails when the db is being created for the first time.