Hi @Alibek Ismailov ,
Before you add a new database to an Existing Always On Availability Group, you should test on your staging environment first and make Full & Log backups for your databases. After that you could add a new database to your production environment. And there is no need to turn off your secondary replica when you add a new database. Please refer to Add a SQL Server Database to an Existing Always On Availability Group.
The state of the local availability replica in availability group 'DB1' has changed from 'NOT_AVAILABLE' to 'RESOLVING_NORMAL'.
This link shows a similar error, please refer to it to get the steps.
Best regards,
Carrin
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
@CarrinWu-MSFT
I didn't find serious errors, only these:
Unable to retrieve registry value 'NodeRole' from Windows registry key 'Software\Microsoft\Microsoft SQL Server\MSSQL15.SDBO\Polybase\Configuration': (null).
The state of the local availability replica in availability group 'DB1' has changed from 'NOT_AVAILABLE' to 'RESOLVING_NORMAL'. The state changed because the local instance of SQL Server is starting up.
If this is a Windows Server Failover Clustering (WSFC) availability group, you can also see the WSFC management console.
The state of the local availability replica in availability group 'DB1' has changed from 'RESOLVING_NORMAL' to 'SECONDARY_NORMAL'.
Cannot join database 'db1' to availability group 'DB1'. The database has already joined the availability group. This is an informational message. No user action is required.
The target database, 'db1', is participating in an availability group and is currently not accessible for queries. Either data movement is suspended or the availability replica is not enabled for read access. To allow read-only access to this and other databases in the availability group, enable read access to one or more secondary availability replicas in the group.
I use SQL server 2019
Hi @Alibek Ismailov , we have not get a reply from you. Any update for this issue?
Sign in to comment