To minimize the time necessary to progress on troubleshooting issues with the Aura Support team, we have put together this checklist that summarises the most important information to provide when opening a ticket:
- Is the issue affecting a particular AuraDB Instance? If that is the case, please provide the dbid or the full URI (connection string) you are using to connect:
Example: neo4j+s://<<8-chars-dbid>>.databases.neo4j.io
You can retrieve it here, under Connection URI: https://console.neo4j.io/ - Can you specify the time, date (with time zone) of the incident?
- Can you please attach the full log file (or an extract) so we have some context?
This shows what succeeded before and what is the full stack trace of the error. - If you face intermittent errors: are you using transaction functions?
- Can you please confirm the full stack and versions of components used?
- Driver and version:
- Java: please specify if you use OGM, SDN, and Spring. Providing your pom.xml or Gradle file can be helpful to describe the stack.
- .Net / Python / Go: runtime version and driver version
- javascript: version and also mention if any framework (GraphQL / Grandstack ) is involved.
- Driver and version:
- Can you please let us know the details of the environment (OS and version, cloud provider, container or VM technology etc...) ?
- If the error happens when you run particular queries, please provide an execution plan by running the query in EXPLAIN and PROFILE
- In case of connection issues please let us know if you have tried with cypher-shell.
Also, important but mainly optional details you may want to consider.
- Are you able to trigger or reproduce the issue?
- Has it stopped working completely or performance has degraded?
- Did you make any changes from your side (in infrastructure or application code) even though you have no reason to relate them to the incident?
Comments
0 comments
Please sign in to leave a comment.