Awesome , It works. Many Thanks David.
Thanks Niraj On Sun, Oct 13, 2019 at 5:27 AM David Trowbridge <[email protected]> wrote: > Hi, > > You’ll need to copy the SECRET_KEY from the settings.py file on the old > host into the one on the new server. > > David > > On Sat, Oct 12, 2019 at 5:55 PM niraj pandey <[email protected]> > wrote: > >> Hi , >> >> I am trying to upgrade my reviewboard from 2.5.x to 3.0.15. Current >> version installed on RHEL6 host and I want to install new version on RHEL7 >> as 3.x version required python 2.7 which is available on RHEL7. >> I followed the following steps. >> >> 1- Restore DB from RHEL6 host to new RHEL7 host >> 2- Convert all tables from "MyISAM" to "InnoDB". >> 3- update review board to 3.0.15 through easy_install >> 4- run "rb-site install /var/www/reviewboard" >> >> I do not see any error while executing the above steps and I logged in on >> reviewboard through LDAP authentication as well. >> But when I try to see any review I am getting "Server 500 Error". I >> checked reviewboard log file and In log file I am seeing following error. >> Can you suggest something how I can solve this issue: >> >> Error: >> >> File >> "/usr/lib/python2.7/site-packages/ReviewBoard-3.0.15-py2.7.egg/reviewboard/scmtools/models.py", >> line 330, in get_credentials >> >> password = self.password >> >> File >> "/usr/lib/python2.7/site-packages/ReviewBoard-3.0.15-py2.7.egg/reviewboard/scmtools/models.py", >> line 224, in _get_password >> >> password = decrypt_password(password).decode('utf-8') >> >> File "/usr/lib64/python2.7/encodings/utf_8.py", line 16, in decode >> >> return codecs.utf_8_decode(input, errors, True) >> >> UnicodeDecodeError: 'utf8' codec can't decode byte 0xe7 in position 0: >> invalid continuation byte >> >> >> Thanks >> >> NIraj >> >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/reviewboard/10d977ae-2b29-4e5e-9342-e2e1ac3279ed%40googlegroups.com >> <https://groups.google.com/d/msgid/reviewboard/10d977ae-2b29-4e5e-9342-e2e1ac3279ed%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/CAFS3VNV-cV90WkUqywScu%2BGmNA9HN%3DOpEqLDHeAO%2BTd-kX87MQ%40mail.gmail.com > <https://groups.google.com/d/msgid/reviewboard/CAFS3VNV-cV90WkUqywScu%2BGmNA9HN%3DOpEqLDHeAO%2BTd-kX87MQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Success occurs when opportunity and preparation meet -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAACHLu-qZny%3Dc%2B0ZqpxpW-xybXHiv7D7me-4kgBWCNq9vF0YQA%40mail.gmail.com.
