Skip to content

serverfarmer/sf-db-tools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

sf-db-tools extension provides a set of simple scripts to manage MySQL and Postgres database servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages