You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fetching a backup, it creates a temp dir on the tester container and stores the file there. Need to copy this into a mounted directory on the HOST MACHINE then mount the same location to the engine container.
Basically right now the postgres driver will fail using s3 due to this, but we NEED this anyways.
The text was updated successfully, but these errors were encountered:
* Updated Readme for what we need plus added triggering functionality to UI
* Added support for reading remote logs
* Saving work of logs based on configs.
* Automation tool triggering added, log dumping made for local or s3 based on driver, logs can dump to either and retrieve from either! Also finally routed properly for docker images to load backups via mount rather than ssh tunnel file pipe... Added support for postgres pg_restore parallel restore. Idk if I mmissed anything else
* Updated README for leftover items
* S3 backups go into host mounted tmp dir
* Fix to tmp dir
Probably will need to the following architecture.
When fetching a backup, it creates a temp dir on the tester container and stores the file there. Need to copy this into a mounted directory on the HOST MACHINE then mount the same location to the engine container.
Basically right now the postgres driver will fail using s3 due to this, but we NEED this anyways.
The text was updated successfully, but these errors were encountered: