Readonly mode of Netbox failing as of v4 #17141
Unanswered
PieterL75
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an HA setup of my NetBox.
I use Postgres WAL and rsync (for the images, scripts, etc etc) to keep my standby node up to date.
In the past, setting the MAINTENANCE_MODE and SESSION_FILE_PATH worked just fine.
However (it think) as of v4.0, NetBox fails to start when the database is in readonly mode.
The traceback goes back to
A
get_for_models
of the ContentType results in aself.create
, causing a database write.Anyone who is having the same issue, and found a solution/workaround ?
Beta Was this translation helpful? Give feedback.
All reactions