-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from weseek/master
Release v0.1.4
- Loading branch information
Showing
25 changed files
with
80 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mariadb-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Collection of scripts which backup MariaDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mariadb-backup": "^0.1.3", | ||
"@awesome-database-backup/mariadb-restore": "^0.1.3", | ||
"@awesome-database-backup/list": "^0.1.3", | ||
"@awesome-database-backup/prune": "^0.1.3" | ||
"@awesome-database-backup/mariadb-backup": "^0.1.4", | ||
"@awesome-database-backup/mariadb-restore": "^0.1.4", | ||
"@awesome-database-backup/list": "^0.1.4", | ||
"@awesome-database-backup/prune": "^0.1.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mongodb-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Collection of scripts which backup MongoDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mongodb-backup": "^0.1.3", | ||
"@awesome-database-backup/mongodb-restore": "^0.1.3", | ||
"@awesome-database-backup/list": "^0.1.3", | ||
"@awesome-database-backup/prune": "^0.1.3" | ||
"@awesome-database-backup/mongodb-backup": "^0.1.4", | ||
"@awesome-database-backup/mongodb-restore": "^0.1.4", | ||
"@awesome-database-backup/list": "^0.1.4", | ||
"@awesome-database-backup/prune": "^0.1.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-postgresql-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Collection of scripts which backup PostgreSQL databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/postgresql-backup": "^0.1.3", | ||
"@awesome-database-backup/postgresql-restore": "^0.1.3", | ||
"@awesome-database-backup/list": "^0.1.3", | ||
"@awesome-database-backup/prune": "^0.1.3" | ||
"@awesome-database-backup/postgresql-backup": "^0.1.4", | ||
"@awesome-database-backup/postgresql-restore": "^0.1.4", | ||
"@awesome-database-backup/list": "^0.1.4", | ||
"@awesome-database-backup/prune": "^0.1.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/list", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "List files from Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,20 +30,20 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Backup MariaDB database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,22 +30,22 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/mariadb-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"@awesome-database-backup/mariadb-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-restore", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Restore MariaDB database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,21 +30,21 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/mariadb-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"@awesome-database-backup/mariadb-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mongodb-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Backup MongoDB database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,22 +30,22 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/mongodb-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"@awesome-database-backup/mongodb-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mongodb-restore", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Restore MongoDB database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,19 +30,19 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/postgresql-backup", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Backup PostgreSQL database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,22 +30,22 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/postgresql-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"@awesome-database-backup/postgresql-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/postgresql-restore", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Restore PostgreSQL database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,21 +30,21 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/postgresql-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"@awesome-database-backup/postgresql-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/prune", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Prune backuped files from Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,20 +30,20 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.1.3", | ||
"@awesome-database-backup/commands": "^0.1.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.1.3", | ||
"@awesome-database-backup/storage-service-test": "^0.1.3", | ||
"@awesome-database-backup/tsconfig": "^0.1.4", | ||
"@awesome-database-backup/storage-service-test": "^0.1.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
"node": ">= 16.13.1 < 17", | ||
"node": ">= 16.14.2 < 17", | ||
"yarn": ">= 1.22.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ARG dbType | ||
|
||
FROM node:16-slim AS base | ||
FROM node:16.14.2-slim AS base | ||
|
||
## | ||
## Prepare a subset of this monorepo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.