Upgrading Mixpost Enterprise to v3 from v2
Backup database
Sometimes the upgrade can go wrong, so we recommend that you backup your database before starting the upgrade.
Upgrade Using Docker
Upgrading Mixpost using Docker is straightforward. Ensure that you preserve the mounted volume during the process. Simply follow these steps:
Navigate to your folder where you have the docker-compose.yml
the file then run:
# Pull the latest version
docker compose pull
# Stop and remove the old container
docker compose down
# Start a new container
docker compose up -d
info
If something goes wrong, you can use the inovector/mixpost-enterprise:v2
tag to revert. Also, you need to restore your database backup.
Upgrade in a PHP Environment
This method applies if you have installed Mixpost Enterprise manually or within an existing Laravel application.