Hi I was restoring a backup from database A to database B for testing and after I ran the backup, which looked to complete fine it said this when checking with SHOW DATABASE staging
:
[
{
"name": "staging",
"type": "standard",
"aliases": [],
"access": "read-write",
"address": "10.0.0.4:7687",
"role": "primary",
"writer": false,
"requestedStatus": "online",
"currentStatus": "offline",
"statusMessage": "Could not find load balancing plugin with name: 'server_policies' among available options: []",
"default": false,
"home": false,
"constituents": []
}
]
Which was weird. Then i tried to delete this database and recreate it, after which the same command now says:
[
{
"name": "staging",
"type": "standard",
"aliases": [],
"access": "read-write",
"address": "10.0.0.4:7687",
"role": "primary",
"writer": false,
"requestedStatus": "online",
"currentStatus": "unknown",
"statusMessage": "Server is unavailable",
"default": false,
"home": false,
"constituents": []
}
]
To me it looks like something internally is going wrong, but i can't confirm this,
We are running Neo4J 5.15 Enterprise and this happend quite a bit after we upgraded from 5.12. The instance is the only one, so no clustering or what not.