Found it. default has changed to "autogen"
thanks! (and apologies) On Tuesday, 14 June 2016 13:51:01 UTC+10, ian lutz wrote: > > Hi there > > > the following works in 0.13.0 out-of-the-box and before > > CREATE CONTINUOUS QUERY down_sample_all_at_43200000ms ON testdb BEGIN > SELECT mean(value_EIGAI) AS downsampled_43200000ms_EIGAI, > first(value_EIGSTR) AS downsampled_43200000ms_EIGSTR, first(status) AS > downsampled_43200000ms_status INTO > testdb_downsampled."default".:MEASUREMENT FROM /.*/ GROUP BY > time(43200000ms) fill(none) END > > > (the above selects all numerical data and does a continuous query..using > default retention policy) > > now it does not work in 1.0.0-beta1, > > I get the response > > "retention policy not found: default" > > So does the default retention policy no longer exist? Is this expected (I > haven't spotted evidence on the doc that we expect a change here) > > Thanks! > Ian > -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/b577c3d7-83a2-444f-aaa5-c105c6897aae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
