When trying to export data from a database, it receives an Unauthorized error, the problem applies to trying to export the entire database as well as individual tables.
Project ID: 454254
When trying to export data from a database, it receives an Unauthorized error, the problem applies to trying to export the entire database as well as individual tables.
Project ID: 454254
This DB editor does not provide DB export
Is there any way other than building BP to export data?
You can make export with Exec SQL block on backend. Make SQL request to DB. How to make it properly - you can ask ChatGPT about it
@Grzegorz_Jezierski
On Monday we will add context menu in deploy plan card to export DB as SQL, dump or zip. Almost finished this feature.
DB Editor by default do not support export due to the permissions limitation - not an issue, but a security feature.
@Grzegorz_Jezierski you can export SQL and Dump from deploy settings
We noticed your request failures in the logs and applied additional fixes. It should work correctly now.