Saving the cloud to the local one.
- connection to rds. ( new need to be tested)
- pg dumper ( need to interface the existent to rds)
- sender remote receiver in metric server of the dump itself?
- pg restorer (total new piece of code)
- trigger from the local
- creation of the tmp db in rds (remote)
- send a ready to download to the local instance
- local instance connect to rds, dump and restore.
- its an endpoint 0.1 connect to rds.
- create a new database with only the selected fields.
- dump it
- send it (its just an api request) 3.a delete the local datab
- restore the pg dump locally in receiver.