Functions does not support forwarding to Managed OpenSearch.
How do I back up my dev database on App Platform?
Validated on 6 May 2024 • Last edited on 1 Aug 2024
Dev databases do not have a built-in backup feature because they are intended for pre-production workloads. However, you can create regular database backups by setting up a cron job in your app that uses pg_dump
to export the database to another database or storage solution.
If you require a database with backup functionality for production workloads, consider using a DigitalOcean Managed Database.
Related Topics
Why am I getting an error when trying to forward DigitalOcean Functions to Managed OpenSearch?
My container-based app fails to deploy without logs or error codes.
Troubleshoot by making sure the Dockerfile and its commands build on Linux AMD64 and other steps.
How do I generate my app's SSL certificate?
App Platform automatically generates and issues the SSL certificate during the configuration.