A Microsoft platform for building enterprise-level data integration and data transformations solutions.
1.Is it possible to Setup Basic Availability group for SSISDB?
What is your current version? Starting from SQL Server 2016, you can add SSISDB as Availability Database in Always On Availability Group (AG). This enables high availability and automated failover for SSISDB. Please reference: step-by-step-guide-to-add-ssidb-to-alwayson-ag
2.What will be the limitations?
If the SQL Server resources fail over as part of a cluster failover, the running packages do not restart. You can use checkpoints to restart packages. For more information, see Restart Packages by Using Checkpoints.
More information : basic-availability-groups-always-on-availability-groups, ssis-catalog
BR,
Mia
If the answer is helpful, please click "Accept Answer" and upvote it.