Hello Yuvalgov,
Thank you for using our plugin.
May I ask for how long the message was on? It could be that the migration process of the database might actually still be in progress. This depends on many factors, mostly on the size of the logs and on the server’s performance.
Can you please confirm if there’s any change in the logs data, just to confirm if the migration is still in progress or if it has stopped? Just check if the meta data of the oldest logs is being reported. For example if the Object is Unknown it means that the migration has not started.
If on the other hand all the logs are looking good, and the process has indeed finished it’s job, you can simply remove that notice by deleting the following from the database table wp_options: wsal_meta_data_migration_info_440
On the other hand, If you notice any problems with the logs , here’s a quick guide on how to reset the migration process yourself.
Step 1: Take a backup of your database for precaution
Step 2: Deactivate the plugin
Step 3: Delete the option wsal_meta_data_migration_info_440 and wsal_migration-process-started from the wp_options table
Step 4: In the wp_options table also change wsal_version to 4.4.0 once again
Step 5: Reactivate the plugin
That should do the trick. Please let me know if you need further assistance.