Question 120 of 139
Single answer2. Create a bucket in Cloud Storage.
3. Transfer the dump file to the bucket you just created.
4. Import the dump file into the Google Cloud primary server.
2. Create a bucket in Cloud Storage.
3. Transfer the dump file to the bucket you just created.
4. Restore the backup into the Google Cloud primary server.
2. Create a bucket in Cloud Storage.
3. Transfer the backup to the bucket you just created.
4. Restore the backup into the Google Cloud primary server.
5. Create a recovery.conf file in the $PG_DATA directory.
6. Stop the source database.
7. Transfer the write ahead logs to the bucket you created before.
8. Start the PostgreSQL service.
9. Wait until Google Cloud primary server syncs with the running primary server.
2. Create a bucket in Cloud Storage.
3. Transfer the dump file and write-ahead logs to the bucket you just created.
4. Restore the dump file into the Google Cloud primary server.
5. Create a recovery.conf file in the $PG_DATA directory.
6. Stop the source database.
7. Transfer the write-ahead logs to the bucket you created before.
8. Start the PostgreSQL service.
9. Wait until the Google Cloud primary server syncs with the running primary server.
1. Take a full backup while the database is online.<br> 2. Create a bucket in Cloud Storage.<br> 3. Transfer the backup to the bucket you just created.<br> 4. Restore the backup into the Google Cloud primary server.<br> 5. Create a recovery.conf file in the $PG_DATA directory.<br> 6. Stop the source database.<br> 7. Transfer the write ahead logs to the bucket you created before.<br> 8. Start the PostgreSQL service.<br> 9. Wait until Google Cloud primary server syncs with the running primary server.
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.