AWS
In Amazon RDS for PostgreSQL, you can control the state of your database instance (start or stop) using the AWS Management Console, AWS CLI, or AWS API. The following are the two modes for starting and stopping a PostgreSQL database instance:
“Start” mode: This mode starts the database instance and makes it available for use. In this mode, you can connect to the database and perform read and write operations. To start a database instance using the AWS Management Console, you can select the instance and click the “Start” button. You can also start a database instance using the AWS CLI with the following command:
Read more:
https://thedbadmin.com/how-to-start-and-stop-the-postgresql-database/
Top comments (0)