on 2024 Feb 21 11:28 AM
We have been running SQLA in a highly available cluster for years. We 'rebuild' the database at least twice a year. We do this using a batch file and command lines taken from the help file.
dbunload -c "server=dbpartner_node;host=xxx.xxx.xxx.xxx:55502;DBN=Exodus;uid=xxx;pwd=xxxx" -dt D:\\RebuildTest -ao "D:\\RebuildTest\\Database.db"
We recently went from v17.0.11.7312 to v17.0.11.7458.
When attempting the rebuild, the first part of the rebuild, the backup, is behaving in a way that it seems it will never finish. It used to take less than two hours (typically around 1 hour).
The echo to the console keeps repeating, "waiting for transactions to complete.", between counting up the number of pages backed up.
Could the software version be the issue? Some bug? Any thoughts would be appreciated.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.