The real issue is that each database hold different type of data. I need the flexibility to backup either database when i like and restore when ever the need arises. So while my droplet is running I should be able to backup a single DB .and restore it. Is there any tool to do this or even automate it
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@techsupport19fe
Refer here to backup and restore postgresql databases.
You can automate the backup process using cron jobs
Hope this helps.