hemasrishalini commented on PR #4464: URL: https://github.com/apache/polaris/pull/4464#issuecomment-4496186032
Hi @dimas-b @snazy @adutra, I've updated the PR based on hands-on testing with a 3-node MongoDB replica set using Docker. Key things I discovered during testing that were missing from the doc: * `polaris.realm-context.realms=<realm-name>` is required when starting the server, otherwise you get `Unknown realm` errors at runtime * The realm name is case-sensitive and must match exactly what was used during bootstrap * The "Starting Polaris" section was completely missing * `--network=host` is needed for admin tool Docker commands to reach MongoDB I also added a verification step showing that bootstrap creates `objs` and `refs` collections in MongoDB. Backup/restore is not covered yet, happy to do that as a follow-up PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
