dopos / dcape-app-pg-backup

Postgresql database backup application package for dcape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcape-app-pg-backup

GitHub Release GitHub code size in bytes GitHub license

Postgresql database backup application package for dcape.

Dcape v1 notes

This version supports dcape v1 and v2 with the following differences for v1:

  • v1 deploy uses make .env for the first run, but now we use make .env.sample instead. You should create new config by hand

Docker image used

  • dcape v1: none (used running dcape_db container)
  • dcape v2: internally built image with name stored in ${DCAPE_COMPOSE} drone var

Requirements

Usage

  • Fork this repo in your Git service
  • Setup deploy hook
  • Run "Test delivery" (config sample will be created in dcape)
  • Edit and save config (enable deploy etc)
  • Run "Test delivery" again (app will be installed and started on webhook host)

See also: Deploy setup (in Russian)

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2017-2021 Alexey Kovrizhkin lekovr+dopos@gmail.com

About

Postgresql database backup application package for dcape

License:MIT License


Languages

Language:Makefile 92.5%Language:Dockerfile 7.5%