I have a AlwaysOn High Availability setup all installed and working with SharePoint which is running fine. But the transaction logs are killing me and using up so much space in a short amount of time it is making using search crawler impossible and migrating data is taking weeks rather than hours.
I have tried running a full backup and an transaction backup through SQL but neither of these result in logs clearing out. The only way I can find to clear the logs is to take the databases out of the Availability Group and run a script which sets the recovery model to simple, shrinks the logs and sets the recovery back to full.
There must be something I am doing wrong here?