Amy Wang
09/02/2022, 5:58 PMCOPY
operation. Otherwise, you could select the whole table without using any ID:
SELECT * FROM 'sys.text_import_log';
By default all the record for the past 3 days should be there.Sam Shiles
09/02/2022, 8:21 PMBolek Ziobrowski
09/05/2022, 6:42 AMSam Shiles
09/05/2022, 11:42 AM2022-09-05T11:42:37.846113Z I i.q.c.h.p.JsonQueryProcessorState [95] exec [q='SELECT * FROM 'sys.text_import_log';']
2022-09-05T11:42:37.846400Z I i.q.c.h.p.QueryCache miss [thread=questdb-worker-7, sql=SELECT * FROM 'sys.text_import_log';]
2022-09-05T11:42:37.847968Z I i.q.c.h.p.JsonQueryProcessorState [95] syntax-error [q=`SELECT * FROM 'sys.text_import_log';`, at=14, message=`table does not exist [name=sys.text_import_log]`]
2022-09-05T11:42:37.848439Z I i.q.c.h.p.JsonQueryProcessor all sent [fd=95, lastRequestBytesSent=326, nCompletedRequests=10, totalBytesSent=1717390]
Amy Wang
09/05/2022, 12:52 PMdocker run -v "$(pwd):/root/.questdb/conf" -p 4000:4000 questdb/questdb:6.5.1
I have talked to @Marius Gheorghies on our team to look into the volume mounting issue and once I understand the right path to use, I will work on updating the docs to capture the steps to upgrade version as described here.Sam Shiles
09/05/2022, 6:35 PM