--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To post to this group, send email to netbox-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/c249111b-9685-41b2-bd17-b3e13925a312%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
['host1','host2','host3']
'host1,host2,host3'
<class 'django.db.utils.InternalError'>
cannot execute UPDATE in a read-only transaction
DATABASE = {
'NAME': 'netbox',
'USER': 'netbox',
'PASSWORD': 'netbox',
'HOST': 'host1,host2,host3',
'OPTIONS': {'target_session_attrs': 'read-write'},
'PORT': '5432',
}