Version: July 2026
A regression introduced in ReportServer 6.1.3 could prevent newly installed ReportServer instances from starting successfully.
During the first startup, Liquibase incorrectly assumed that the existing database schema had to be upgraded and attempted to execute migration changesets, although the database had already been created from the shipped DDL scripts. This could result in startup failures because database objects already existed.
ReportServer now automatically detects new installations and synchronizes the Liquibase changelog with the existing schema instead of executing upgrade migrations. Existing installations and upgrades continue to behave as before and are not affected by this change.
This regression and its corresponding fix only affect new ReportServer installations. Existing installations upgrading from an earlier version are not affected.
| RSE-134 | Bug | Fixed startup regression affecting new installations |
| RSE-135 | Bug | Missing translations for duplicate user variable validation error |
| RSE-136 | Bug | Update outdated ReportServer Shop URL |