There are multiple ways to backup Database. Namely
- Backup from the Web client: Before login go to Database and create Backup Manually
- Auto Backup Module: Install Auto Backup Module and Schedule automatically
- Run Bash shell Script: Create a shell script and dump PostgresSQL database
My Questions are a. I need a reliable backup. If any issues I can restore and run smoothly. Is their any difference between the above 3. b. For Shell script we need to stop server. What is server runs 24x7 (Example manufacturing environment) and we can't stop the server. What are the best option?
Thank you