Skip to content

FanUp-Inc/Database-Archival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Database-Archival

These scripts will take copy of complete PostgreSQL DB and sends the weekly data to backup DB through a cron job as scheduled. Here We have used stored procedures/functions to send the data from the source to mirror DB. We have used DB link to connect the source database and creating a temporary table to insert the data,then move the temp table to destination table in another database. we an make it these scripts to send the data to remote databases too. calling the functions/SP's in Shell Script and scheduled through cron.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors