Thanx!

Hopefully only InnoDB tables:

mysql> SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'rb'
AND ENGINE != 'InnoDB';

Empty set (0.01 sec)

On Sun, Jan 28, 2018 at 9:36 PM, Christian Hammond <christ...@beanbaginc.com
> wrote:

> Hi Vlad,
>
> Yep, you can upgrade from any version to any version. I do recommend
> backing up your database first, in case you hit any problems (if using
> MySQL, the most common problem is having created tables using the older
> MyISAM table type and attempting an upgrade with a newer MySQL using
> InnoDB, which will cause problems -- you want a backup in this case in
> order to fix this).
>
> Christian
>
> On Sun, Jan 28, 2018 at 5:51 AM, Vlad S. <thev...@gmail.com> wrote:
>
>> Hi,
>>
>> Earlier in 2.5.x, upgrading process was clear - from 2.5.X to 2.5.(X+1)
>>
>> Can I upgrade from 2.5.16 to 3.0.2 directly, skipping all 3.0.x releases?
>>
>> /v
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Review Board Community" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/reviewboard/5aeE9QFrcKk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to