Our goal is to make the upgrade from v2.4 to v3.x as simple as possible. We will provide detailed instructions on how to upgrade from v2.4 to v3.x once the upgrade process is finalized. For now, you’ll need to install Cachet v3.x from scratch or be comfortable with a manual upgrade process. An important change in Cachet 3.x is that it now relies more on Laravel’s own features and best practises. This means that some configuration options have been removed or changed. We will provide a detailed list of changes in the upgrade guide.Documentation Index
Fetch the complete documentation index at: https://docs.cachethq.io/llms.txt
Use this file to discover all available pages before exploring further.
Backup your data
Before you start the upgrade process, make sure to backup your database and files. This will allow you to restore your Cachet instance in case something goes wrong.
Install Cachet v3.x
We recommend installing Cachet v3.x into a new directory.Follow the installation guide to install Cachet v3.x on your server.
Migrate your data
Once you have installed Cachet v3.x, you can migrate your data from your v2.x instance to the new v3.x instance.
Run the following command to migrate your data:We will provide detailed instructions on how to migrate your data once the upgrade process is finalized.