https://github.com/serverfarmer/sf-db-tools
sf-db-tools extension provides a set of simple scripts to manage MySQL and Postgres database servers.
https://github.com/serverfarmer/sf-db-tools
database devops devops-tools mysql postgres postgresql
Last synced: 2 months ago
JSON representation
sf-db-tools extension provides a set of simple scripts to manage MySQL and Postgres database servers.
- Host: GitHub
- URL: https://github.com/serverfarmer/sf-db-tools
- Owner: serverfarmer
- License: mit
- Created: 2016-01-09T17:46:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T22:27:56.000Z (over 6 years ago)
- Last Synced: 2025-01-22T17:13:32.796Z (over 1 year ago)
- Topics: database, devops, devops-tools, mysql, postgres, postgresql
- Language: Shell
- Homepage: http://serverfarmer.org/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sf-db-tools extension provides a set of simple scripts to manage MySQL and
Postgres database servers:
- quickly create new database and associated user
- dump and restore database contents
- replicate database between servers
These scripts are suitable for development/testing/integration purposes, but
NOT suitable for production purposess, or in case your database holds sensitive
data, as they provide simplified security model, conceived for rapid development.
MySQL scripts rely on debian-sys-maint user, which exists by default on MySQL
servers installed on Debian/Ubuntu/Mint from system repositories.
Postgres scripts rely on peer authentication, which is enabled by default on
most Linux installations.