1. 首页
  2. 数据库
  3. 其它
  4. pg dump:创建一个postgres数据库的快照 源码

pg dump:创建一个postgres数据库的快照 源码

上传者: 2021-03-22 06:41:53上传 ZIP文件 5.83KB 热度 18次
运行生成一个备份 ... steps : - uses : actions/checkout@v2 - name : Postgres Dump Backup uses : tj-actions/pg-dump@v1 with : database_url : " postgres://test_user:test_user_password@localhost:5432/testdb " path : " backups/backup.sql " options : " -O " 笔记: :warning: 确保备份输出文件已经存在。 例子 steps : - uses : actions/checkout@v2 - name : Cr
下载地址
用户评论