Re. Backup of postgresql database
Hello,Got few (currently 3 will increase as days go) database in A2 hosting unmanaged vps server, running Ubuntu server 18 lts
Planning to have an additional backup of all files, including pg database, to another cloud provider like Amazon S3 (any other suggestions?)
Size won't be crossing 5GB per database for the next few years.
How this could be done?
Happiness AlwaysBKR Sivaprakash
Sent from Yahoo Mail on Android
Import Notes
Reference msg id not found: 1522930103.70872.1644030880355.ref@mail.yahoo.com
On 2/4/22 9:14 PM, sivapostgres@yahoo.com wrote:
Hello,
Got few (currently 3 will increase as days go) database in A2 hosting
unmanaged vps server, running Ubuntu server 18 ltsPlanning to have an additional backup of all files, including pg database,
to another cloud provider like Amazon S3 (any other suggestions?)Size won't be crossing 5GB per database for the next few years.
How are you *currently* backing up the databases?
--
Angular momentum makes the world go 'round.
Pg_dump or do a wal archive.
Thanks,
Ben
On Fri, Feb 4, 2022, 10:49 PM Ron <ronljohnsonjr@gmail.com> wrote:
Show quoted text
On 2/4/22 9:14 PM, sivapostgres@yahoo.com wrote:
Hello,
Got few (currently 3 will increase as days go) database in A2 hosting
unmanaged vps server, running Ubuntu server 18 ltsPlanning to have an additional backup of all files, including pg database,
to another cloud provider like Amazon S3 (any other suggestions?)Size won't be crossing 5GB per database for the next few years.
How are you *currently* backing up the databases?
--
Angular momentum makes the world go 'round.
Not done so far. Started using A2 for production just a couple of months back.
Sent from Yahoo Mail on Android
On Sat, Feb 5, 2022 at 9:19 AM, Ron<ronljohnsonjr@gmail.com> wrote: On 2/4/22 9:14 PM, sivapostgres@yahoo.com wrote:
Hello, Got few (currently 3 will increase as days go) database in A2 hosting unmanaged vps server, running Ubuntu server 18 lts
Planning to have an additional backup of all files, including pg database, to another cloud provider like Amazon S3 (any other suggestions?)
Size won't be crossing 5GB per database for the next few years.
How are you currently backing up the databases?
--
Angular momentum makes the world go 'round.
Should manually do pg_dump and then copy the resultant one to the destination?
Sent from Yahoo Mail on Android
On Sat, Feb 5, 2022 at 10:32 AM, Benedict Holland<benedict.m.holland@gmail.com> wrote: Pg_dump or do a wal archive.
Thanks,Ben
On Fri, Feb 4, 2022, 10:49 PM Ron <ronljohnsonjr@gmail.com> wrote:
On 2/4/22 9:14 PM, sivapostgres@yahoo.com wrote:
Hello, Got few (currently 3 will increase as days go) database in A2 hosting unmanaged vps server, running Ubuntu server 18 lts
Planning to have an additional backup of all files, including pg database, to another cloud provider like Amazon S3 (any other suggestions?)
Size won't be crossing 5GB per database for the next few years.
How are you currently backing up the databases?
--
Angular momentum makes the world go 'round.
Fire your DBA!!
After that, I'd install "pgbackrest", and use it to write backups to an S3
bucket.
On 2/5/22 2:37 AM, sivapostgres@yahoo.com wrote:
Not done so far. Started using A2 for production just a couple of months
back.Sent from Yahoo Mail on Android
<https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature>On Sat, Feb 5, 2022 at 9:19 AM, Ron
<ronljohnsonjr@gmail.com> wrote:
On 2/4/22 9:14 PM, sivapostgres@yahoo.com
<mailto:sivapostgres@yahoo.com> wrote:
Hello,
Got few (currently 3 will increase as days go) database in A2 hosting
unmanaged vps server, running Ubuntu server 18 ltsPlanning to have an additional backup of all files, including pg
database, to another cloud provider like Amazon S3 (any other
suggestions?)Size won't be crossing 5GB per database for the next few years.
How are you *currently* backing up the databases?
--
Angular momentum makes the world go 'round.
--
Angular momentum makes the world go 'round.