This package is meant to enable a standard workflow for bulk updates in relational databases.
- Init project
- Run updates
- Test updates
- Release update
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)