• This is another thing you may want to do upon setup:

    ALTER DATABASE [SSISDB] SET RECOVERY SIMPLE;

    The transaction log can get a bit unruly, and Point-in-time recovery has limited usefulness in this database.

    --

    Winter is coming