initial commit

This commit is contained in:
Arne Weiss
2023-01-22 15:33:36 +01:00
parent a0fb155761
commit 4337ff54e8

View File

@@ -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.