# Checking port 56950 # Found port 56950 Name: primary_local Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/archives Connection string: port=56950 host=/tmp/5tmxVrN_yo Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_local.log [02:11:32.165](0.049s) # initializing database system by copying initdb template # Running: cp -RPp /tmp/cirrus-ci-build/build/tmp_install/initdb-template /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata --create-role rewind_user moving /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata/pg_wal to /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/xlog_primary ### Starting node "primary_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_local.log -o --cluster-name=primary_local start waiting for server to start.... done server started # Postmaster PID for node "primary_local" is 65033 # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c CREATE TABLE tbl1 (d text) # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in primary') # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c CHECKPOINT # Checking port 56951 # Found port 56951 Name: standby_local Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/archives Connection string: port=56951 host=/tmp/5tmxVrN_yo Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_local.log # Taking pg_basebackup my_backup from node "primary_local" # Running: pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/backup/my_backup -h /tmp/5tmxVrN_yo -p 56950 --checkpoint fast --no-sync # Backup finished # Initializing node "standby_local" from backup "my_backup" of node "primary_local" ### Starting node "standby_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_local.log -o --cluster-name=standby_local start waiting for server to start.... done server started # Postmaster PID for node "standby_local" is 65113 # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 values ('in primary, before promotion') # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c CHECKPOINT Waiting for replication conn standby_local's write_lsn to pass 0/30001D8 on primary_local done ### Promoting node "standby_local" # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_local.log promote waiting for server to promote.... done server promoted # Running: psql -q --no-psqlrc -d port=56950 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in primary, after promotion') # Running: psql -q --no-psqlrc -d port=56951 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in standby, after promotion') ### Stopping node "primary_local" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata -m immediate stop waiting for server to shut down... done server stopped # No postmaster PID for node "primary_local" ### Stopping node "standby_local" using mode fast # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/pgdata -m fast stop waiting for server to shut down... done server stopped # No postmaster PID for node "standby_local" # Running: pg_rewind --debug --source-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_local_data/pgdata --target-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata --no-sync --config-file /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/tmp_test_DLSq/primary-postgresql.conf.tmp pg_rewind: executing "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres" for target server to complete crash recovery 2024-03-20 02:11:33.033 UTC [65213][standalone backend] LOG: database system was interrupted; last known up at 2024-03-20 02:11:32 UTC 2024-03-20 02:11:33.033 UTC [65213][standalone backend] LOG: database system was not properly shut down; automatic recovery in progress 2024-03-20 02:11:33.033 UTC [65213][standalone backend] LOG: redo starts at 0/3000108 2024-03-20 02:11:33.034 UTC [65213][standalone backend] LOG: invalid record length at 0/30022E8: expected at least 24, got 0 2024-03-20 02:11:33.034 UTC [65213][standalone backend] LOG: redo done at 0/30022C0 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2024-03-20 02:11:33.034 UTC [65213][standalone backend] LOG: checkpoint starting: end-of-recovery immediate wait 2024-03-20 02:11:33.035 UTC [65213][standalone backend] LOG: checkpoint complete: wrote 5 buffers (3.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=8 kB, estimate=8 kB; lsn=0/30022E8, redo lsn=0/30022E8 PostgreSQL stand-alone backend 17devel backend> 2024-03-20 02:11:33.040 UTC [65213][standalone backend] LOG: checkpoint starting: shutdown immediate 2024-03-20 02:11:33.040 UTC [65213][standalone backend] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=7 kB; lsn=0/3002360, redo lsn=0/3002360 pg_rewind: Source timeline history: pg_rewind: Target timeline history: pg_rewind: 1: 0/0 - 0/0 pg_rewind: servers diverged at WAL location 0/30001D8 on timeline 1 pg_rewind: rewinding from last common checkpoint at 0/3000160 on timeline 1 pg_rewind: entry "base/1/pg_internal.init" excluded from source file list pg_rewind: entry "base/5/pg_internal.init" excluded from source file list pg_rewind: entry "postmaster.opts" excluded from source file list pg_rewind: entry "pg_subtrans/0000" excluded from source file list pg_rewind: entry "backup_manifest" excluded from source file list pg_rewind: entry "global/pg_internal.init" excluded from source file list pg_rewind: backup_label.old (COPY) pg_rewind: base/1/1247_fsm (COPY) pg_rewind: base/1/1247_vm (COPY) pg_rewind: base/1/1249_fsm (COPY) pg_rewind: base/1/1249_vm (COPY) pg_rewind: base/1/1255_fsm (COPY) pg_rewind: base/1/1255_vm (COPY) pg_rewind: base/1/1259_fsm (COPY) pg_rewind: base/1/1259_vm (COPY) pg_rewind: base/1/14024_fsm (COPY) pg_rewind: base/1/14024_vm (COPY) pg_rewind: base/1/14029_fsm (COPY) pg_rewind: base/1/14029_vm (COPY) pg_rewind: base/1/14034_fsm (COPY) pg_rewind: base/1/14034_vm (COPY) pg_rewind: base/1/14039_fsm (COPY) pg_rewind: base/1/14039_vm (COPY) pg_rewind: base/1/2600_fsm (COPY) pg_rewind: base/1/2600_vm (COPY) pg_rewind: base/1/2601_fsm (COPY) pg_rewind: base/1/2601_vm (COPY) pg_rewind: base/1/2602_fsm (COPY) pg_rewind: base/1/2602_vm (COPY) pg_rewind: base/1/2603_fsm (COPY) pg_rewind: base/1/2603_vm (COPY) pg_rewind: base/1/2605_fsm (COPY) pg_rewind: base/1/2605_vm (COPY) pg_rewind: base/1/2606_fsm (COPY) pg_rewind: base/1/2606_vm (COPY) pg_rewind: base/1/2607_fsm (COPY) pg_rewind: base/1/2607_vm (COPY) pg_rewind: base/1/2608_fsm (COPY) pg_rewind: base/1/2608_vm (COPY) pg_rewind: base/1/2609_fsm (COPY) pg_rewind: base/1/2609_vm (COPY) pg_rewind: base/1/2610_fsm (COPY) pg_rewind: base/1/2610_vm (COPY) pg_rewind: base/1/2612_fsm (COPY) pg_rewind: base/1/2612_vm (COPY) pg_rewind: base/1/2615_fsm (COPY) pg_rewind: base/1/2615_vm (COPY) pg_rewind: base/1/2616_fsm (COPY) pg_rewind: base/1/2616_vm (COPY) pg_rewind: base/1/2617_fsm (COPY) pg_rewind: base/1/2617_vm (COPY) pg_rewind: base/1/2618_fsm (COPY) pg_rewind: base/1/2618_vm (COPY) pg_rewind: base/1/2619_fsm (COPY) pg_rewind: base/1/2619_vm (COPY) pg_rewind: base/1/2753_fsm (COPY) pg_rewind: base/1/2753_vm (COPY) pg_rewind: base/1/2836_fsm (COPY) pg_rewind: base/1/2836_vm (COPY) pg_rewind: base/1/2838_fsm (COPY) pg_rewind: base/1/2838_vm (COPY) pg_rewind: base/1/2840_fsm (COPY) pg_rewind: base/1/2840_vm (COPY) pg_rewind: base/1/3079_fsm (COPY) pg_rewind: base/1/3079_vm (COPY) pg_rewind: base/1/3394_fsm (COPY) pg_rewind: base/1/3394_vm (COPY) pg_rewind: base/1/3456_fsm (COPY) pg_rewind: base/1/3456_vm (COPY) pg_rewind: base/1/3541_fsm (COPY) pg_rewind: base/1/3541_vm (COPY) pg_rewind: base/1/3600_fsm (COPY) pg_rewind: base/1/3600_vm (COPY) pg_rewind: base/1/3601_fsm (COPY) pg_rewind: base/1/3601_vm (COPY) pg_rewind: base/1/3602_fsm (COPY) pg_rewind: base/1/3602_vm (COPY) pg_rewind: base/1/3603_fsm (COPY) pg_rewind: base/1/3603_vm (COPY) pg_rewind: base/1/3764_fsm (COPY) pg_rewind: base/1/3764_vm (COPY) pg_rewind: base/1/pg_filenode.map (COPY) pg_rewind: base/4/1247_fsm (COPY) pg_rewind: base/4/1247_vm (COPY) pg_rewind: base/4/1249_fsm (COPY) pg_rewind: base/4/1249_vm (COPY) pg_rewind: base/4/1255_fsm (COPY) pg_rewind: base/4/1255_vm (COPY) pg_rewind: base/4/1259_fsm (COPY) pg_rewind: base/4/1259_vm (COPY) pg_rewind: base/4/14024_fsm (COPY) pg_rewind: base/4/14024_vm (COPY) pg_rewind: base/4/14029_fsm (COPY) pg_rewind: base/4/14029_vm (COPY) pg_rewind: base/4/14034_fsm (COPY) pg_rewind: base/4/14034_vm (COPY) pg_rewind: base/4/14039_fsm (COPY) pg_rewind: base/4/14039_vm (COPY) pg_rewind: base/4/2600_fsm (COPY) pg_rewind: base/4/2600_vm (COPY) pg_rewind: base/4/2601_fsm (COPY) pg_rewind: base/4/2601_vm (COPY) pg_rewind: base/4/2602_fsm (COPY) pg_rewind: base/4/2602_vm (COPY) pg_rewind: base/4/2603_fsm (COPY) pg_rewind: base/4/2603_vm (COPY) pg_rewind: base/4/2605_fsm (COPY) pg_rewind: base/4/2605_vm (COPY) pg_rewind: base/4/2606_fsm (COPY) pg_rewind: base/4/2606_vm (COPY) pg_rewind: base/4/2607_fsm (COPY) pg_rewind: base/4/2607_vm (COPY) pg_rewind: base/4/2608_fsm (COPY) pg_rewind: base/4/2608_vm (COPY) pg_rewind: base/4/2609_fsm (COPY) pg_rewind: base/4/2609_vm (COPY) pg_rewind: base/4/2610_fsm (COPY) pg_rewind: base/4/2610_vm (COPY) pg_rewind: base/4/2612_fsm (COPY) pg_rewind: base/4/2612_vm (COPY) pg_rewind: base/4/2615_fsm (COPY) pg_rewind: base/4/2615_vm (COPY) pg_rewind: base/4/2616_fsm (COPY) pg_rewind: base/4/2616_vm (COPY) pg_rewind: base/4/2617_fsm (COPY) pg_rewind: base/4/2617_vm (COPY) pg_rewind: base/4/2618_fsm (COPY) pg_rewind: base/4/2618_vm (COPY) pg_rewind: base/4/2619_fsm (COPY) pg_rewind: base/4/2619_vm (COPY) pg_rewind: base/4/2753_fsm (COPY) pg_rewind: base/4/2753_vm (COPY) pg_rewind: base/4/2836_fsm (COPY) pg_rewind: base/4/2836_vm (COPY) pg_rewind: base/4/2838_fsm (COPY) pg_rewind: base/4/2838_vm (COPY) pg_rewind: base/4/2840_fsm (COPY) pg_rewind: base/4/2840_vm (COPY) pg_rewind: base/4/3079_fsm (COPY) pg_rewind: base/4/3079_vm (COPY) pg_rewind: base/4/3394_fsm (COPY) pg_rewind: base/4/3394_vm (COPY) pg_rewind: base/4/3456_fsm (COPY) pg_rewind: base/4/3456_vm (COPY) pg_rewind: base/4/3541_fsm (COPY) pg_rewind: base/4/3541_vm (COPY) pg_rewind: base/4/3600_fsm (COPY) pg_rewind: base/4/3600_vm (COPY) pg_rewind: base/4/3601_fsm (COPY) pg_rewind: base/4/3601_vm (COPY) pg_rewind: base/4/3602_fsm (COPY) pg_rewind: base/4/3602_vm (COPY) pg_rewind: base/4/3603_fsm (COPY) pg_rewind: base/4/3603_vm (COPY) pg_rewind: base/4/3764_fsm (COPY) pg_rewind: base/4/3764_vm (COPY) pg_rewind: base/4/pg_filenode.map (COPY) pg_rewind: base/5/1247_fsm (COPY) pg_rewind: base/5/1247_vm (COPY) pg_rewind: base/5/1249_fsm (COPY) pg_rewind: base/5/1249_vm (COPY) pg_rewind: base/5/1255_fsm (COPY) pg_rewind: base/5/1255_vm (COPY) pg_rewind: base/5/1259_fsm (COPY) pg_rewind: base/5/1259_vm (COPY) pg_rewind: base/5/14024_fsm (COPY) pg_rewind: base/5/14024_vm (COPY) pg_rewind: base/5/14029_fsm (COPY) pg_rewind: base/5/14029_vm (COPY) pg_rewind: base/5/14034_fsm (COPY) pg_rewind: base/5/14034_vm (COPY) pg_rewind: base/5/14039_fsm (COPY) pg_rewind: base/5/14039_vm (COPY) pg_rewind: base/5/2600_fsm (COPY) pg_rewind: base/5/2600_vm (COPY) pg_rewind: base/5/2601_fsm (COPY) pg_rewind: base/5/2601_vm (COPY) pg_rewind: base/5/2602_fsm (COPY) pg_rewind: base/5/2602_vm (COPY) pg_rewind: base/5/2603_fsm (COPY) pg_rewind: base/5/2603_vm (COPY) pg_rewind: base/5/2605_fsm (COPY) pg_rewind: base/5/2605_vm (COPY) pg_rewind: base/5/2606_fsm (COPY) pg_rewind: base/5/2606_vm (COPY) pg_rewind: base/5/2607_fsm (COPY) pg_rewind: base/5/2607_vm (COPY) pg_rewind: base/5/2608_fsm (COPY) pg_rewind: base/5/2608_vm (COPY) pg_rewind: base/5/2609_fsm (COPY) pg_rewind: base/5/2609_vm (COPY) pg_rewind: base/5/2610_fsm (COPY) pg_rewind: base/5/2610_vm (COPY) pg_rewind: base/5/2612_fsm (COPY) pg_rewind: base/5/2612_vm (COPY) pg_rewind: base/5/2615_fsm (COPY) pg_rewind: base/5/2615_vm (COPY) pg_rewind: base/5/2616_fsm (COPY) pg_rewind: base/5/2616_vm (COPY) pg_rewind: base/5/2617_fsm (COPY) pg_rewind: base/5/2617_vm (COPY) pg_rewind: base/5/2618_fsm (COPY) pg_rewind: base/5/2618_vm (COPY) pg_rewind: base/5/2619_fsm (COPY) pg_rewind: base/5/2619_vm (COPY) pg_rewind: base/5/2753_fsm (COPY) pg_rewind: base/5/2753_vm (COPY) pg_rewind: base/5/2836_fsm (COPY) pg_rewind: base/5/2836_vm (COPY) pg_rewind: base/5/2838_fsm (COPY) pg_rewind: base/5/2838_vm (COPY) pg_rewind: base/5/2840_fsm (COPY) pg_rewind: base/5/2840_vm (COPY) pg_rewind: base/5/3079_fsm (COPY) pg_rewind: base/5/3079_vm (COPY) pg_rewind: base/5/3394_fsm (COPY) pg_rewind: base/5/3394_vm (COPY) pg_rewind: base/5/3456_fsm (COPY) pg_rewind: base/5/3456_vm (COPY) pg_rewind: base/5/3541_fsm (COPY) pg_rewind: base/5/3541_vm (COPY) pg_rewind: base/5/3600_fsm (COPY) pg_rewind: base/5/3600_vm (COPY) pg_rewind: base/5/3601_fsm (COPY) pg_rewind: base/5/3601_vm (COPY) pg_rewind: base/5/3602_fsm (COPY) pg_rewind: base/5/3602_vm (COPY) pg_rewind: base/5/3603_fsm (COPY) pg_rewind: base/5/3603_vm (COPY) pg_rewind: base/5/3764_fsm (COPY) pg_rewind: base/5/3764_vm (COPY) pg_rewind: base/5/pg_filenode.map (COPY) pg_rewind: global/1213_fsm (COPY) pg_rewind: global/1213_vm (COPY) pg_rewind: global/1260_fsm (COPY) pg_rewind: global/1260_vm (COPY) pg_rewind: global/1261_fsm (COPY) pg_rewind: global/1261_vm (COPY) pg_rewind: global/1262_fsm (COPY) pg_rewind: global/1262_vm (COPY) pg_rewind: global/2396_fsm (COPY) pg_rewind: global/2396_vm (COPY) pg_rewind: global/pg_filenode.map (COPY) pg_rewind: pg_hba.conf (COPY) pg_rewind: pg_ident.conf (COPY) pg_rewind: pg_logical/replorigin_checkpoint (COPY) pg_rewind: pg_multixact/members/0000 (COPY) pg_rewind: pg_multixact/offsets/0000 (COPY) pg_rewind: pg_stat/pgstat.stat (COPY) pg_rewind: pg_wal/000000010000000000000002 (COPY) pg_rewind: pg_wal/000000010000000000000003 (COPY) pg_rewind: pg_wal/00000002.history (COPY) pg_rewind: pg_wal/000000020000000000000003 (COPY) pg_rewind: pg_xact/0000 (COPY) pg_rewind: postgresql.auto.conf (COPY) pg_rewind: postgresql.conf (COPY) pg_rewind: base/5/1255 (NONE) pg_rewind: block 46 pg_rewind: base/5/16385 (NONE) pg_rewind: block 0 pg_rewind: postmaster.opts (REMOVE) pg_rewind: pg_wal/000000010000000000000001 (REMOVE) pg_rewind: pg_subtrans/0000 (REMOVE) pg_rewind: global/pg_internal.init (REMOVE) pg_rewind: base/pgsql_tmp (REMOVE) pg_rewind: base/1/pg_internal.init (REMOVE) pg_rewind: Done! [02:11:33.155](0.990s) ok 1 - pg_rewind local ### Starting node "primary_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_local.log -o --cluster-name=primary_local start waiting for server to start.... done server started # Postmaster PID for node "primary_local" is 65242 [02:11:33.292](0.137s) ok 2 - table content: psql exit code [02:11:33.292](0.000s) ok 3 - table content: psql no stderr [02:11:33.293](0.000s) ok 4 - table content: query result matches ### Stopping node "primary_local" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata -m immediate stop waiting for server to shut down... done server stopped # No postmaster PID for node "primary_local" # Checking port 56952 # Found port 56952 Name: primary_remote Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/archives Connection string: port=56952 host=/tmp/5tmxVrN_yo Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_remote.log [02:11:33.312](0.019s) # initializing database system by copying initdb template # Running: cp -RPp /tmp/cirrus-ci-build/build/tmp_install/initdb-template /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata --create-role rewind_user moving /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_wal to /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/xlog_primary ### Starting node "primary_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_remote.log -o --cluster-name=primary_remote start waiting for server to start.... done server started # Postmaster PID for node "primary_remote" is 65281 # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c CREATE TABLE tbl1 (d text) # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in primary') # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c CHECKPOINT # Checking port 56953 # Found port 56953 Name: standby_remote Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/archives Connection string: port=56953 host=/tmp/5tmxVrN_yo Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_remote.log # Taking pg_basebackup my_backup from node "primary_remote" # Running: pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/backup/my_backup -h /tmp/5tmxVrN_yo -p 56952 --checkpoint fast --no-sync # Backup finished # Initializing node "standby_remote" from backup "my_backup" of node "primary_remote" ### Starting node "standby_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_remote.log -o --cluster-name=standby_remote start waiting for server to start.... done server started # Postmaster PID for node "standby_remote" is 65355 # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 values ('in primary, before promotion') # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c CHECKPOINT Waiting for replication conn standby_remote's write_lsn to pass 0/30001D8 on primary_remote done ### Promoting node "standby_remote" # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_standby_remote.log promote waiting for server to promote.... done server promoted # Running: psql -q --no-psqlrc -d port=56952 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in primary, after promotion') # Running: psql -q --no-psqlrc -d port=56953 host=/tmp/5tmxVrN_yo dbname='postgres' -c INSERT INTO tbl1 VALUES ('in standby, after promotion') ### Stopping node "primary_remote" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata -m immediate stop waiting for server to shut down... done server stopped # No postmaster PID for node "primary_remote" # Running: pg_rewind --debug --source-server port=56953 host=/tmp/5tmxVrN_yo dbname='postgres' user=rewind_user --target-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata --no-sync --write-recovery-conf --config-file /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/tmp_test_JWYf/primary-postgresql.conf.tmp pg_rewind: executing "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres" for target server to complete crash recovery 2024-03-20 02:11:34.287 UTC [65450][standalone backend] LOG: database system was interrupted; last known up at 2024-03-20 02:11:34 UTC 2024-03-20 02:11:34.287 UTC [65450][standalone backend] LOG: database system was not properly shut down; automatic recovery in progress 2024-03-20 02:11:34.288 UTC [65450][standalone backend] LOG: redo starts at 0/3000108 2024-03-20 02:11:34.288 UTC [65450][standalone backend] LOG: invalid record length at 0/30022E8: expected at least 24, got 0 2024-03-20 02:11:34.288 UTC [65450][standalone backend] LOG: redo done at 0/30022C0 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2024-03-20 02:11:34.289 UTC [65450][standalone backend] LOG: checkpoint starting: end-of-recovery immediate wait 2024-03-20 02:11:34.289 UTC [65450][standalone backend] LOG: checkpoint complete: wrote 5 buffers (3.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=8 kB, estimate=8 kB; lsn=0/30022E8, redo lsn=0/30022E8 PostgreSQL stand-alone backend 17devel backend> 2024-03-20 02:11:34.294 UTC [65450][standalone backend] LOG: checkpoint starting: shutdown immediate 2024-03-20 02:11:34.294 UTC [65450][standalone backend] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.000 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=7 kB; lsn=0/3002360, redo lsn=0/3002360 pg_rewind: fetched file "global/pg_control", length 8192 pg_rewind: fetched file "pg_wal/00000002.history", length 41 pg_rewind: Source timeline history: pg_rewind: Target timeline history: pg_rewind: 1: 0/0 - 0/0 pg_rewind: servers diverged at WAL location 0/30001D8 on timeline 1 pg_rewind: rewinding from last common checkpoint at 0/3000160 on timeline 1 pg_rewind: entry "base/1/pg_internal.init" excluded from source file list pg_rewind: entry "base/5/pg_internal.init" excluded from source file list pg_rewind: entry "postmaster.opts" excluded from source file list pg_rewind: entry "pg_subtrans/0000" excluded from source file list pg_rewind: entry "backup_manifest" excluded from source file list pg_rewind: entry "postmaster.pid" excluded from source file list pg_rewind: entry "global/pg_internal.init" excluded from source file list pg_rewind: backup_label.old (COPY) pg_rewind: base/1/1247_fsm (COPY) pg_rewind: base/1/1247_vm (COPY) pg_rewind: base/1/1249_fsm (COPY) pg_rewind: base/1/1249_vm (COPY) pg_rewind: base/1/1255_fsm (COPY) pg_rewind: base/1/1255_vm (COPY) pg_rewind: base/1/1259_fsm (COPY) pg_rewind: base/1/1259_vm (COPY) pg_rewind: base/1/14024_fsm (COPY) pg_rewind: base/1/14024_vm (COPY) pg_rewind: base/1/14029_fsm (COPY) pg_rewind: base/1/14029_vm (COPY) pg_rewind: base/1/14034_fsm (COPY) pg_rewind: base/1/14034_vm (COPY) pg_rewind: base/1/14039_fsm (COPY) pg_rewind: base/1/14039_vm (COPY) pg_rewind: base/1/2600_fsm (COPY) pg_rewind: base/1/2600_vm (COPY) pg_rewind: base/1/2601_fsm (COPY) pg_rewind: base/1/2601_vm (COPY) pg_rewind: base/1/2602_fsm (COPY) pg_rewind: base/1/2602_vm (COPY) pg_rewind: base/1/2603_fsm (COPY) pg_rewind: base/1/2603_vm (COPY) pg_rewind: base/1/2605_fsm (COPY) pg_rewind: base/1/2605_vm (COPY) pg_rewind: base/1/2606_fsm (COPY) pg_rewind: base/1/2606_vm (COPY) pg_rewind: base/1/2607_fsm (COPY) pg_rewind: base/1/2607_vm (COPY) pg_rewind: base/1/2608_fsm (COPY) pg_rewind: base/1/2608_vm (COPY) pg_rewind: base/1/2609_fsm (COPY) pg_rewind: base/1/2609_vm (COPY) pg_rewind: base/1/2610_fsm (COPY) pg_rewind: base/1/2610_vm (COPY) pg_rewind: base/1/2612_fsm (COPY) pg_rewind: base/1/2612_vm (COPY) pg_rewind: base/1/2615_fsm (COPY) pg_rewind: base/1/2615_vm (COPY) pg_rewind: base/1/2616_fsm (COPY) pg_rewind: base/1/2616_vm (COPY) pg_rewind: base/1/2617_fsm (COPY) pg_rewind: base/1/2617_vm (COPY) pg_rewind: base/1/2618_fsm (COPY) pg_rewind: base/1/2618_vm (COPY) pg_rewind: base/1/2619_fsm (COPY) pg_rewind: base/1/2619_vm (COPY) pg_rewind: base/1/2753_fsm (COPY) pg_rewind: base/1/2753_vm (COPY) pg_rewind: base/1/2836_fsm (COPY) pg_rewind: base/1/2836_vm (COPY) pg_rewind: base/1/2838_fsm (COPY) pg_rewind: base/1/2838_vm (COPY) pg_rewind: base/1/2840_fsm (COPY) pg_rewind: base/1/2840_vm (COPY) pg_rewind: base/1/3079_fsm (COPY) pg_rewind: base/1/3079_vm (COPY) pg_rewind: base/1/3394_fsm (COPY) pg_rewind: base/1/3394_vm (COPY) pg_rewind: base/1/3456_fsm (COPY) pg_rewind: base/1/3456_vm (COPY) pg_rewind: base/1/3541_fsm (COPY) pg_rewind: base/1/3541_vm (COPY) pg_rewind: base/1/3600_fsm (COPY) pg_rewind: base/1/3600_vm (COPY) pg_rewind: base/1/3601_fsm (COPY) pg_rewind: base/1/3601_vm (COPY) pg_rewind: base/1/3602_fsm (COPY) pg_rewind: base/1/3602_vm (COPY) pg_rewind: base/1/3603_fsm (COPY) pg_rewind: base/1/3603_vm (COPY) pg_rewind: base/1/3764_fsm (COPY) pg_rewind: base/1/3764_vm (COPY) pg_rewind: base/1/pg_filenode.map (COPY) pg_rewind: base/4/1247_fsm (COPY) pg_rewind: base/4/1247_vm (COPY) pg_rewind: base/4/1249_fsm (COPY) pg_rewind: base/4/1249_vm (COPY) pg_rewind: base/4/1255_fsm (COPY) pg_rewind: base/4/1255_vm (COPY) pg_rewind: base/4/1259_fsm (COPY) pg_rewind: base/4/1259_vm (COPY) pg_rewind: base/4/14024_fsm (COPY) pg_rewind: base/4/14024_vm (COPY) pg_rewind: base/4/14029_fsm (COPY) pg_rewind: base/4/14029_vm (COPY) pg_rewind: base/4/14034_fsm (COPY) pg_rewind: base/4/14034_vm (COPY) pg_rewind: base/4/14039_fsm (COPY) pg_rewind: base/4/14039_vm (COPY) pg_rewind: base/4/2600_fsm (COPY) pg_rewind: base/4/2600_vm (COPY) pg_rewind: base/4/2601_fsm (COPY) pg_rewind: base/4/2601_vm (COPY) pg_rewind: base/4/2602_fsm (COPY) pg_rewind: base/4/2602_vm (COPY) pg_rewind: base/4/2603_fsm (COPY) pg_rewind: base/4/2603_vm (COPY) pg_rewind: base/4/2605_fsm (COPY) pg_rewind: base/4/2605_vm (COPY) pg_rewind: base/4/2606_fsm (COPY) pg_rewind: base/4/2606_vm (COPY) pg_rewind: base/4/2607_fsm (COPY) pg_rewind: base/4/2607_vm (COPY) pg_rewind: base/4/2608_fsm (COPY) pg_rewind: base/4/2608_vm (COPY) pg_rewind: base/4/2609_fsm (COPY) pg_rewind: base/4/2609_vm (COPY) pg_rewind: base/4/2610_fsm (COPY) pg_rewind: base/4/2610_vm (COPY) pg_rewind: base/4/2612_fsm (COPY) pg_rewind: base/4/2612_vm (COPY) pg_rewind: base/4/2615_fsm (COPY) pg_rewind: base/4/2615_vm (COPY) pg_rewind: base/4/2616_fsm (COPY) pg_rewind: base/4/2616_vm (COPY) pg_rewind: base/4/2617_fsm (COPY) pg_rewind: base/4/2617_vm (COPY) pg_rewind: base/4/2618_fsm (COPY) pg_rewind: base/4/2618_vm (COPY) pg_rewind: base/4/2619_fsm (COPY) pg_rewind: base/4/2619_vm (COPY) pg_rewind: base/4/2753_fsm (COPY) pg_rewind: base/4/2753_vm (COPY) pg_rewind: base/4/2836_fsm (COPY) pg_rewind: base/4/2836_vm (COPY) pg_rewind: base/4/2838_fsm (COPY) pg_rewind: base/4/2838_vm (COPY) pg_rewind: base/4/2840_fsm (COPY) pg_rewind: base/4/2840_vm (COPY) pg_rewind: base/4/3079_fsm (COPY) pg_rewind: base/4/3079_vm (COPY) pg_rewind: base/4/3394_fsm (COPY) pg_rewind: base/4/3394_vm (COPY) pg_rewind: base/4/3456_fsm (COPY) pg_rewind: base/4/3456_vm (COPY) pg_rewind: base/4/3541_fsm (COPY) pg_rewind: base/4/3541_vm (COPY) pg_rewind: base/4/3600_fsm (COPY) pg_rewind: base/4/3600_vm (COPY) pg_rewind: base/4/3601_fsm (COPY) pg_rewind: base/4/3601_vm (COPY) pg_rewind: base/4/3602_fsm (COPY) pg_rewind: base/4/3602_vm (COPY) pg_rewind: base/4/3603_fsm (COPY) pg_rewind: base/4/3603_vm (COPY) pg_rewind: base/4/3764_fsm (COPY) pg_rewind: base/4/3764_vm (COPY) pg_rewind: base/4/pg_filenode.map (COPY) pg_rewind: base/5/1247_fsm (COPY) pg_rewind: base/5/1247_vm (COPY) pg_rewind: base/5/1249_fsm (COPY) pg_rewind: base/5/1249_vm (COPY) pg_rewind: base/5/1255_fsm (COPY) pg_rewind: base/5/1255_vm (COPY) pg_rewind: base/5/1259_fsm (COPY) pg_rewind: base/5/1259_vm (COPY) pg_rewind: base/5/14024_fsm (COPY) pg_rewind: base/5/14024_vm (COPY) pg_rewind: base/5/14029_fsm (COPY) pg_rewind: base/5/14029_vm (COPY) pg_rewind: base/5/14034_fsm (COPY) pg_rewind: base/5/14034_vm (COPY) pg_rewind: base/5/14039_fsm (COPY) pg_rewind: base/5/14039_vm (COPY) pg_rewind: base/5/2600_fsm (COPY) pg_rewind: base/5/2600_vm (COPY) pg_rewind: base/5/2601_fsm (COPY) pg_rewind: base/5/2601_vm (COPY) pg_rewind: base/5/2602_fsm (COPY) pg_rewind: base/5/2602_vm (COPY) pg_rewind: base/5/2603_fsm (COPY) pg_rewind: base/5/2603_vm (COPY) pg_rewind: base/5/2605_fsm (COPY) pg_rewind: base/5/2605_vm (COPY) pg_rewind: base/5/2606_fsm (COPY) pg_rewind: base/5/2606_vm (COPY) pg_rewind: base/5/2607_fsm (COPY) pg_rewind: base/5/2607_vm (COPY) pg_rewind: base/5/2608_fsm (COPY) pg_rewind: base/5/2608_vm (COPY) pg_rewind: base/5/2609_fsm (COPY) pg_rewind: base/5/2609_vm (COPY) pg_rewind: base/5/2610_fsm (COPY) pg_rewind: base/5/2610_vm (COPY) pg_rewind: base/5/2612_fsm (COPY) pg_rewind: base/5/2612_vm (COPY) pg_rewind: base/5/2615_fsm (COPY) pg_rewind: base/5/2615_vm (COPY) pg_rewind: base/5/2616_fsm (COPY) pg_rewind: base/5/2616_vm (COPY) pg_rewind: base/5/2617_fsm (COPY) pg_rewind: base/5/2617_vm (COPY) pg_rewind: base/5/2618_fsm (COPY) pg_rewind: base/5/2618_vm (COPY) pg_rewind: base/5/2619_fsm (COPY) pg_rewind: base/5/2619_vm (COPY) pg_rewind: base/5/2753_fsm (COPY) pg_rewind: base/5/2753_vm (COPY) pg_rewind: base/5/2836_fsm (COPY) pg_rewind: base/5/2836_vm (COPY) pg_rewind: base/5/2838_fsm (COPY) pg_rewind: base/5/2838_vm (COPY) pg_rewind: base/5/2840_fsm (COPY) pg_rewind: base/5/2840_vm (COPY) pg_rewind: base/5/3079_fsm (COPY) pg_rewind: base/5/3079_vm (COPY) pg_rewind: base/5/3394_fsm (COPY) pg_rewind: base/5/3394_vm (COPY) pg_rewind: base/5/3456_fsm (COPY) pg_rewind: base/5/3456_vm (COPY) pg_rewind: base/5/3541_fsm (COPY) pg_rewind: base/5/3541_vm (COPY) pg_rewind: base/5/3600_fsm (COPY) pg_rewind: base/5/3600_vm (COPY) pg_rewind: base/5/3601_fsm (COPY) pg_rewind: base/5/3601_vm (COPY) pg_rewind: base/5/3602_fsm (COPY) pg_rewind: base/5/3602_vm (COPY) pg_rewind: base/5/3603_fsm (COPY) pg_rewind: base/5/3603_vm (COPY) pg_rewind: base/5/3764_fsm (COPY) pg_rewind: base/5/3764_vm (COPY) pg_rewind: base/5/pg_filenode.map (COPY) pg_rewind: global/1213_fsm (COPY) pg_rewind: global/1213_vm (COPY) pg_rewind: global/1260_fsm (COPY) pg_rewind: global/1260_vm (COPY) pg_rewind: global/1261_fsm (COPY) pg_rewind: global/1261_vm (COPY) pg_rewind: global/1262_fsm (COPY) pg_rewind: global/1262_vm (COPY) pg_rewind: global/2396_fsm (COPY) pg_rewind: global/2396_vm (COPY) pg_rewind: global/pg_filenode.map (COPY) pg_rewind: pg_hba.conf (COPY) pg_rewind: pg_ident.conf (COPY) pg_rewind: pg_logical/replorigin_checkpoint (COPY) pg_rewind: pg_multixact/members/0000 (COPY) pg_rewind: pg_multixact/offsets/0000 (COPY) pg_rewind: pg_wal/000000010000000000000002 (COPY) pg_rewind: pg_wal/000000010000000000000003 (COPY) pg_rewind: pg_wal/00000002.history (COPY) pg_rewind: pg_wal/000000020000000000000003 (COPY) pg_rewind: pg_xact/0000 (COPY) pg_rewind: postgresql.auto.conf (COPY) pg_rewind: postgresql.conf (COPY) pg_rewind: base/5/1255 (NONE) pg_rewind: block 46 pg_rewind: base/5/16385 (NONE) pg_rewind: block 0 pg_rewind: postmaster.opts (REMOVE) pg_rewind: pg_wal/000000010000000000000001 (REMOVE) pg_rewind: pg_subtrans/0000 (REMOVE) pg_rewind: pg_stat/pgstat.stat (REMOVE) pg_rewind: global/pg_internal.init (REMOVE) pg_rewind: base/pgsql_tmp (REMOVE) pg_rewind: base/1/pg_internal.init (REMOVE) pg_rewind: getting 296 file chunks pg_rewind: received chunk for file "backup_label.old", offset 0, size 225 pg_rewind: received chunk for file "base/1/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/4/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/5/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "global/1213_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1213_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1260_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1260_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1261_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1261_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1262_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1262_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/2396_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/2396_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "pg_hba.conf", offset 0, size 5773 pg_rewind: received chunk for file "pg_ident.conf", offset 0, size 2640 pg_rewind: received chunk for file "pg_logical/replorigin_checkpoint", offset 0, size 8 pg_rewind: received chunk for file "pg_multixact/members/0000", offset 0, size 8192 pg_rewind: received chunk for file "pg_multixact/offsets/0000", offset 0, size 8192 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_wal/00000002.history", offset 0, size 41 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_xact/0000", offset 0, size 8192 pg_rewind: received chunk for file "postgresql.auto.conf", offset 0, size 88 pg_rewind: received chunk for file "postgresql.conf", offset 0, size 31648 pg_rewind: received chunk for file "base/5/1255", offset 376832, size 8192 pg_rewind: received chunk for file "base/5/16385", offset 0, size 8192 pg_rewind: fetched file "global/pg_control", length 8192 pg_rewind: Done! [02:11:34.870](1.559s) ok 5 - pg_rewind remote [02:11:34.871](0.000s) ok 6 - standby.signal created after pg_rewind ### Starting node "primary_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/log/004_pg_xlog_symlink_primary_remote.log -o --cluster-name=primary_remote start waiting for server to start.... stopped waiting pg_ctl: could not start server Examine the log output. # pg_ctl start failed; logfile: 2024-03-20 02:11:33.450 UTC [65281][postmaster] LOG: starting PostgreSQL 17devel on x86_64-linux, compiled by gcc-10.2.1, 64-bit 2024-03-20 02:11:33.450 UTC [65281][postmaster] LOG: listening on Unix socket "/tmp/5tmxVrN_yo/.s.PGSQL.56952" 2024-03-20 02:11:33.468 UTC [65286][startup] LOG: database system was shut down at 2024-03-20 02:06:49 UTC 2024-03-20 02:11:33.471 UTC [65281][postmaster] LOG: database system is ready to accept connections 2024-03-20 02:11:33.546 UTC [65301][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.546 UTC [65301][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.546 UTC [65301][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.562 UTC [65301][client backend] [004_pg_xlog_symlink.pl][0/2:0] LOG: statement: CREATE ROLE rewind_user LOGIN; 2024-03-20 02:11:33.563 UTC [65301][client backend] [004_pg_xlog_symlink.pl][0/3:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_ls_dir(text, boolean, boolean) TO rewind_user; 2024-03-20 02:11:33.564 UTC [65301][client backend] [004_pg_xlog_symlink.pl][0/4:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_stat_file(text, boolean) TO rewind_user; 2024-03-20 02:11:33.564 UTC [65301][client backend] [004_pg_xlog_symlink.pl][0/5:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text) TO rewind_user; 2024-03-20 02:11:33.564 UTC [65301][client backend] [004_pg_xlog_symlink.pl][0/6:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text, bigint, bigint, boolean) TO rewind_user; 2024-03-20 02:11:33.565 UTC [65301][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.019 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.579 UTC [65310][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.580 UTC [65310][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.580 UTC [65310][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.581 UTC [65310][client backend] [004_pg_xlog_symlink.pl][1/2:0] LOG: statement: CREATE TABLE tbl1 (d text) 2024-03-20 02:11:33.584 UTC [65310][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.603 UTC [65318][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.603 UTC [65318][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.603 UTC [65318][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.604 UTC [65318][client backend] [004_pg_xlog_symlink.pl][2/2:0] LOG: statement: INSERT INTO tbl1 VALUES ('in primary') 2024-03-20 02:11:33.606 UTC [65318][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.617 UTC [65320][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.618 UTC [65320][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.618 UTC [65320][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.619 UTC [65320][client backend] [004_pg_xlog_symlink.pl][3/2:0] LOG: statement: CHECKPOINT 2024-03-20 02:11:33.619 UTC [65284][checkpointer] LOG: checkpoint starting: immediate force wait 2024-03-20 02:11:33.620 UTC [65284][checkpointer] LOG: checkpoint complete: wrote 41 buffers (32.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=144 kB, estimate=144 kB; lsn=0/154DB08, redo lsn=0/154DAB0 2024-03-20 02:11:33.621 UTC [65320][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.631 UTC [65323][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.631 UTC [65323][walsender] [[unknown]][22/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:33.631 UTC [65323][walsender] [[unknown]][22/1:0] LOG: replication connection authorized: user=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.631 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] LOG: received replication command: SHOW data_directory_mode 2024-03-20 02:11:33.631 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] STATEMENT: SHOW data_directory_mode 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] LOG: received replication command: SHOW wal_segment_size 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] STATEMENT: SHOW wal_segment_size 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] LOG: received replication command: BASE_BACKUP ( LABEL 'pg_basebackup base backup', PROGRESS, CHECKPOINT 'fast', WAIT 0, MANIFEST 'yes', TARGET 'client') 2024-03-20 02:11:33.632 UTC [65323][walsender] [004_pg_xlog_symlink.pl][22/0:0] STATEMENT: BASE_BACKUP ( LABEL 'pg_basebackup base backup', PROGRESS, CHECKPOINT 'fast', WAIT 0, MANIFEST 'yes', TARGET 'client') 2024-03-20 02:11:33.635 UTC [65284][checkpointer] LOG: checkpoint starting: immediate force wait 2024-03-20 02:11:33.645 UTC [65284][checkpointer] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.010 s; sync files=0, longest=0.000 s, average=0.000 s; distance=10953 kB, estimate=10953 kB; lsn=0/2000080, redo lsn=0/2000028 2024-03-20 02:11:33.650 UTC [65327][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.651 UTC [65327][walsender] [[unknown]][23/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:33.651 UTC [65327][walsender] [[unknown]][23/1:0] LOG: replication connection authorized: user=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: received replication command: SHOW data_directory_mode 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: SHOW data_directory_mode 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: received replication command: CREATE_REPLICATION_SLOT "pg_basebackup_65327" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_basebackup_65327" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: released physical replication slot "pg_basebackup_65327" 2024-03-20 02:11:33.651 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_basebackup_65327" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: received replication command: START_REPLICATION SLOT "pg_basebackup_65327" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65327" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: acquired physical replication slot "pg_basebackup_65327" 2024-03-20 02:11:33.662 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65327" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.734 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] LOG: released physical replication slot "pg_basebackup_65327" 2024-03-20 02:11:33.734 UTC [65327][walsender] [004_pg_xlog_symlink.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65327" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.735 UTC [65327][walsender] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.084 user=postgres database= host=[local] 2024-03-20 02:11:33.735 UTC [65323][walsender] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.104 user=postgres database= host=[local] 2024-03-20 02:11:33.893 UTC [65360][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.893 UTC [65360][walsender] [[unknown]][24/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:33.893 UTC [65360][walsender] [[unknown]][24/1:0] LOG: replication connection authorized: user=postgres application_name=standby_remote 2024-03-20 02:11:33.894 UTC [65360][walsender] [standby_remote][24/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:33.894 UTC [65360][walsender] [standby_remote][24/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:33.894 UTC [65360][walsender] [standby_remote][24/0:0] LOG: received replication command: START_REPLICATION 0/3000000 TIMELINE 1 2024-03-20 02:11:33.894 UTC [65360][walsender] [standby_remote][24/0:0] STATEMENT: START_REPLICATION 0/3000000 TIMELINE 1 2024-03-20 02:11:33.987 UTC [65387][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.988 UTC [65387][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.988 UTC [65387][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:33.989 UTC [65387][client backend] [004_pg_xlog_symlink.pl][4/2:0] LOG: statement: INSERT INTO tbl1 values ('in primary, before promotion') 2024-03-20 02:11:34.000 UTC [65387][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.012 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.017 UTC [65391][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.018 UTC [65391][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.018 UTC [65391][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:34.019 UTC [65391][client backend] [004_pg_xlog_symlink.pl][5/2:0] LOG: statement: CHECKPOINT 2024-03-20 02:11:34.019 UTC [65284][checkpointer] LOG: checkpoint starting: immediate force wait 2024-03-20 02:11:34.019 UTC [65284][checkpointer] LOG: checkpoint complete: wrote 2 buffers (1.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=16384 kB, estimate=16384 kB; lsn=0/3000160, redo lsn=0/3000108 2024-03-20 02:11:34.023 UTC [65391][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.031 UTC [65394][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.032 UTC [65394][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.032 UTC [65394][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:34.033 UTC [65394][client backend] [004_pg_xlog_symlink.pl][6/2:0] LOG: statement: SELECT pg_is_in_recovery() 2024-03-20 02:11:34.034 UTC [65394][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.057 UTC [65404][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.058 UTC [65404][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.058 UTC [65404][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:34.062 UTC [65404][client backend] [004_pg_xlog_symlink.pl][7/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2024-03-20 02:11:34.063 UTC [65404][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.076 UTC [65413][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.077 UTC [65413][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.077 UTC [65413][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:34.077 UTC [65413][client backend] [004_pg_xlog_symlink.pl][8/2:0] LOG: statement: SELECT '0/30001D8' <= write_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('standby_remote', 'walreceiver') 2024-03-20 02:11:34.081 UTC [65413][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.089 UTC [65360][walsender] [standby_remote][:0] LOG: disconnection: session time: 0:00:00.196 user=postgres database= host=[local] 2024-03-20 02:11:34.200 UTC [65432][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.201 UTC [65432][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.201 UTC [65432][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=postgres application_name=004_pg_xlog_symlink.pl 2024-03-20 02:11:34.202 UTC [65432][client backend] [004_pg_xlog_symlink.pl][9/2:0] LOG: statement: INSERT INTO tbl1 VALUES ('in primary, after promotion') 2024-03-20 02:11:34.204 UTC [65432][client backend] [004_pg_xlog_symlink.pl][:0] LOG: disconnection: session time: 0:00:00.003 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.224 UTC [65281][postmaster] LOG: received immediate shutdown request 2024-03-20 02:11:34.227 UTC [65281][postmaster] LOG: database system is shut down 2024-03-20 02:11:34.912 UTC [65558][postmaster] LOG: starting PostgreSQL 17devel on x86_64-linux, compiled by gcc-10.2.1, 64-bit 2024-03-20 02:11:34.912 UTC [65558][postmaster] LOG: listening on Unix socket "/tmp/5tmxVrN_yo/.s.PGSQL.56952" 2024-03-20 02:11:34.917 UTC [65563][startup] LOG: database system was interrupted while in recovery at log time 2024-03-20 02:11:34 UTC 2024-03-20 02:11:34.917 UTC [65563][startup] HINT: If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target. 2024-03-20 02:11:34.917 UTC [65563][startup] LOG: starting backup recovery with redo LSN 0/3000108, checkpoint LSN 0/3000160, on timeline ID 1 2024-03-20 02:11:34.918 UTC [65563][startup] LOG: entering standby mode 2024-03-20 02:11:34.918 UTC [65563][startup] LOG: redo starts at 0/3000108 ../src/backend/access/heap/heapam.c:8751:3: runtime error: member access within misaligned address 0x7f9b2c0bd9e1 for type 'struct xlhp_conflict_horizon', which requires 4 byte alignment 0x7f9b2c0bd9e1: note: pointer points here e2 e2 e2 a8 e6 02 00 00 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 e2 ^ ==65563==Using libbacktrace symbolizer. #0 0x561b7e4ad7c6 in heap_xlog_prune ../src/backend/access/heap/heapam.c:8751 #1 0x561b7e4baf8e in heap2_redo ../src/backend/access/heap/heapam.c:9882 #2 0x561b7e5b3cd9 in ApplyWalRecord ../src/backend/access/transam/xlogrecovery.c:1991 #3 0x561b7e5b9b29 in PerformWalRecovery ../src/backend/access/transam/xlogrecovery.c:1822 #4 0x561b7e5a3809 in StartupXLOG ../src/backend/access/transam/xlog.c:5723 #5 0x561b7ea53cb2 in StartupProcessMain ../src/backend/postmaster/startup.c:258 #6 0x561b7ea4b47c in postmaster_child_launch ../src/backend/postmaster/launch_backend.c:267 #7 0x561b7ea4d347 in StartChildProcess ../src/backend/postmaster/postmaster.c:3928 #8 0x561b7ea53411 in PostmasterMain ../src/backend/postmaster/postmaster.c:1364 #9 0x561b7e87f7ca in main ../src/backend/main/main.c:197 #10 0x7f9b2ee51d09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #11 0x561b7e3ed219 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres+0x8b5219) 2024-03-20 02:11:35.025 UTC [65558][postmaster] LOG: startup process (PID 65563) was terminated by signal 6: Aborted 2024-03-20 02:11:35.025 UTC [65558][postmaster] LOG: terminating any other active server processes 2024-03-20 02:11:35.026 UTC [65558][postmaster] LOG: shutting down due to startup process failure 2024-03-20 02:11:35.026 UTC [65558][postmaster] LOG: database system is shut down # No postmaster PID for node "primary_remote" [02:11:35.099](0.228s) Bail out! pg_ctl start failed # No postmaster PID for node "primary_local" # No postmaster PID for node "standby_local" # No postmaster PID for node "primary_remote" # Postmaster PID for node "standby_remote" is 65355 ### Stopping node "standby_remote" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_standby_remote_data/pgdata -m immediate stop waiting for server to shut down... done server stopped # No postmaster PID for node "standby_remote"