From 4337ff54e8ca6b2309338b6ef585f4375a247484 Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Sun, 22 Jan 2023 15:33:36 +0100 Subject: [PATCH] initial commit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 463bf87..10edd63 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,6 @@ This will backup the database `mydatabase` This will restore the database `mydatabase` from the latest backup file. -## Requirements -- postgresql -- postgresql_utils - ## Deployment This script can be deployed using nix package manager, you can find an example of a `flake.nix` file in the repository that you can use to deploy the script and its dependencies.