File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
admin_api_scripts/pg_upgrade_scripts Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 519519 rm -rf " $MOUNT_POINT /conf/extension-custom-scripts" || true
520520
521521 # removing wal-g config as to allow it to be explicitly enabled on the new instance
522- rm -f " $MOUNT_POINT /conf/conf.d/03- wal-g.conf"
522+ rm -f " $MOUNT_POINT /conf/conf.d/wal-g.conf"
523523
524524 # copy sql files generated by pg_upgrade
525525 echo " 12. Copying sql files generated by pg_upgrade"
Original file line number Diff line number Diff line change 1414#recovery_target_lsn = ''
1515#recovery_target_time = ''
1616#recovery_target_action = 'promote'
17- #recovery_target_timeline = 'current '
17+ #recovery_target_timeline = 'latest '
1818#recovery_target_inclusive = off
1919
2020# - Hot Standby -
Original file line number Diff line number Diff line change 6060 mode : ' 0664'
6161 when : stage2_nix
6262
63- - name : Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/03- wal-g.conf
63+ - name : Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/wal-g.conf
6464 copy :
65- src : " files/postgresql_config/conf.d/03-custom_walg .conf"
66- dest : /etc/postgresql-custom/conf.d/03- wal-g.conf
65+ src : " files/postgresql_config/conf.d/walg .conf"
66+ dest : /etc/postgresql-custom/conf.d/wal-g.conf
6767 mode : 0664
6868 owner : postgres
6969 group : postgres
You can’t perform that action at this time.
0 commit comments