0.0.10 • Published 5 years ago

lifering v0.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Warning

This package should be suitable for your needs, but no that is not highly tested. Using with production data may not be wise right now! If you are able to help/advise testing more thoroughly please leave an issue

Lifering

A helper tool to allow for easier backup and restore of Postgres databases

About

Initially built as a small tool for a Checkout inventory system that I was working on at one of my jobs, I broke it out into a seperate tool in case it was interesting/useful for anyone else

Installation

npm install -g lifering

Usage

Get a list of commands using

lifering help

Automatic scheduling

The schedule command spins up a javascript cron job, but ties up the thread using it, so it was intended to be used in conjunction with something like pm2 that could be started at startup and just spin up the schedule command.

For example:

pm2 start lifering -- schedule [DB_NAME]
0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago