Wade Barnes
Wade Barnes
We confirmed Dependabot does not support YAML anchors/aliases; https://github.com/hyperledger/aries-cloudagent-python/pull/2945#issuecomment-2113146046
You can absolutely use the mediator without ngrock, you just need to securely expose the Caddy proxy. ngrock support is only included to allow for local use during development. You...
Yes, the Caddy proxy will need to be exposed publicly.
Can you provide more detail about your use case? If you're looking to backup a specific schema there is some support for that. As for being selective about the tables...
In the run above, the verification is failing because the local server instance (used for validation) did not start within the timeout period set for `DATABASE_SERVER_TIMEOUT`; in this case 2...
When you say "very large", how large? Have you tried backing up the database using the backup container and looking at the size of resulting backup to see if the...
If your database does not use a "public" schema, you can specify the name of your database's schema via the `TABLE_SCHEMA` variable. This will tell the backup-container which schema to...
That could be the issue. We haven't tested the backup-container with that version. It could be that some startup parameters have changed. What's the version of the database you're backing...
It's typically preferable to have the backup-container use the same or newer version as the database you are backing up. Would you be up for troubleshooting the startup issues and...
Open a terminal on a running version of your `backup-container`. The you'll run the following command after replacing the ``, `` and `` with some real values: ``` POSTGRESQL_DATABASE= \...