nautobot icon indicating copy to clipboard operation
nautobot copied to clipboard

Banner replication takes over 24hrs to complete

Open mattmiller87 opened this issue 8 months ago • 1 comments

Note: this was working in 1.5.19, but stopped in later releases from 1.6.8 onward

Environment

  • Nautobot version (Docker tag too if applicable): 1.6.8
  • Python version:
  • Database platform, version: Postgres
  • Middleware(s):

design: Nautobot RW → (Connect) → Postgres RW Postgres RW → (Replicate) → Postgres RO Nautobot RO → (Connect) → Postgres RO

Steps to Reproduce

  1. Change the Nautobot banner in the Nautobot RW instance
  2. Wait 24hrs
  3. Banner changes in the Nautobot RO instance

Expected Behavior

Immediate change as soon as the update is made.

Observed Behavior

Banner remains unchanged.

Additional Steps performed per support ticket

1 - Change the banner on the RW instance 2 - Restart Nautobot RO 3 - Verify the banner wasn’t changed on RO (private browser window, no caching, no cookies) 4 - Run nautobot-server invalidate all on Nautobot RO 5 - Verify the banner wasn’t changed on RO (private browser window, no caching, no cookies) 6 - Restart Nautobot RO 7 - Verify the banner wasn’t changed on RO (private browser window, no caching, no cookies)

mattmiller87 avatar Jun 07 '24 18:06 mattmiller87