Version 4.3 - the Upgrade you don't want to miss

 ·  ASP Playground

This thread covers Version 4.3 - the Upgrade you don't want to miss, a common task for APG vNext administrators managing their forum environment over time.

Upgrade Best Practices

  • Always back up first: Full SQL Server backup plus a copy of all application files, especially custom skins and web.config.
  • Test on staging: Perform the upgrade on a staging environment before touching production.
  • Follow the upgrade SQL scripts in order: Each version has a corresponding database upgrade script — run them sequentially.
  • Review the changelog: Check for any breaking changes or configuration steps specific to the target version.

Moving to a New Server

When migrating APG vNext to a new machine or URL, update the following in addition to copying files and the database:

  • Update the forumURL setting in Admin Panel → Settings → General
  • Update absolute URLs in email templates
  • Re-run the Full-Text index setup if moving to a new SQL Server instance

Full instructions are available in the Upgrade Guide. Post questions in the support forum.