https://github.com/pvarentsov/useful-scripts
It is my collection of the useful scripts.
https://github.com/pvarentsov/useful-scripts
Last synced: 9 months ago
JSON representation
It is my collection of the useful scripts.
- Host: GitHub
- URL: https://github.com/pvarentsov/useful-scripts
- Owner: pvarentsov
- License: mit
- Created: 2020-05-28T19:36:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T20:53:11.000Z (over 5 years ago)
- Last Synced: 2025-04-09T23:45:51.739Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful scripts
It is my collection of the useful scripts
## PostgreSQL
Dump database running in the docker container:
- [dockerized-pg-dump.sh](./postgres/dockerized-pg-dump.sh)
Restore database running in the docker container:
- [dockerized-pg-restore.sh](./postgres/dockerized-pg-restore.sh)
## License
[](./LICENSE)