课程: Database Foundations: Administration
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Create a PostgreSQL backup
- [Instructor] The PostgreSQL platform uses a program called PG dump, for creating a database backup. It's usually executed on the command line, but graphical user interfaces, such as Azure Data Studio, often provide a workflow that'll help you through some of the many configuration options that PG dump supports. To get there, let's right click on the two trees database that's inside of the PostgreSQL server, and choose manage. Then on the toolbar, click on the backup button. That'll open up the backup database panel, here on the right side of the screen. At the top are two of the general options that are both required. We need to specify a backup type and an output path. The backup type has a few different options. The SQL file will create a plain text file that's easy to read, so I'm going to stick with that option. The alpha path defines where the file is going to be saved. Now there's one important thing to keep in mind…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
(已锁定)
Backup plans4 分钟 29 秒
-
(已锁定)
Create a PostgreSQL backup3 分钟 31 秒
-
Use pg_dump in the Postgres container6 分钟 12 秒
-
(已锁定)
Restore a Postgres database10 分钟 13 秒
-
(已锁定)
Create a full SQL Server backup6 分钟 42 秒
-
(已锁定)
Restore a SQL Server database3 分钟 42 秒
-
(已锁定)
Incremental and differential backups4 分钟 30 秒
-
(已锁定)
Point-in-time restores4 分钟 20 秒
-
(已锁定)
-
-
-
-
-