Getting Started
Welcome to the Stability Suite Documentation.
Whether you are a new or an advanced user, you can find some useful information here.
First of all we recommend to check the following link:
How to install the extension
- Backup your store's database and web directory.
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Stability Mirasvit_StabilityAlert Mirasvit_StabilityConflict Mirasvit_StabilityCron Mirasvit_StabilityError Mirasvit_StabilitySnapshot Mirasvit_StabilityTiming
to enable the extension.
- Run command
php -f bin/magento setup:upgrade
to install the extension.
- Run command
php -f bin/magento cache:clean
to clean the cache.
-
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
- Make sure that native magento cronjob is configured and working correctly. Extension perform all tasks in cron.
Command Line Interface
Usage: php -f bin/magento [options]
mirasvit:stability:manage --cron
- run cron jobs for this module only
How to upgrade extension
To upgrade the extension follow these steps:
- Backup your store's database and web directory.
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run command
composer require mirasvit/module-stability:* --update-with-dependencies
to update current extension with all dependencies.
Note
In some cases the command above is not applicable, it's not possible to update just current module, or you just need to upgrade all Mirasvit modules in a bundle. In this case command above will have no effect.
Run instead composer update mirasvit/*
command. It will update all Mirasvit modules, installed on your store.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Stability Mirasvit_StabilityAlert Mirasvit_StabilityConflict Mirasvit_StabilityCron Mirasvit_StabilityError Mirasvit_StabilitySnapshot Mirasvit_StabilityTiming
to enable the extension.
- Run command
php -f bin/magento setup:upgrade
to install updates.
- Run command
php -f bin/magento cache:clean
to clean the cache.
-
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Disabling the Extension
Temporarily Disable
To temporarily disable the extension please follow these steps:
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run command
php -f bin/magento module:disable Mirasvit_Stability
to disable the extension.
- Login in to the Magento back-end and refresh the store cache (if enabled).
Removing the Extension
To uninstall the extension please follow these steps:
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run the command
composer remove mirasvit/module-stability
to remove the extension.
- Login in to the Magento back-end and refresh the store cache (if enabled).
1.2.6
(2024-09-03)
Fixed
- Debug messages in Error logs
1.2.5
(2024-08-08)
Fixed
- Compatibility with Magento 2.4.7
1.2.4
(2023-01-25)
Improvements
- Added support of Magento 2.4.6
Fixed
- console command return value
1.2.3
(2022-06-20)
Improvements
- remove db_schema_whitelist.json
1.2.2
(2022-06-06)
Improvements
- Migrate to declarative schema
1.2.1
(2022-05-09)
Fixed
1.2.0
(2022-03-14)
Fixed
- PHP 8.1 compatibility
- Magento versions support - 2.3, 2.4
1.1.0
(2021-05-24)
Fixed
- Fixed a possible issue with 'out of memory' error while loading the Performance page
1.0.9
(2020-12-15)
Fixed
- Fixed the issue with the var/stability folder overgrown in size when cron stopped working
1.0.8
(2020-09-08)
Improvements
1.0.7
(2020-07-30)
Improvements
1.0.6
(2020-03-17)
1.0.5
(2020-01-14)
Improvements
Fixed
- Issue with duplicated layout
1.0.4
(2019-10-15)
Improvements
Fixed
- Compatibility with Magento 2.3.3
1.0.3
(2019-08-28)
Fixed
- Ability to disable Alert module
1.0.2
(2019-08-27)
Fixed
- Issue with register new snapshots
1.0.0
(2019-08-22)
Improvements
0.0.12
(2019-01-21)
Fixed
- Compilation issue on Magento 2.1
0.0.11
(2019-01-09)
Improvements
- Added log level to message
0.0.10
(2018-11-30)
Fixed
- Compatibility with Magento 2.3
0.0.9
(2018-09-13)
Fixed
- Grid issue with recent errors
- Issue with summarization
0.0.8
(2018-08-30)
Improvements
0.0.7
(2018-08-24)
Fixed
0.0.6
(2018-08-07)
Fixed
- Changed collect ajax from POST to GET (prevent login issues)
0.0.5
(2018-07-03)
Fixed
0.0.4
(2018-06-20)
Improvements
Fixed
- Issue when closed snapshot was not created
0.0.3
(2018-06-14)
Improvements
0.0.2
(2018-06-14)
Improvements
- Module version based on composer version
Fixed
0.0.1
(2018-06-12)
Initial release