Database Upgrade with Release Pipeline

In a previous post, I discussed upgrading the Microsoft Dynamics 365 Business Central database to a desired version. In earlier discussions, I highlighted the versatility of Azure DevOps Release Pipelines for various operations. It occurred to me: why not integrate these two operations into a meaningful whole?

Read more »

Database upgrade to a new version

It's been almost a month since Business Central 2023 Release Wave 2 became generally available. The past month has been quite busy due to upgrading our existing clients to the latest product version. As always, this process takes up a significant amount of time. You can find a step-by-step guide on the official website outlining the necessary steps for upgrading your database.

Read more »

Business Central Build Pipeline on Microsoft Hosted Agent

CI/CD (Continuous Integration/Continuous Deployment) is a set of practices and principles used in software development to ensure a streamlined and efficient workflow. It involves the automation of various stages in the software development lifecycle, from code integration and testing (CI) to deployment and delivery (CD).

Read more »