Posts

Showing posts with the label barman

Barman restoration

  mkdir -p /database/edb/clone/as14 chown -R enterprisedb:enterprisedb /database export PGDATA=/database/edb/clone/as14 export PGHOME=/usr/edb/as14 initdb -E UTF-8 — lc-collate='C' — lc-ctype='C' -D $PGDATA /usr/edb/as14/bin/pg_ctl -D /database/edb/clone/as14 -l logfile status barman list-backup dev-pgsql barman recover --remote-ssh-command 'ssh enterprisedb@pg' \         pg latest \         /database/edb/clone/as14 or barman recover dev-pgsql 20210224T150826 /backup/restored_db/pg12test_data/ OUTPUT: -bash-4.2$ id uid=986(enterprisedb) gid=980(enterprisedb) groups=980(enterprisedb) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 -bash-4.2$ export PGDATA=/database/edb/clone/as14 -bash-4.2$ export PGHOME=/usr/edb/as14 -bash-4.2$ initdb -E UTF-8 — lc-collate='C' — lc-ctype='C' -D $PGDATA initdb: too many command-line arguments (first is "—") Try "initdb --help" for more information. -bash-4.2$ initdb -E UTF-8 --lc-...

Barman install and backup

  [root@postonline bin]# ls -lrt python* -rwxr-xr-x. 1 root root  7144 May 27  2020 python2.7 -rwxr-xr-x. 2 root root 11336 Nov 11  2020 python3.6m -rwxr-xr-x. 2 root root 11336 Nov 11  2020 python3.6 lrwxrwxrwx. 1 root root     7 Nov 26  2020 python -> python2 lrwxrwxrwx. 1 root root     9 Nov 26  2020 python2 -> python2.7 lrwxrwxrwx. 1 root root     9 Nov 26  2020 python3 -> python3.6 [root@postonline bin]# alias python=/usr/bin/python3.6 [root@postonline bin]# python --version Python 3.6.8 [root@postonline bin]#  [root@postonline ~]# pwd /root [root@postonline ~]# cat .bash_aliases alias python=/usr/bin/python3.6 alias python3=/usr/bin/python3.6 [root@postonline ~]#  [root@postonline ~]# rpm -qa python3* python3-pip-9.0.3-8.el7.noarch python3-libs-3.6.8-18.0.1.el7.x86_64 python3-3.6.8-18.0.1.el7.x86_64 python3-setuptools-39.2.0-10.el7.noarch [root@postonline ~]#  sudo  yu...

Popular Posts

AWR Report Analysis

Goldengate 19c Installation with issue resolution

OEM queries

Oracle 11g Physical Standy Setup

Oracle 12c 2-node RAC setup in VMware Player 15 -- Part01

Oracle to Postgres

Execution_Explain Plan

Active Session History Analysis

General Queries

Oracle 11.2.0.4 to 19c DB Upgrade