Skip to content

Commit

Permalink
general log change
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-skysql authored Jul 12, 2024
1 parent 764e423 commit 5f24567
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,7 @@ To minimize downtime during migration, set up live replication from your source

### Monitoring and Logging

- **Enable Detailed Logging**: Enable detailed logging while testing the migration process to monitor and troubleshoot effectively.

```sql
SET GLOBAL general_log = 'ON';
```

!!! Note
💡 **Enabling the general log can cause performance issues. It is recommended to enable it only during testing pre-migration, not on a production instance.**
- **Enable Detailed Logging**: Enable detailed logging while testing the migration process to monitor and troubleshoot effectively. The slow_log can be enabled in the SkySQL configuration manager.

- **Resource Monitoring**: Use monitoring tools to track resource usage (CPU, memory, I/O) during the migration to ensure system stability. See our [monitoring documentation](https://skysqlinc.github.io/skysql-docs/Portal%20features/Service%20Monitoring%20Panels/) for details.

Expand Down

0 comments on commit 5f24567

Please sign in to comment.