Skip to content

A management system for backups in Postgres.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kamapu/backpackR

Repository files navigation

backpackR

Introduction

This package is meant to enable a standard workflow for bulk updates in relational databases.

Suggested Workflow

  1. Init project
  2. Run updates
  3. Test updates
  4. Release update

To restore a project from the backups

To restore your Database from the backups follow this recipe.

# Load the package
library(backpackR)

# Set variables
path = "path-to-backups"
dbname = "database-name"

# Run the build command (credentials will be prompted)
build_db(path = path, dbname = dbname, overwrite = TRUE)

About

A management system for backups in Postgres.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published