On Wed, Dec 13, 2023 at 3:18 PM Christian Hammond <[email protected]> wrote:
> To reply, visit https://hellosplat.com/s/beanbag/tickets/5016/ > > New update by chipx86 > > For Beanbag, Inc. <https://hellosplat.com/s/beanbag/> ▸ Djblets > <https://hellosplat.com/s/beanbag/djblets/> ▸ Ticket #5016 > <https://hellosplat.com/s/beanbag/tickets/5016/> > > > 1. We're still trying to figure that out. There's a few things we're > coordinating for a release right now, and we have to wait until things are in > place. > > The thing about this failure is that, provided you're using the same version > of Python between your old RB5 install and RB6, you honestly should have had > the same problem. This was an issue in the third-party module, and the same > version would have been used in both. > > I haven't been able to reproduce this yet, but I'll have a couple more > follow-up questions on that in a minute. > > 1. You can use the version of pip you used above and install the > publicsuffixlist package, and then apply this patch to your > <venv_path>/lib/python3.11/site-packages/djblets/: > > https://reviews.reviewboard.org/r/13454/diff/raw/ > > That should get you the patch file. You'd want to back up your djblets > directory before proceeding. If all goes well, you can restart your web > server and try to reproduce the problem. > > So those questions: > > 1. Is your /webapp path and everything in it local to the file system, or > mounted over something like NFS? > 2. Was Review Board 5 installed and managed on Python 3.11, or was it > using an older version? > 3. Can you think of any differences in the deployment between your RB5 and > RB6 that might be useful for me to know? > > Thanks! > > 1. Is your /webapp path and everything in it local to the file system, or mounted over something like NFS? It is an external disk mounted to a virtual server. For instance it's not in /home/<userid>. /webapp is a mounted disk 2. Was Review Board 5 installed and managed on Python 3.11, or was it using an older version? This is a brand new fresh install, no ReviewBoard was ever installed before on this virtual server. Our mysql server is mysql 8.x . The installation process used virtualenv and the instructions followed were https://www.reviewboard.org/docs/manual/latest/admin/installation/linux though our location was /webapp/PYTHON_VENVS/ReviewBoard-6.0.1-venv 3. Can you think of any differences in the deployment between your RB5 and RB6 that might be useful for me to know? This is a brand new installation. -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" 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-issues/CALCSgiSCdEbkhyThtK1rQTNVtnR5uTuG9htZRvucP3RAXccpqg%40mail.gmail.com.
