OCI Database with PostgreSQL emits events during the following:
A database is created
A database is updated
A database is deleted
A database backup is created
A database backup is deleted
Event Types for Database Systems
When you create, update, or delete a database, OCI Database with PostgreSQL emits events when the operation begins and ends. For example, you can set up the Oracle Cloud Infrastructure
Events service to send you an email when a database is created.
Friendly Name
Description
Event Type
Database - Create Begin
When OCI Database with PostgreSQL starts creating a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.createdbsystem.begin
Database - Create End
When OCI Database with PostgreSQL finishes creating a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.createdbsystem.end
Database - Update Begin
When OCI Database with PostgreSQL starts updating a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.updatedbsystem.begin
Database - Update End
When OCI Database with PostgreSQL finishes updating a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.updatedbsystem.end
Database - Delete Begin
When OCI Database with PostgreSQL starts deleting a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.deletedbsystem.begin
Database - Delete End
When OCI Database with PostgreSQL finishes deleting a database, it emits an event that has information about the database.
When you create or delete a database backup, OCI Database with PostgreSQL emits events when the operation begins and ends. For example, you can set up the Oracle Cloud Infrastructure
Events service to send you an email when a backup is created.
Friendly Name
Description
Event Type
Backup - Create Begin
When OCI Database with PostgreSQL starts creating a database backup, it emits an event that has information about the backup.
com.oraclecloud.postgresql.createbackup.begin
Backup - Create End
When OCI Database with PostgreSQL finishes creating a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.createbackup.end
Backup - Delete Begin
When OCI Database with PostgreSQL starts deleting a database, it emits an event that has information about the database.
com.oraclecloud.postgresql.deletebackup.begin
Backup - Delete End
When OCI Database with PostgreSQL finishes deleting a database, it emits an event that has information about the database.