46.7. Base Backup Processes #
You can view information about base backup processes (usually these are standard backup processes). The information is based on the pg_stat_progress_basebackup view.
46.7.1. Viewing Base Backup Processes #
Go to base backup processes in one of the following ways:
Using the monitoring section:
In the navigation panel, go to Monitoring → Activity.
Select Base backup, and then in the top-right corner of the page, select the instance and database.
Using the configuration section of an instance:
In the navigation panel, go to Infrastructure → Instances.
Click the name of the instance.
In the navigation panel, go to Activity.
Select Base backup, and then in the top-right corner of the page, select the database.
The table of base backup processes with the following columns will be displayed:
PID: The ID of the backend.
State: The state of the backend.
For more information about possible values, refer to the official Postgres Pro documentation on the
pg_stat_activitymodule (refer to thestatecolumn).Wait event: The name and type of the wait event for the backend.
For more information, refer to the official Postgres Pro documentation on the
pg_stat_activitymodule (refer towait_event_typeandwait_eventcolumns).Phase: The base backup phase.
For more information about possible values, refer to the official Postgres Pro documentation.
Client address: The network address of the client that initiated the base backup.
Backend duration: Backend duration (base backup duration).
Started time: The backend start date and time (base backup start date and time).
Sent, %: The percentage of data sent to the client when performing the base backup.
This column includes additional information:
Total size: The total size of data to be sent to the client.
Sent size: The size of data sent to the client.
Tablespace total: The total number of tablespaces to be processed when performing a base backup.
Tablespaces streamed: The number of tablespaces processed when performing base backup.
Actions.
For more information about available actions, refer to the corresponding instructions.
46.7.2. Canceling a Base Backup Process #
Canceling a backup process does not terminate a user session.
To cancel a base backup process:
Go to base backup processes in one of the following ways:
Using the monitoring section:
In the navigation panel, go to Monitoring → Activity.
Select Base backup, and then in the top-right corner of the page, select the instance and database.
Using the configuration section of an instance:
In the navigation panel, go to Infrastructure → Instances.
Click the name of the instance.
In the navigation panel, go to Activity.
Select Base backup, and then in the top-right corner of the page, select the database.
Click
next to the base backup process. Click Execute.
46.7.3. Terminating the User Session for a Base Backup Process #
When the user session is terminated, the base backup process is canceled automatically.
To terminate the user session for a base backup process:
Go to base backup processes in one of the following ways:
Using the monitoring section:
In the navigation panel, go to Monitoring → Activity.
Select Base backup, and then in the top-right corner of the page, select the instance and database.
Using the configuration section of an instance:
In the navigation panel, go to Infrastructure → Instances.
Click the name of the instance.
In the navigation panel, go to Activity.
Select Base backup, and then in the top-right corner of the page, select the database.
Click
next to the base backup process.
Click Execute.