How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
Dream Always Dream , if you don't work on it : Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN, performance tuning, upgrades, backups, and cloud migration. Tested in production environments.
How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
Check terraform version using command line :
PS C:\test_terraform> terraform version
Terraform v1.2.8
on windows_amd64
+ provider registry.terraform.io/hashicorp/aws v4.22.0
PS C:\test_terraform>
PS C:\test_terraform>
Here is the link to download sample database for oracle :
https://www.oracle.com/in/database/technologies/appdev/datamodeler-samples.html
https://www.oracle.com/database/technologies/spatial-graph-here-data-downloads.html
EC2 Instances What is an EC2 instance? An EC2 instance is a virtual machine running in the Amazon Elastic Compute Cloud (EC2) environment....