Hello,
I have a problem dumping into Postgresql when using MFeatures. Here is the log I get:
main.go:185: Output enabled: Mfeaturesmain.go:241: Opening /home/panos/logs/node/vv8-1694703191658-4001-4001-chrome.0.log...core.go:328: 512 lines (29320 bytes) processedmain.go:291: Started dumping for aggregator...main.go:313: megaFeatures.DumpToMongresql/logFile: pq: relation "logfile" does not exist
I have seen from previous commits that there there is some code deleted from the features/features.go that contains a reference to a logfile table. Should this piece of code be deleted from MFeatures as well?
EDIT
There is a logfile table in features, but the schema is different from the row being dumped and it resembles mega_logfile
Hello, I have a problem dumping into Postgresql when using MFeatures. Here is the log I get:
main.go:185: Output enabled: Mfeatures
main.go:241: Opening /home/panos/logs/node/vv8-1694703191658-4001-4001-chrome.0.log...
core.go:328: 512 lines (29320 bytes) processed
main.go:291: Started dumping for aggregator...
main.go:313: megaFeatures.DumpToMongresql/logFile: pq: relation "logfile" does not exist
I have seen from previous commits that there there is some code deleted from the
features/features.go
that contains a reference to alogfile
table. Should this piece of code be deleted from MFeatures as well?EDIT
There is a
logfile
table infeatures
, but the schema is different from the row being dumped and it resemblesmega_logfile
Thank you in advance