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
After cloning using repmgr using barman backup I was unable to start the PostgreSQL server. Later I found it is due to base.tar.gz which is not completely uncompressed. I backup it in compressed format. Looking for solution of this.
[postgres@PRO ~]$ ls -l /data/pgsql/16/data
total 216284
-rw-------. 1 postgres postgres 1121737 Jan 17 20:49 backup_manifest
-rw-------. 1 postgres postgres 220342845 Jan 17 20:49 base.tar.gz
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_commit_ts
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_dynshmem
drwx------. 4 postgres postgres 39 Jan 17 21:17 pg_logical
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_notify
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_replslot
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_serial
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_snapshots
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_stat
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_stat_tmp
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_subtrans
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_tblspc
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_twophase
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_wal
-rw-------. 1 postgres postgres 298 Jan 17 21:17 postgresql.auto.conf
-rw-------. 1 postgres postgres 20 Jan 17 21:17 standby.signal
The text was updated successfully, but these errors were encountered:
After cloning using repmgr using barman backup I was unable to start the PostgreSQL server. Later I found it is due to base.tar.gz which is not completely uncompressed. I backup it in compressed format. Looking for solution of this.
[postgres@PRO ~]$ ls -l /data/pgsql/16/data
total 216284
-rw-------. 1 postgres postgres 1121737 Jan 17 20:49 backup_manifest
-rw-------. 1 postgres postgres 220342845 Jan 17 20:49 base.tar.gz
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_commit_ts
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_dynshmem
drwx------. 4 postgres postgres 39 Jan 17 21:17 pg_logical
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_notify
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_replslot
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_serial
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_snapshots
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_stat
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_stat_tmp
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_subtrans
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_tblspc
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_twophase
drwx------. 2 postgres postgres 6 Jan 17 21:17 pg_wal
-rw-------. 1 postgres postgres 298 Jan 17 21:17 postgresql.auto.conf
-rw-------. 1 postgres postgres 20 Jan 17 21:17 standby.signal
The text was updated successfully, but these errors were encountered: