Hi Tim,

This was caused by inconsistent naming between the RC and beta versioning
for RPM packages. RPM sees `1.0.0_betaX` as a higher version than
`1.0.0~rcX`, which is why it's not automatically triggering the upgrade. As
a workaround, you can use the `downgrade` option over `install`, making the
command:

```
sudo yum downgrade influxdb-1.0.0~rc1.x86_64.rpm
```

Or, if you are using the repository, just:

```
sudo yum downgrade influxdb
```

We won't be issuing new packages due to the original error (1.0.0_rc1 is
considered higher in version than 1.0.0-1), however this issue will be
resolved from here on out, so this is the only time this workaround will be
needed.

Sorry for the confusion! Let me know if you have any questions or run into
any further issues.

Thanks,
Ross

On Wed, Aug 24, 2016 at 1:20 PM, Tim Wright <tenor...@gmail.com> wrote:

> I'm presuming that this is yum not understanding that 1.0.0.~rc1 is newer
> than 1.0.0_beta3.
> Here's what happens when I try to upgrade (previous upgrade from
> 0.13->beta and upgrade within beta worked fine):
>
> [timw@ticktest ~]$ sudo yum localupdate influxdb-1.0.0~rc1.x86_64.rpm
> Loaded plugins: fastestmirror
> Examining influxdb-1.0.0~rc1.x86_64.rpm: influxdb-1.0.0~rc1-1.x86_64
> influxdb-1.0.0~rc1.x86_64.rpm: does not update installed package.
> Nothing to do
>
> Any thoughts?
> Any way to work around this?
> Does the RC package need to be renamed and re-rolled?
>
> Thanks,
>
> Tim
>
> --
> 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 influxdb+unsubscr...@googlegroups.com.
> To post to this group, send email to influxdb@googlegroups.com.
> 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/d5dd69ce-b833-453a-9cb0-a78d5f4af1d0%40googlegroups.com
> <https://groups.google.com/d/msgid/influxdb/d5dd69ce-b833-453a-9cb0-a78d5f4af1d0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
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/CAD8sRLDrpsM4LgjUpOWt1AAD2dQ0xExHGCL7MzLcuvwNF8AWew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to