You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent DocumentDB RUM extension crash on startup
- Set documentdb_core.rum_library_load_option = 'try_documentdb_extended_rum'
(was defaulting to 'require' which causes FATAL when .so has missing deps)
- Wrap documentdb extensions in DO blocks so init script failures don't
abort PG startup — PG stays healthy even if DocumentDB fails to load
0 commit comments