Hi, Is it that 0 review requests are showing up on the system, or that a person isn't seeing their own review requests on their dashboard? If the former, it does sound like the old data wasn't moved into the new database.
Can you give me a walkthrough on what you did for the data dump/restore? Did you use Postgres's own commands for the data dump/restore? If not, that's what you'll want to use. Christian On Fri, Aug 12, 2022 at 9:53 AM Ant <[email protected]> wrote: > Hi Christian, I think I'm almost there! I copied the data only from a > different system's postgresql database to an upgraded CentOS 8.5 system > running Postgres13 & Reviewboard 4.0. I then copied over the Secret Key > from the settings.py file from the older system to the new one as well. > However, I still don't see specific individual Reviews when a user logs in > and tries to see their work (on the new system). What am I missing? It > seems as though the database either isn't really connected and/or the > dbdump/dbrestore didn't bring over the data correctly? Suggestions? > > On Wed, Jul 20, 2022 at 4:21 PM Christian Hammond < > [email protected]> wrote: > >> Hi Ant, >> >> Apache can be configured in a lot of ways. Depending on that >> configuration, it may prioritize a site with index.html, serving that up >> instead of the default handler, which forwards on to the Review Board >> service. >> >> A Review Board virtual host cannot contain content from other services. >> It must own the entire virtual host. It's recommended to give Review Board >> a virtual host like 'reviews.example.com' or 'reviewboard.example.com', >> and have any other content in its own virtualhost. >> >> Christian >> >> On Thu, Jul 14, 2022 at 11:28 PM Ant <[email protected]> wrote: >> >>> It seems like I can get Rboard installed/configured and running on a >>> dedicated Apache webserver, with Rboard as a Vhost (standard install and >>> config.). >>> However, once I move over an index.html file in place (/var/www/html...) >>> Apache can no longer serve the (Previously) configured Rboard Vhost/Rboard >>> website., and only those pages listed within the index.html file as URL's. >>> Does the Rboard Apache Vhost somehow conflict with Apache using an >>> index.html file as it's Primary interface? It seems like I can't get both >>> being available and running on the same Apache instance? What am I missing? >>> >>> -- >>> 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/215a0edc-36af-4c10-9ec2-b3ccec5637e0n%40googlegroups.com >>> <https://groups.google.com/d/msgid/reviewboard/215a0edc-36af-4c10-9ec2-b3ccec5637e0n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> 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/NilhZbWjlNQ/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/reviewboard/CAE7VndmJ_FFcPU7DaH_hEiEkHWuUd4ca%3DU6vriW%3D9JjtC9ve5Q%40mail.gmail.com >> <https://groups.google.com/d/msgid/reviewboard/CAE7VndmJ_FFcPU7DaH_hEiEkHWuUd4ca%3DU6vriW%3D9JjtC9ve5Q%40mail.gmail.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/CAHmUFNrphL6%3DDWvZhKK2M6ba-FUAXgZwvFhKG%2BiJRCL0CZQsdQ%40mail.gmail.com > <https://groups.google.com/d/msgid/reviewboard/CAHmUFNrphL6%3DDWvZhKK2M6ba-FUAXgZwvFhKG%2BiJRCL0CZQsdQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 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/CAE7VndkJhyU1_nSy6RTFP1Xx8cEO5M1gQ9yHQtYNAzaDDuXyHA%40mail.gmail.com.
