Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NodeJS and script/dump.js for Database Dump, this for Full Datebase Backup use #91

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

emengweb
Copy link

NEW Env For Database Dump (Only MongoDB has passed the test, other types databases have not been tested yet)

  • DATABASE_TYPE - Optional. Specify the database type (mongo/mongodb/mysql/pg/postgres/postgresql). Specifying this option will enable the database backup function.
  • DATABASE_BACKUP_TIME - Optional. Database backup is automatically enabled within the specified time range (default 0-23)
  • DATABASE_HOST - Optional. Database host address
  • DATABASE_PORT - Optional. Database host port (if not specified, it will automatically follow the default port value of the database type)
  • DATABASE_USER - Optional. Database Username
  • DATABASE_PASSWORD - Optional. Database password
  • DATABASE_NAME - Optional. Database name. If not specified, all database tables (except system tables) are used by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant