I felt it better to post here, as a quick search for CapRover showed more posts here, than on /r/webdev.

I am a web developer and recently just installed CapRover on a DigitalOcean droplet. It also has a Directus installation, it’s a headless CMS with postgres.

I’m not super familiar with Docker/containers, as I just don’t use them often enough, but wanted to ask here:

I’m sure I can SSH into the server and run some command to make a backup of the postgres database instance?

My goal is to make/dump a ‘Initial-Database.sql’ and then occasionally/incrementally perform backups of the database.

I’m just not familiar enough with CapRover to do so. I didn’t read anything in the docs regarding this.