Skip to content

Commit 51e9c9b

Browse files
author
Sudheesh Narayanaswamy
committed
Server Logs
1 parent 8cae080 commit 51e9c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/mysql/flexible-server/how-to-server-logs-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To download server logs, perform the following steps.
6666

6767
2. To download multiple log files at one time, under **Name**, select the files you want to download, and then above **Name**, select **Download**.
6868

69-
:::image type="content" source="./media/how-to-server-logs-portal/6-how-to-serverlog.png" alt-text="Server Logs - Download":::
69+
:::image type="content" source="./media/how-to-server-logs-portal/6-how-to-serverlog.png" alt-text="Server Logs - Download all":::
7070

7171

7272
## Disable Server Logs

articles/mysql/single-server/concepts-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here are some failure scenarios that require user action to recover:
6060
| **Scenario** | **Recovery plan** |
6161
| ---------- | ---------- |
6262
| <b> Region failure | Failure of a region is a rare event. However, if you need protection from a region failure, you can configure one or more read replicas in other regions for disaster recovery (DR). (See [this article](how-to-read-replicas-portal.md) about creating and managing read replicas for details). In the event of a region-level failure, you can manually promote the read replica configured on the other region to be your production database server. |
63-
| <b> Logical/user errors | Recovery from user errors, such as accidentally dropped tables or incorrectly updated data, involves performing a [point-in-time recovery](concepts-backup.md) (PITR), by restoring and recovering the data until the time just before the error had occurred.<br> <br> If you want to restore only a subset of databases or specific tables rather than all databases in the database server, you can restore the database server in a new instance, export the table(s) via [mysqldump](concepts-migrate-dump-restore.md), and then use [restore](concepts-migrate-dump-restore.md#restore-your-mysql-database-using-command-line-or-mysql-workbench) to restore those tables into your database. |
63+
| <b> Logical/user errors | Recovery from user errors, such as accidentally dropped tables or incorrectly updated data, involves performing a [point-in-time recovery](concepts-backup.md) (PITR), by restoring and recovering the data until the time just before the error had occurred.<br> <br> If you want to restore only a subset of databases or specific tables rather than all databases in the database server, you can restore the database server in a new instance, export the table(s) via [mysqldump](concepts-migrate-dump-restore.md), and then use [restore](concepts-migrate-dump-restore.md#restore-your-mysql-database-using-command-line) to restore those tables into your database. |
6464

6565

6666

0 commit comments

Comments
 (0)