![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
generator-jhipster-database-backup
Advanced tools
This module allows you to generate .yml files allowing you to make periodic backups of your production database. For the moment : MYSQL, POSTGRESQL, MONGODB and MARIADB are supported.
JHipster module, This module allows you to generate .yml files allowing you to make regular backups of your production database.
This is a JHipster module, that is meant to be used in a JHipster application.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-database-backup
To update this module:
yarn global upgrade generator-jhipster-database-backup
To install this module:
npm install -g generator-jhipster-database-backup
To update this module:
npm update -g generator-jhipster-database-backup
First, you have to run the generator using the following command :
yo jhipster-database-backup
Then enter the required parameter (backup frequency), don't forget the whitespace if you are using CRON (https://en.wikipedia.org/wiki/Cron).
Now a 'backup-.yml' file has been created in the following folder : src/main/docker
This service will periodically backup your database.
Then start your database Your database should be initialized and started in a docker image using the '.yml' file located in 'src/main/docker'.
sudo docker-compose -f <database-name>.yml up
If the database failed to start, you should check if the port is free (for example 'sudo service mysql stop' to stop the default mysql service).
Finally, start the backup service :
sudo docker-compose -f backup-<database-name>.yml up
You will find your backups in the backup folder located in : src/main/docker
To find more details about the docker image and the parameters click here https://hub.docker.com/r/deitch/mysql-backup.
To find more details about the docker image and the parameters click here https://hub.docker.com/r/contributionjhipster/docker-pg_dump
Your database must not be empty ! To find more details about the docker image and the parameters click here https://github.com/tutumcloud/mongodb-backup/tree/master
To find more details about the docker image and the parameters click here https://hub.docker.com/r/deitch/mysql-backup.
FAQs
The purpose of this module is to perform periodic backups of your database. This backup docker image currently supports MYSQL, POSTGRESQL, MONGODB and MARIADB.
The npm package generator-jhipster-database-backup receives a total of 15 weekly downloads. As such, generator-jhipster-database-backup popularity was classified as not popular.
We found that generator-jhipster-database-backup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.